@CHARSET "ISO-8859-1";
.SubmitButton{
    float: left;
    margin-top: 10px;
}

.CloseButton{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}
input.text {
margin-bottom:12px;
padding:0.4em;
width:95%;
}
textarea {
	width:510px;
	height: 90px;
}
select.SelectMulti{
	height: 90px;
	width:60%;
}
select.SelectSingle{
	height: 20px;
	width:60%;
}
dd{
	margin-left: 0px;
	xfloat: left;
	width: 60%;
}
dt{
	xfloat: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
label.error{
	width: 90%;
	float: left;
	color: red;
	font-weight: bold;
	font-family:Tahoma;
	font-size:1.3em;
}
div#error{
	overflow: auto;
	padding: 0 0 20px 17px;
}
div#success{
	overflow: auto;
	padding: 0 0 20px 17px;
	font-weight: bold;
	color: #067BA8;
	font-family:Tahoma;
	font-size:1.3em;
}
li.Active a{
	font-weight: bolder;
}
input.error, textarea.error{
	border: red 1px solid !important; 
}

select.error {
  /*border-color: red !important;*/
  /*background-color: #fefefe !important;*/
  border: none;
	background-color: none;
}

ul.errors{
	list-style-type: none;
	padding-left: 0px;
}
ul.errors li {
	color: red;
}
.optional{
	font-size: 12px;
}

