@charset "utf-8";

/* *********************************** */
/* Styles for Form elements & FieldSets */
/* *********************************** */
fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
}
legend {
	font-size: 1.2em;
	margin-left: 1em;
	padding: 0;
	font-weight: bold;
}
fieldset ul {
	padding: 0em;
	list-style: none;
	margin-left: 0em;
	margin-top: 10px;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
fieldset .submit {
	float: none;
	width: auto;
	padding-top: 1em;
	padding-left: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input {
	margin: 0px;
}
label {
	float: left;
	width: 150px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color:#666;
}
.divColSide label {
	margin-right: 10px;
	width: 60px;
	font-size: 1em;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.input {
	width: 200px;
}
.select {
	width: 206px;
}
