.x-layer {
	position:absolute;
}

/*Combo boxes*/
.daydreamCombo .x-form-text.x-combo-noedit {
    padding:1px 3px;
    background:#88561C;
    border: 1px solid #EEC259;
    color:#FFF3D6;
}

.x-combo-list.daydreamCbList {
    border:1px solid #EEC259;
    background:#CE822B;
    z-index:8000;
}

.daydreamCbList .x-combo-list-item {
    background:#CE822B;
    border:1px solid #EEC259;
    letter-spacing: normal;
    color:#FFF3D6;
}

.daydreamCbList .x-combo-list-item-icon {
	width: 11px;
	height: 11px;
}

.x-combo-list.daydreamCbList .x-combo-selected{
		color: #000;
    background:#B2B4BF;
		border:1px dotted #AF42E5 !important;
}

.x-resizable-over.daydreamCbList .x-resizable-handle-southeast, .x-resizable-pinned.daydreamCbList .x-resizable-handle-southeast{
    background:url(../images/drowtales/sizer/se-handle.gif);
}

.ext-ie .daydreamCombo .x-form-field-wrap {
	margin-top: -1px;
}

.ext-ie .daydreamCombo .x-form-field-wrap .x-form-trigger {
	margin-top: 1px;
}

.daydreamCombo .x-form-field-wrap .x-form-trigger {
	border-bottom:1px solid #EEC259;
}

.x-resizable-pinned.daydreamCbList .x-combo-list-inner {
    border-bottom:1px solid #526D87;
}

.ext-ie .daydreamCombo TD .x-form-text.x-combo-noedit{
	top:0px;
}

.drowtalesPtpDetail .x-window-ml {
	background-image:url(../images/drowtales/window/left-right.png);
}
.drowtalesPtpDetail .x-window-mr {
	background-image:url(../images/drowtales/window/left-right.png);
}

/* Window */
.x-window-proxy {
    background: #161616;
    border-color: #000000;
}

.x-window-tl .x-window-header {
    color: #eeeef0;
}

.x-window-tc {
    background-image: url(../images/slickness/window/top-bottom.png);
}

.x-window-tl {
    background-image: url(../images/slickness/window/left-corners.png);
}

.x-window-tr {
    background-image: url(../images/slickness/window/right-corners.png);
}

.x-window-bc {
    background-image: url(../images/slickness/window/top-bottom.png);
}

.x-window-bl {
    background-image: url(../images/slickness/window/left-corners.png);
}

.x-window-br {
    background-image: url(../images/slickness/window/right-corners.png);
}

.x-window-mc {
    border: 1px solid #333333;
    background: #222;
    color: #eeeeee;
}

.x-window-ml {
    background-image: url(../images/slickness/window/left-right.png);
}

.x-window-mr {
    background-image: url(../images/slickness/window/left-right.png);
}

.x-panel-ghost .x-window-tl {
    border-color: #000000;
}

.x-panel-collapsed .x-window-tl {
    border-color: #000000;
}

.x-window-plain .x-window-mc {
    color: #eeeeee;
    background: #161616;
    border-left: 1px solid #111111;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
}

.x-window-plain .x-window-body {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background: transparent url(../images/drowtales/window/background.gif) !important;
}

body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
    color: #eeeeee;
    background-color: #0e0e0e;
}
.ext-safari .x-form-text.x-combo-noedit {
    height:18px; /* safari always same size */
}

.drowtales-btn-vote-wrap input {
	width:335px;
	height: 19px;
	border:0px;
}

/* Form */
.daydreamCombo .x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #AF42E5;
}

.daydreamCombo .x-form-focus, textarea.x-form-focus{
	border: 1px solid #AF42E5;
}

.daydreamCombo .x-form-field-wrap .x-form-trigger{
    background:transparent url(../images/drowtales/form/trigger.gif) no-repeat 0 0;
}

.daydreamCombo .x-form-field-wrap .x-form-clear-trigger{
    background-image: url(../images/drowtales/form/clear-trigger.gif);
    cursor:pointer;
}

/* validation */
.x-form-invalid-icon {
    background:transparent url(../images/drowtales/form/exclamation.png) no-repeat 0 2px;
}

.ext-ie6 .x-form-invalid-icon {
    background:transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;
}