form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#716042;
	border:1px solid #e5dac3;
}
input {
	border:0px solid #e5dac3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#716042;
	height:19px;
}
textarea{
	border:1px solid #e5dac3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#716042;
}
.Button {
	background-color:#0668b0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border:none;
	color:#FFFFFF;
	height:18px;
}
.Width {
	width:98%;
}
.Width96 {
	width:96%;
}