#box-contact {
width:960px;
position:relative;
margin: 10px 0px 30px 0px;
background:#373737;
}

#box-contact a {
color:#fff;
text-decoration:none;
}
#box-contact a:hover{text-decoration:underline;}
#panel-form {
background:#ffffff;
border: 1px solid #d5decd;
padding:25px 20px 20px 40px;
float:left;
width:577px;
min-height: 410px;
}

#panel-form label {
font-size: 1.2em;
float:left;
color:#393939;
font-weight:bold;
position:relative;
width:120px;
margin: 0px 15px 0px 18px;
padding: 0px 8px 0px 0px;
height:25px;
}

#panel-form .formRow {
padding: 15px 0px 0px 0px;
clear: both;
display: block;
}
#panel-form .field {
float:left;
padding: 0px 0px 0px 0px;
font-size:1.2em;
color:#888888;
}

#panel-form input.txt {
width:350px;
padding:3px 0px 3px 0px;
border: 1px solid #a5acb2;
font-size:1em;
font-family: Arial,Helvetica,Verdana, Sans-Serif;
}

#panel-form textarea {
width:350px;
height:130px;
border: 1px solid #a5acb2;
font-size:1em;
padding:3px 0px 3px 0px;
font-family: Arial,Helvetica,Verdana, Sans-Serif;
}

#panel-form div.error {
color:#ff9600;
font-weight:bold;
margin:5px 0px 0px 0px;
}

#panel-form p.error {
color:#ff9600;
font-weight:bold;
}

#panel-form select {
width:350px;
height:22px;
border: 1px solid #a5acb2;
font-size:1em;
font-family: Arial,Helvetica,Verdana, Sans-Serif;
}
#panel-form p {margin: 0px 10px 8px 18px;}

#contact-details {
float:left;
width:321px;
color:#fff;
}

#txt-contact-details {padding:20px 15px;}

#txt-contact-details p {margin: 0px 10px 8px 20px;}

#txt-contact-details h3 {color:#fff;}

#txt-contact-details ul {margin: 15px 0px 0px 20px;}
	
#txt-contact-details li {
color:#ffffff;
list-style-type: none;
background:none;
padding-left:0px; /* space between bullet and text */ 
margin: 0px 0px 10px 0px;
text-indent:18px;
height:25px;
line-height:1.8em;
border-bottom:1px solid #4a4949;
}

#txt-contact-details li.email {background:url(../images/mail.gif) no-repeat left center;}
#txt-contact-details li.tel {background:url(../images/tel.gif) no-repeat left center;}
#txt-contact-details li.fax {background:url(../images/fax.gif) no-repeat left center;}
