@charset "UTF-8";
/* CSS Document */

#motForm {
	background-color: #FFFFFF;
}
#motForm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-transform: lowercase;
	line-height: 11px;
	margin: 0px;
	padding: 0px 0px 5px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}input {
	background-color: #DEDEDE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
