/* CSS Document */
 
h1, h2 {
    margin: 0 0 10px 0;
    font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #666666;
}

#form-area {
	width: 480px;
	margin-top: 0px;
	
}

#form-area input, #form-area textarea {
	padding: 2px;
	width: 420px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #ADB38F;
}

#form-area textarea:focus, #form-area input:focus {
	border: 2px solid #D08124;
}

#form-area input.button {
	width: 200px;
	font-family: trebuchet, trebuchet ms, georgia, verdana, arial, serif; 
	background-color: #D08124;
	font-weight: bold;
	font-size: 12px;
	line-height: 26px;	
	color: white;
}

.warning {
    font-family: trebuchet, trebuchet ms, georgia, verdana, arial, serif;
    font-size: 13px;
    font-weight: bold;
    color: #D08124;
}

form h2 {
    color: #666666;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

.confirmation {
	padding: 10px;
	margin: 0px 60px 10px 0px;
	border: 2px dotted #D08124;
}

.bodysm_form {  
	margin: 0px 60px 10px 0px;
	font-family: trebuchet, trebuchet ms, georgia, verdana, arial, serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #666666; 
	text-decoration: none; 
}
