dd,dl,dt {
margin: 0;
padding: 0;
}

dd { margin: 0 0 20px 0; }
input {
}


dd label input {
float: left;

}

dd label {
float: left;

}

dd br {
display: none;
height: 0;
clear: none;
}

input.textline, select {
height:20px;
}
.textmultiline {
height:80px;
display: block;
}
.textline, .textmultiline, select {
	
		width: 281px;
		padding:1px 0 0 2px;
		border-width:1px;
		font-family:Arial,sans-serif;
		font-size:11px;
		background-color:#F6F6F6;
	
}
dd {
	
	clear: both;
}
dt, dt label {
	padding-top:5px;
	clear: both;
}

ul.errors {
	
	color: #ff0000;
	padding:0;margin:0;
	list-style: none;
}

.button {
	
	background-color:#CC0000;
border-color:#FFFFFF #000000 #000000 #FFFFFF;
border-width:1px;
color:#FFFFFF;
padding:2px 4px;
text-decoration:none;
}

.button:active {
	
	background-color:#336699;
border-color:#000000 #FFFFFF;
color:#FFFFFF;
text-decoration:none;
}

.button {
	
	border:thin outset;
font-family:Arial,sans-serif;
font-size:11px;
font-weight:bold;

text-align:center;
text-transform:uppercase;

}
dd label {
margin-right: 10px;
}
.requiredSuffix {
color: #FF0000;
}
