form {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
fieldset {
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	padding-bottom: 15px;
	margin: 15px 0px 20px 5px;
	color: #666;
	line-height: 1.5em;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	padding-right: 3px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 3px;
	display: block;
}
label {
	float: left;
	clear: left;
	padding-right: 10px;
	display: block;
	color: #666;
	text-align: right;
	width: 180px;
}
textarea {
}

input {
	margin-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
textarea {
	overflow: auto;
	padding: 3px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	width: 50%;
}
.required {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.3em;
}
select {
	margin-bottom: 15px;
}
