form{
	margin: 0;
	padding: 0;
}

form img{
	vertical-align: middle;
}

#ContactForm{
	font: normal 12px "Trebuchet MS", Arial, Verdana;
	color: #000;
}

#ContactForm fieldset{
	border: solid 1px #6F6755;
	margin: 0;
	margin-bottom: 4px;
	padding: 6px;
}

#ContactForm fieldset input,
#ContactForm fieldset select,
#ContactForm fieldset button,
#ContactForm fieldset textarea{
	width: 170px;
	vertical-align: middle;
	font: normal 12px "Trebuchet MS", Arial, Verdana;
	border: solid 1px black;
	padding-left:3px;
}

#ContactForm fieldset textarea{
	overflow: auto;
	width: 350px;
	height: 100px;
}

#ContactForm fieldset input#securityCode{
	width:auto;
}

#ContactForm fieldset input#submitButton{
	background-color:#ECE9D8;
	width:auto;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}

#ContactForm legend{
	background: #ede7dd;
	border: solid 1px #6F6755;
	padding: 0 5px;
	margin-bottom: 2px;
	font-weight: bold;
}

#ContactForm fieldset label{
	display: block;
}

#ContactForm fieldset div{
	float: left;
	margin-right: 6px;
}

.break{
	clear: both;
}

body {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
