@charset "UTF-8";
/* CSS Document */

/*EMAIL FORM*/
ul#email_form2 {
	font-size: 0.8em;
	margin: 5px 0 0 0;
	padding:0px;
	/*Not used -->indent: 0;*/
	width: auto;
	list-style-type: none;
}
#form_description p {
	font-size:0.8em;
	color: #00C;
	padding: 3px 0px 0px 0px;
}


#email_form_box {
	width: 95%;
	height: auto;
	padding: 1px;
	margin: 1px;
	border-top: 2px solid #999;
	border-right: 3px solid #999;
	border-bottom:3px solid #999;
	border-left: 2px solid #999;
	background-color:#A5B6FB;
}
#buttons {
	margin: 0px;
	padding:0px;
	width: 55px;
	height: 22px;
	cursor: pointer;
	background-image: url(../images/submitbutton_up.gif);
}
#buttons:hover {
	margin: 0px;
	padding:0px;
	width: 55px;
	height: 22px;
	cursor: pointer;
	background-image: url(../images/submitbutton_down.gif);
}
.element_label {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}
.example {
	font-size: 1em;
	color: #333333;
	font-style:italic;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.65em;
	padding-left: 6em;
}
