#contact #contactForm, #contact #googlemap {
margin-top: 10px;
}
#contact #contactForm {
float: left;
width: 600px;
}
#contact #contactForm label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
#contact #contactForm input, #contact #contactForm select, #contact #contactForm textarea {
display: block;
margin-bottom: 5px;
}
#contact #contactForm textarea {
width: 350px;
height: 200px;
}
#contact #googlemap {
float: right;
width: 330px;
border: 1px solid #777;
padding: 5px;
text-align: center;
}
#googlemap strong {
font-size: 110%;
display: block;
}
.required {
color: red;
}
#error ul {
}
#error {
background: #bcced9;
border: 1px dotted red;
margin-bottom: 10px;
padding: 5px;
}