legend {
	display:none;
}
fieldset {
	border:0px;
}
div#formdiv {
	width: 440px;
	background-color: #fff;
	padding: 5px;
	margin: 0px auto;
	margin-top:5px;
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row label {
	float: left;
	width: 150px;
	text-align: left;
	margin-right: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	line-height: normal;
}
div.row textarea {
	width: 370px;
}
div.row label.long {
	width: 420px;
}
div.row input {
	width: 210px;
}
div.rowsubmit {
	clear: both;
	padding-top: 10px;
	margin-left: 163px;
}
.hasToolTip {

}
.tooltip {
  position:absolute; visibility:hidden; overflow:hidden;
  color:#FFFFDF; background:#36609A; border:1px solid #223D60;
  font-size:0.9em; margin:0; padding:2px;
  width:250px; height:auto;
  z-index:10;
}
.button {
	color:#FFFFDF;
	font-family:tahoma,'trebuchet ms',helvetica,sans-serif;
	font-size:0.9em;
	font-weight:bold;
	background-color:#36609A;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
}
.inerror {
	text-decoration:underline;
}
#errorConsole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	line-height: normal;
}
.topmargin {
	margin-top:5px;
}
