/* MEBO form */

form
{
	max-width: 39em;
	margin: 2em auto;
}

fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 1px solid #000000;
	border-style:solid none none;
	padding: 0 1em 1em 1em;
}
legend
{


}
input
{
	position: relative;
	top: -1.6em;
	left: 100%;
	padding: 0.2em 0.2em;
	display: block;
	margin-left: 5%;
	width: 175%;
	border: 1px solid #999;
	background: #fefefe;
}
input:focus,
input:active
{
	background: #fff;
	border-color: #000;
}
label
{
	clear: both;
	float: left;
	display: block;
	width: 35%;
	margin: -1em 0 0.2em;
	text-align: right;
}
label.first
{
	margin-top: 1em;
}
label span
{
	color: #900;
}
label.radio
{
	float: none;
	width:auto;
	margin:0 0 0 34%;
	text-align: left;
	display:inline;
	display:block;
	position:static;
}
label.radio input
{
	position:static;
	display:inline;
	padding-right: 2em;
	width:auto;
}
fieldset.submit
{
	border:none;
}
.submit input
{
	margin: 2em auto 0;
	position:static;
	width: auto;
	border: 3px double #999;
	color: #454545;
	border-color: rgb(204, 204, 204) rgb(153, 153, 153) rgb(136, 136, 136) rgb(204, 204, 204);
	font: bold 0.9em sans-serif;
	letter-spacing: 0.1em;
}
.submit input:focus,
.submit input:hover
{
		border-color: rgb(136, 136, 136) rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153) ;

}

select
{
	position: relative;
	top: -1.4em;
	left: 105%;
	display: block;
}
/* clear floats */
label:after,
fieldset:after
{
	content: '.';
	height: 0;
	display:block;
	clear:both;
	visibility: hidden;
}
dl.errormessages
{
	font-weight: bold;
}
dl.errormessages dd
{
color: #900;
}