#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */

#dubultamodal-container { height:300px; width:500px; color: Black; background-color:#E5FFCC; border:4px solid #444;}

#simplemodal-container { height:300px; width:400px; color: Black; background-color:#E5FFCC; border:4px solid #444; padding:12px;}
#dubultamodal-container a, #simplemodal-container a {color: #00008B;}
#dubultamodal-container a.modalCloseImg, #simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

textarea, input { border: 1px solid Black;  background: #F0F0F0;  height: 20px; }

#contact_frm {
	width: 100%;
	padding: 5px;
	background: #E5FFCC;
}

#contact_frm .row {
	padding:15px;
}

#contact_frm label{
	color:#5e3436;
	width:80px;
	text-align:right;
	float:left;
}

#contact_frm textarea, input{
	width:280px;
	float:right;

	font-family:Arial;
	font-size:12px; 
	border:1px solid #dec0b5;
	border-color: #424242;
}

#contact_frm textarea{
	height:105px;
	margin-bottom: 20px;
}

#contact_frm .sbmt {
	padding-right: 15px;
}

#contact_frm .button {
	width: 128px;
	height: 24px;
	background: url(../images/btn_nosutit.gif) no-repeat;	
	border: 0px;
}

#contact_frm .button:hover {
	width: 128px;
	height: 24px;
	background: url(../images/btn_nosutit_clk.gif) no-repeat;	
	border: 0px;
}


.notification_error { 
	width:92%; 
	font-size:.8em; 
	background: #DBDBDB; 
	border: 1px solid #7D7D7D; 
	margin:0 auto; 
	padding:2px;
}