/* Start of CMSMS style sheet 'contactform' */
.contactform form{

}
.contactform fieldset {
        width:453px;
        padding-left: 5px;
        padding-right: 5px;
	border: 1px solid #621b00;
        background-color:#ebe7df;
        margin-bottom: 10px;

}
.contactform legend{
        padding-left: 10px;
        padding-right: 10px;
	border: 1px solid #b8d645;
	background-color: #f1f7da;

}
.contactform div {
        padding-top: 2px;
        padding-bottom: 2px;
        margin-top: 2px;
        margin-bottom: 2px;
	border: 1px solid #FFF;
	float: left;
        position: relative;
        width: 100%;
}
.contactform div div {
	border: none;
	float: right;
        position: relative;

}
.contactform div.checkbox {
       width: 150px;
	border: none;
	float: left;
       position: relative;
}
.contactform div div input {
       width: 50px;
	border: none;
	float: left;
       position: relative;
}
.contactform div div .label {
       width: 150px;
	border: none;
	float: left;
       position: relative;
}
.contactform div div div{
       width: 150px;
	border: none;
	float: left;
       position: relative;
}
.contactform label {
	vertical-align: top;
	display: block;
	width: 190px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.contactform required {
        color: #621b00;
}
.contactform fieldset .input input {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #b8d645;
        width:200px;

}
.contactform fieldset .captcha input {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #b8d645;
        width:100px;

}
.contactform fieldset .zip input {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #b8d645;
        width:70px;

}
.contactform fieldset .phone input {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #b8d645;
        width:100px;

}
.contactform fieldset .date input {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #b8d645;
        width:150px;

}
.contactform fieldset select{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #b8d645;
}
.contactform div input button {
        width: 100px;

}
.contactform textarea {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #b8d645;
        width: 200px;
        height: 100px;
}
.contactform .required{
	color: #bf1e2e;
}
.captcha img {
	border: 1px solid #FFF;
        margin-top: 5px;
        margin-bottom: 5px;
}
/* End of 'contactform' */

