/* CSS Document */
/* mndotExternal.css Use for all Mn/DOT external Web pages in conjunction with a second style sheet to display specific elements. */
/* Updated September 27, 2010 */

/* BEGIN Form Elements ______________________________________________________________________________ */

#frmRegister  {
	padding: 5px;
	float: left;
	width: 395px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#frmRegister input[type="text"]
{
width:325px;
}

#frmRegister input[type="textsmall"]
{
width:45px;
}

#frmRegister textarea
{
width:325px;
}

 #frmRegister fieldset  {
	color: #000;
	background-color: #DEE7EF;
	border: 1px solid #003F5F;
	margin: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#frmRegister fieldset legend  {
	color: #FFF;
	background-color: #003F5F;
	letter-spacing: 0.1em;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #003F5F;
	margin: 2px;
	font-weight: normal;
	font-size: 1.1em;
}


input[type="button"]
{
	margin-left:35px;
}

/* END Form Elements ______________________________ */
