div.mycontactform {
background-color: #d50400;
/*padding: 7px;
border: 1px solid #fff;
border-radius: 5px;
box-shadow: 0 0 5px #fff inset;
width:130px;*/
width:130px;
float:right;
}
div.mycontactform_tel {
background-color: #d50400;
/*padding: 7px;
border: 1px solid #fff;
border-radius: 5px;
box-shadow: 0 0 5px #fff inset;
width:130px;*/
width:130px;
float:right;

}
div.mycontactform a, div.mycontactform_tel a{color:#fff !important; padding:7px; text-align: center; text-decoration:none !important; font-size:10pt; text-transform:uppercase; /*text-shadow:1px 1px 0px #777 !important; */display: inline-block;}
div.mycontactform a:hover, div.mycontactform a:active,div.mycontactform_tel a:hover, div.mycontactform_tel a:active{color:#fff !important; padding:7px; text-decoration:underline !important; font-size:10pt; text-transform:uppercase; text-shadow:1px 1px 0px #777!important; background:none !important;}
div.mycontactform a:visited, div.mycontactform_tel a:visited {color:#fff !important; background:none !important;}
span.adminemail{display:none;}

#contactable #contactForm {
	background-color:#ffffff;
	border:1px solid #d50400;
	color:#FFFFFF;
	height:400px;
	left:0;
	/*padding-left:30px;*/
	z-index:99;
	max-width: 270px;
}

#contactable_tel #contactForm_tel {
	background-color:#ffffff;
	border:1px solid #d50400;
	color:#FFFFFF;
	height:245px;
	left:0;
	/*padding-left:30px;*/
	z-index:99;
	max-width: 240px;
}

#contactable form#contactForm input, #contactable_tel form#contactForm_tel input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	max-width:225px;
	
	/*padding:5px;*/
	border:1px solid #d50400;
	font-family: georgia;
	font-size:15px;
	margin-bottom:10px;
}

#contactable form#contactForm .submit, #contactable_tel form#contactForm_tel .submit {
    margin:0 auto;
	background: #d50400 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	max-width:225px;
	/*padding:15px;*/
	border:1px solid #d50400;
	outline-color:-moz-use-text-color;
	
	font-size:11px;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	/*font-weight:bolder;*/
	font-family:roboto;
	margin-top:10px;
}

#contactable form#contactForm p, #contactable_tel form#contactForm_tel p {
	max-width:234px;
	font-size:0.9em;
	color: #333;
	text-align: center;
}

#contactable form#contactForm .disclaimer, #contactable_tel form#contactForm_tel .disclaimer {
	margin-left:20px;
	
}

#contactable #contactForm .red, #contactable_tel #contactForm_tel .red {
	color:	#F5410F;
}

#contactable #overlay {
}
#contactable .error, #contactable_tel .error {font-style:italic; font-size:11px; margin:0px;padding:0;border:none;background:none;}

#contactable #cfname.error, #contactable_tel #cfname_tel.error { background-color: #EDBE9C; }
#contactable #cfemail.error { background-color: #EDBE9C; }
#contactable #comment.error { background-color: #EDBE9C; }
#contactable #cfmessage.error { background-color: #EDBE9C; }
#contactable_tel #cftel.error { background-color: #EDBE9C; }

#contactable form#contactForm label, #contactable_tel form#contactForm_tel label{
/*margin: 0px 0px 0px 20px;*/
display: inline-block;
}

#contactable form#contactForm #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
	z-index:999;
}

#contactable_tel form#contactForm_tel #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 50px auto;
	display:none;
	z-index:999;
}

#contactable #callback, #contactable_tel #callback_tel {
	/*font-family: georgia;*/
	font-size:1.1em;
	color: #d50400;
	/*width:235px;*/
	margin: 100px auto;
	display:none;
	text-align: center;
}


#contactable .holder, #contactable_tel .holder {
	margin:0 auto;
	/*margin-left:5px;*/
	padding-top:15px;
}
#contactable .holder p, #contactable_tel .holder p {
	color:#ffffff;
}
.dnone{display:none !important; visibility:hidden !important;}