/* DONT CHANGE */
* html .fixed { position:absolute }
.fixed { position:fixed }

/* DIALOG CORE */
#dialog-overlay { top:0;left:0;width:100%;height:100%;z-index:900 }
#dialog-container { /*overflow:hidden;*/ z-index:901 }

/* DIALOG TOP */
#dialog-top{background:#999;border:1px solid #fff;padding:5px;font-weight:bold; width:100%; box-sizing:border-box;}
#dialog-title{color:#333}
#dialog-close{color:#fff;padding-left:5px}
#dialog-close:hover{color:#ccc}

/* DIALOG BOTTOM */
#dialog-bottom{background:#eee;border-top:1px solid #ccc;color:#666;padding:5px;text-align:center;font-size:12px}
#dialog-bottom .next,
#dialog-bottom .prev{color:#ccc;font-weight:bold;color:#333}
#dialog-bottom .next:hover,
#dialog-bottom .prev:hover{color:#f90}
#dialog-bottom .next{padding-left:10px}
#dialog-bottom .prev{padding-right:10px}
#dialog-bottom .curr{}

/* DIALOG MISC */
#dialog-loading{color:#ccc;font-weight:bold;text-align:center;padding:20px}

/* DIALOG PREDEFINED */
#dialog-container .alert,
#dialog-container .confirm { text-align:center;color:#999 }
#dialog-container .alert input,
#dialog-container .confirm input { font-weight:bold;width:75px }

/* DIALOG PERSONAL */
#dialog-container .myFirstDialog { color:orange;font-size:20px }

#dialog-container #lightbox, #editPersonalQuoteContainer {padding:10px; background:transparent url(/img/window/cinemagia1/bg.png) repeat-x top left; border:1px solid #FF9A23;}
#dialog-container #lightbox {padding:15px;}
#editPersonalQuoteContainer {width:550px; height:400px; margin:0;}
#editPersonalQuoteContainer .aWindowClose img {border:0;}

.grey_top .report_spam_window {
	 background:url(../img/bg_grey_top.jpg) repeat-x top left;
	 padding: 10px 10px 10px 10px;
	 height:170px;
	 border:1px solid #DEE1E7;
}
.comment_form input.submit {background:url(/img/btn_trimite_comment.gif) no-repeat top left; width:142px; height:24px; padding:0px; border:0px; cursor:pointer;}
.grey_top .report_spam_window .aWindowClose {
	float:right;
}
