/* Overlay */
#contact-overlay {background-color: #000;}
.contact-title {font-size:17px;	padding: 10px;}
/* Container */
div#contact-container {height: auto;padding: 0;border-radius: 6px;}
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial;text-align: left;width: 90%; max-width: 500px;}
#contact-container .contact-content {background-color: #f5f5f5;color: #555;height: 40px;}
#contact-container h1 {
color: #454B9E;
font-size: 2em;
line-height: 1.2em;
margin: 0;
padding: 0 0 10px 12px;
text-align: left;
}
#contact-container .contact-loading {
background: url(loading.gif) no-repeat;
height: 55px;
margin: -14px 0 0 190px;
padding: 0;
position: absolute;
width: 54px;
z-index: 8000;
}
#contact-container .contact-message {
text-align: center;
}
#contact-container .contact-error {
background: #880000;
border: 1px solid #ccc;
border-radius: 3px;
font-size: 13px;
line-height: 15px;
margin: 0 auto;
padding: 2px;
width: 95%;
}
#contact-container br {
clear: both;
}
#contact-container form {
margin: 20px 0 0;
padding: 0;
}
#contact-container label {
clear: left;
display: block;
float: left;
font-weight: bold;
width: 15%;
}
#contact-container label .fa {color: #C86D93; font-size: 3em;	text-align: center;	width: 100%;}
#contact-container .contact-input {
background: #fff;
border: 1px solid #C86D93;
font-family: 'Trebuchet MS', Verdana, Arial;
float: left;
padding: 2px;
margin: 0;
width: 80%;
font-size: 2em;
}
#contact-container .captcha {
width: 150px !important;
margin-top: 8px !important;
}
#contact-container textarea {
height: 114px;
}
#contact-container .contact-top {
background-color: #f5f5f5;
height: 13px;
margin: 0;
padding: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
border-radius: 8px 8px 0 0;
}
#contact-container .contact-bottom {
background-color: #f5f5f5;
font-size: 12px;
height: 13px;
line-height: 12px;
text-align: center;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
border-radius: 0 0 8px 8px;
}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {
color: #666;
position: relative;
top: -4px;
text-decoration: none;
}
#contact-container .contact-bottom a:hover {
color: #888;
}
#contact-container .contact-button {
background: #454B9E;
border: 0;
color: #fff;
cursor: pointer;
font-size: 2em;
font-weight: bold;
margin: 5px;
text-align: center;
vertical-align: middle;
padding: 5px 15px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#contact-container .contact-button:hover {
background: #C76D92;
}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {
background: url(x.png) no-repeat;
width: 40px;
height: 42px;
display: inline;
z-index:3200;
position: absolute;
top: -15px;
right: -20px;
cursor: pointer;
text-decoration: none;
}
#contact-container a.modal-close:hover {
color: #ccc;
}
#contact-container form div {
display: inline-block;
padding: 10px 0;
position: relative;
width: 98%;
height: 45px;
margin: 5px auto;
}
#contact-container form div br {
clear: none;
}