form {
float: left;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 13px;
margin: 20px;
padding: 10px 20px;
width: 600px;	
}
	
form ol {
list-style: none;
margin: 0;
padding: 0;
}

form li {
padding: 6px;
background-color: #a4b3a9;
margin: 0 0 1px 0;
}

form li#send {
background: none;
margin: 6px 0 0 0;
}

form label {
float: left;
width: 170px;
text-align: right;	
margin: 0 7px 0 0;
color: #000;
line-height: 23px; /* This will make the labels vertically centered with the inputs */
}

form select {
border: 1px solid #999;
font: 13px Georgia, "Times New Roman", Times, serif;
padding: 4px;
width: 210px;
}

form input {
padding: 4px;
font: 13px Georgia, "Times New Roman", Times, serif;
border: 1px solid #999;
width: 200px;
}

form input:focus {
border: 1px solid #666;
background-color: #f4f4d9;
}

form textarea {
padding: 4px;
font: 13px Georgia, "Times New Roman", Times, serif;
border: 1px solid #999;
width: 300px;
}

form textarea:focus {
border: 1px solid #666;
background-color: #f4f4d9;
}
	
form li#send button {
background: #012b24 url('images/send.gif') no-repeat 8px 50%;
border: none;
padding: 4px 8px 4px 28px;
border-radius: 15%; /* Don't expect this to work on IE6 or 7 */
-moz-border-radius: 15%;
-webkit-border-radius: 15%;			
color: #fff;
margin: 0 0 0 253px; /* Total width of the labels + their right margin */
cursor: pointer;
}

form li#send button:hover { 
background-color: #006633;
}

.required{
color: #ff0000;
font-size: 11px;
}

.requiredCheck{
text-align: right;
color: #ff0000;
font-style: italic;
font-size: 11px;
font-weight: bold;
}

.buttonForm{
width: 100px;
background-color: #a2c9c0;
border: 1px solid #22413a;
color: #0e2721;
}

.contactAddress{
float: left;
width: 600px;
background-color: #000;
padding: 10px 0;
text-align: center;
color: #fff;
font-weight: bold;
border-bottom: 1px solid #f0f0f0;
}

/* Referral Form */

.referralContent{
float: left;
width: 100%;
margin: 20px 0 0 0;
}

.referralContentLeft{
float: left;
width: 572px;
}

.referralContentRight{
float: left;
width: 330px;
border: 10px solid #333;
font-size: 16px;
background-color: #fff;
text-align: center;
font-weight: bold;
padding: 20px 0;
}

.referralContentRight h3{
margin: 0;
padding: 0;
font-weight: bold;
color: #186351;
text-decoration: underline;
font-size: 16px;
}

.referralContentLeft h3{
margin: 20px 0 0 0;
padding: 0;
font-weight: bold;
color: #186351;
font-size: 16px;
}

.referralContentLeft li{
font-weight: bold;
}

.referralBroker{
float: left;
width: 500px;
font-size: 16px;
border: 5px solid #333;
background-color: #fff;
margin: 0 0 0 60px;
}

.referralBrokerInfo{
float: left;
padding: 30px;
}