#error 
{
	display: block;
	margin: 0 0 1em 0;
	border: 1px solid #FFFFFF;
	
	padding: 20px;
}



#marginForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 1px solid #FFFFFF;
	
	padding: 0 1em 1em 1em;
}



#marginForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#marginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#marginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#marginForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#marginForm input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
	width:250px;
	
}

#marginForm textarea
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
	width:250px;
}

#marginForm input.submit
{
	clear: both;
	top:0;
	width:100px;

}

#marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: bold;
}

#marginForm label.first
{
	margin-top: 1em;
}

#marginForm select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}









#smallForm p
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: bold;
}



#smallForm fieldset
{
	display: block;
	margin: -1.4em 0 0 0;
	border: none;
	
	padding: 1em 1em 1em 1em;
}

#smallForm input
{
	position: relative;
	top: -1.4em;
	left: 4em;
	display: block;
	width:150px;
	
}

#smallForm textarea
{
	position: relative;
	top: -1.4em;
	left: 4em;
	display: block;
	width:150px;
}

#smallForm input.submit
{
	clear: both;
	top:0;
	width:100px;

}

#smallForm input.check
{
	clear: both;
	margin-top: -1em;
	top:0;
	width:15px;

}

#smallForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: bold;
}

#smallForm label.first
{
	margin-top: 1em;
}

#smallForm a:hover, a:active {
	text-decoration: none;
		color:#b30000;