@charset "utf-8";
/* FORMS */
label {
	min-width: 10em;
	float: left;
	text-align: right;
	white-space: nowrap;
	margin-right: 1em;
	display: block;
	font-weight: bold;
	vertical-align: bottom;
}
label em {
	font-weight:bold;
	color:#ed1c24;
}

label.error { 
	width: 250px; 
	float: right; 
	text-align: left; 
	color:#FF0000; 
}

input, select, textarea {
	padding:0px 0px 0px 2px;
	margin:1px 0px 5px 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
	vertical-align: middle;	
}
input.submit
{
	margin-top: 10px;
	margin-left: 12em;
}
input.nomargin
{
	margin-top: 10px;
	margin-left: 0em;
}
input.cancel
{
	margin-top: 10px;
	margin-left: 12em;
}
.formButton { 
	font-size: 11px; 
	border: 1px outset; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
}
.pretendButton {
	padding:0px 15px 0px 15px;
	margin: 1px 0px 5px 0px;
	color: #ed1c24;
	text-decoration: none;
	border: 1px solid #999999;
	vertical-align: middle;	
}

.formButtonOver {
	font-size: 11px;
	background-color: #CDCDCD;
	border: 1px solid #999999;
	color: #444444;
	height: auto;
	width: auto;
	vertical-align:middle;
}
.marginbotton {
	margin-bottom: 15px;
}

