
#basic-modal-content {display:none;}
/* Overlay */
#simplemodal-overlay { background:url(../images/popup-ower-bg.png) repeat; opacity:inherit!important; cursor: default;}
/* Container */
.simplemodal-container{ }
#simplemodal-container { box-shadow: 0 0 5px #666666;height:350px; width:450px;  color:#bbb; background-color:#fff;  border-radius:5px; }
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background: url(../images/close-icon1.png) no-repeat!important; width:12px!important; height:12px; display:inline; z-index:3200; position:absolute;  right: 12px;
    top: 14px; cursor:pointer;}



.popup-title{ border-radius:5px 5px 0 0 ; border-bottom: solid 1px #ccc; background-color:#F5F5F5; padding:11px 10px;}
.popup-title h1{ font-size:22px;   font-family: 'bariol_boldbold'; color:#666;}
.popup-title h1 span{ color:#359393; font-family: 'bariol_regularregular'; font-weight:normal; font-style:italic;}
.popup-form{ padding:20px;}
.form-but p{color: #272727;  font-family: 'bariol_boldbold'; font-size: 16px;padding:10px 0 0 0px;}
.popup-row{ border-bottom: solid 1px #ccc; padding:8px 10px;}
.popup-row label{ float:left; border-right: dotted 1px #ccc; padding:7px 10px 7px 0; font-size:14px; font-family: 'bariol_boldbold'; color:#666; width:58px;} 
.popup-row p{ float:left;  padding:10px 10px 10px 15px; font-size:16px; font-family: 'bariol_boldbold'; color:#349292;}
.popup-form1 h3{font-size:17px; font-family: 'bariol_boldbold'; color:#349292; padding:15px; }
.msgnew{ margin:0 10px;}
