body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(formbg.png);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #F5F5F5;
}
.cssform /*Form*/
 input, .cssform  textarea, .cssform select {
	border: #999 solid 1px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.cssform  input, .cssform select {
 padding: 3px 5px;
}
.cssform textarea {
 padding: 5px;
}
.cssform  input, .cssform  textarea, .cssform select {
 border: #999 solid 1px;
 background: #FFF url(formgrad.png) repeat-x top left;
}
.cssform .submit {
	font-weight: bold;
	background-color: #336699;
	cursor: hand;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cssform .submitbtn {
	background-image: url(quote.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	cursor: pointer;
}
.cssform .submitbtn:hover {
	background-image: url(quotehover.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	color: #000000;
	font-weight: bold;
}
.cssform em {
	color: #FF0000;
}
