/* CSS Document */

/* ----- CSS ----- */

/* ----- contact ----- */

#contactWrapper {
	position: relative;
	width: 506px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: small;
}
#contactWrapper #contactInfo {
float: left;
width: 190px;
height: 350px;
background: transparent url(../../js_css/contact_form/images/contactInfoDropShadow.gif) no-repeat top right;
padding-left: 0px;
}

#contactWrapper #contactInfo p {
margin-bottom: 10px;
margin-top: 0;
}
#contactWrapper #contactInfo a {
font-weight: bold;
color: #5bb3dd;
}

#contactWrapper #contactInfo h2 {
padding-top: 34px;
font-size: 140%;
color: #394f5f;
background-color: transparent;
padding-bottom: 6px;
text-align: center;
}

#contactWrapper #contactInfo h3 {
padding-top: 16px;
margin-right: 0px;
margin-top: 8px;
margin-bottom: 3px;
font-size: 110%;
color: #26353d;
}

#contactInfo #contact_header {
margin-top: 31px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #333333;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999999;
padding-bottom: 12px;
float: none;
margin-right: 10px;
margin-bottom: 18px;
}


#contactWrapper #contactForm {
position: relative;
width: 332px;
float: right;
background: transparent url(../../js_css/contact_form/images/contactFormTop.gif) repeat-x top left;
}
#contactWrapper #contactForm a {
position: relative;
display: block;
text-indent: -9000px;
left: 295px;
top: 12px;
width: 26px;
height: 19px;
background: url(../../js_css/contact_form/images/contactTopBtn.gif) no-repeat top right;
}
#contactWrapper form {
float: left;
padding-top: 28px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 0px;
}
/* 
Hack for IE 6 and below 
-> add more padding below the form
*/

#contactWrapper form .btn {
float: left;
}

#contactWrapper #loading {
height: 18px;
width: 187px;
margin-left: 118px;
margin-top: -24px;
background-image: url(../images/loadingBar.gif);
background-repeat: no-repeat;
display: none;
}


#contactWrapper form #formStatus {
width: 224px;
margin-left: 70px;
margin-top: -22px;
}
#contactWrapper form #formStatus p {
padding-left: 19px;
margin-top: 0;
}

#contactWrapper form #formStatus #response li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 1px;
	padding-top: 0px;
	margin: 0px;
}

#contactWrapper form #formStatus #response .success {
background-image: url(../images/successIcon.png);
}

#contactWrapper form #formStatus #response .error {
background-image: url(../images/errorIcon.png);
}



/* ----- form ----- */
input, textarea {
padding: 4px;
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
label {
font-weight: bold;
color: #394f5f;
}
textarea {
height: 130px;
font-family: Arial, Helvetica, sans-serif;
}
.inputNormal {
width: 296px;
color: #990000;
border: none;
background-color: #99BBDD;
}
.inputHighlighted{  /* Highlighting style */
width: 296px;
color: #fff;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
background-color: #6699CC;
}



/* ---- class -----*/
.clear {
clear: both;
}





#contactWrapper #main #myform #submit {
margin-top: 6px;
}
