/* $Id: contact_us.css 111 2008-05-27 19:44:07Z jturmel $ */

div#contact {
padding: 20px;
}

div#contact form {
float: left;
width: 500px;
}

div#contact .live_help {
border: 1px solid #999;
float: right;
}

label {
display: block;
}

legend {
color: #000;
margin-bottom: 10px;
}

input {
clear: both;
}

textarea {
height: 100px;
width: 400px;
}

.submit {
cursor: pointer;
width: 100px;
}

#contact_submit {
margin: 0;
width: 100%;
}

div#contact table {
margin: 10px 0;
}

.indicator {
display: none;
padding: 3px;
}

.errors {
background-color: #E4456F;
color: #000;
display: none;
font-size: 0.9em;
padding: 5px;
}

.errors li {
margin-left: 15px;
}

div#contact .errors {
margin-bottom: 10px;
}

.message {
margin-top: 10px;
padding: 10px;
}