﻿
/*Modal Popup*/
.modalBackground {
	background-color:#ddedff;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* New pop-up dialog */
.modalPopupSmall3 { /*border:1px solid #cacaca;*/ width:70%; height:200px; z-index:9999; background-color:#fff;filter:alpha(opacity=80);opacity:0.8;}
.modalBox {background:transparent url(../../Images/AccountSetup/modalBox_mid.jpg) repeat-y top left; width:100%;}
.modalBoxTop {background:transparent url(../../Images/AccountSetup/modalBox_top.jpg) no-repeat top left; width:350px; height:27px; border:1px solid #8CAAC7; text-align:left; cursor:move;}
.modalBoxTop span {font-weight:bold; position:absolute; margin:5px 0 0 10px;}
.modalBoxTop img {padding:3px 10px;}
.modalBoxMid { padding:3px; text-align:center; border:1px solid #8CAAC7; width:350px;}
.modalBoxMid p {font-size:12px; margin:10px auto; width:100%; text-align:left;}
/*.modalBoxBtm {background:#ddedff url(../../Images/AccountSetup/modalBox_bottom.jpg) no-repeat top left; width:100%; height:7px; clear:both;}*/
.modalPopupSmall3Btn {text-align:center;}
.modalPopupSmall3Btn input.Form-ButtonBgGray {margin-left:25px;}

	/* For modal pop-up */
.mainModal {margin:5px auto; width:95%;}
.mainModal p {margin:10px; text-align:left;}
.idTextBox {background-color:#FFF; border:1px solid #666666; padding:2px; width:130px; margin-left:7px; cursor:text;}
.pwdTextBox {background-color:#FFF; border:1px solid #666666; padding:2px; width:130px; margin-left:12px; cursor:text;}
.font10px { font-size:12px; color:#666666; width:100%;}



.modalStyle {position:absolute; background-color:transparent; width:600px; padding:5px; }
.dragModalCss { width:600px; background:transparent url(../../Images/en-us/trade/cancelBox_mid.jpg) repeat-y top left;}

.dragContainerCss { width:450px; background:transparent url(../../Images/en-us/trade/cancelBox_mid.jpg) repeat-y top left; padding:2px;}

.modalBackgroundOrder
    {
        background-color: #fff;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
