fieldset#formFS
{
	padding: none;
	width: 400px;

	border: 1px solid black;
	
}
fieldset#formFS2
{
	padding: none;
	width: 700px;
	border: 1px solid black;	
	
}
fieldset#formFS2 legend
{
	font-family: Verdana;
	font-size: 1.5em;
	color: #336699;
}
fieldset#formFS legend
{
	font-family: Verdana;
	font-size: 2em;
	color: #336699;
}
h2
{
	font-family: Verdana;
	font-size: 1.5em;
	color: #336699;
	padding-left: 20px;
	font-weight: 500;
}
div#form
{
	width: 400px;
}
div#form2
{
	width: 700px;
}
.formRow3
{
	
	width: 700px;
	padding: 2px;
	height: 15px;
}
.formRow2
{
	
	width: 700px;
	padding: 2px;
	background-color: Gainsboro;
	height: 15px;
}
.formLabel
{
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 8px;
	font-family: Verdana;
	font-size: 1em;
	color: #000000;
	
}
.inputText
{
	width: 210px;
}
.inputText2
{
	width: 500px;
	text-align: left;
}
html>body .inputText2
{
	float: right;
}

.inputText:hover
{
	border: 2px solid red;
	
}
div#form select
{
	width: 210px;

}
div#form option
{
	
	
}

.OtherElementsWrap
{

	display: inline;

}

.checkbox
{
	text-align: left;
	padding: none;
}
.OtherElementsWrap li
{
	display: inline;
	list-style: none;
}