/* Fonts */
input, textarea, select {
   background-color: #F8F8F8;
   font-size: 11px;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form legend, form button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}
form {
	margin: 0;
	padding: 0;
}
form fieldset {
	margin-bottom: 0.5em;
	border: none;
}

form dl dt {
	width: 15em;
	float: left;
	text-align: right;
	padding: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	zoom: 1;
}

form dd {
	margin: 0;
	padding: 0 0 0.5em 0.5em;
	text-align: left;
}

form dt a.help {
	background-color: #eeffee;
	color: #115505;
	font-weight: normal;
}
form dd ul {
	background-color: #ff6666;
	color: white;
	padding: 3px;
	list-style: none;
	font-weight: bold;	
}
form dt a.help:hover{
	background-color: #ffffff;
	text-decoration: none;
}


/* ----- Clearers ----- */

form dd:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


form dl:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE Mac \*/
* html form dl {
	height: 1%;
} 
form dl {
	display: block;
}

