form {
	font-size: 15px;
	margin: 0 0 20px;
}
fieldset  {
	color: #333333;
	border: 1px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}	
legend  {
	color: #FFFFFF;
	font-weight: 400;
	font-variant: small-caps;
	background-color: #4B0082;
	padding: 2px 6px;
	margin-bottom: 8px;
	font-size: 15px;
	}

label   {
	font-weight: normal;
	line-height: 22px;
	text-align: right;
	margin-right: 7px;
	position: relative;
	display: block;
	float: left;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: 100%;
	color: #666;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #ccc;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 17px;
	}
	
input.formInputText:hover {
	background-color: #e7e7e7;
	border: solid 1px #ccc;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #ccc;
	cursor: text;
	}
	
textarea   {
	color: #666;
	background-color: #FFF;
	padding: 2px;
	border: solid 1px #ccc;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
textarea:hover {
	background-color: #e7e7e7;
	border: solid 1px #ccc;
	color: #000;
	cursor: pointer;
	}		

textarea:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #ccc;
	cursor: text;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	}
	
select.formSelect  {
	font-size: 100%;
	color: #666;
	background-color: #FFF;
	padding: 2px;
	border: solid 1px #ccc;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #e7e7e7;
	border: solid 1px #ccc;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #ccc;
	}

input.formInputButton   {
	font-size: 100%;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	padding: 2px;
	cursor: pointer;
	float: right;
	margin: 3px;
}	
checkbox {
	padding: 2px;
}
fieldset p {
	margin-top: 5px;
	margin-bottom: 10px;
}

