/*-------------------------------------------------
Global
-------------------------------------------------*/
#content_haendler_form {
	width:895px;
	margin-top:32px;
}
#content_haendler_form .inner {
	width:100%;	
}
#haendler_form_row {
	float:left;
	width:100%;
	height:20px;
	margin-bottom:5px;
}
#haendler_form_row .haendler_form_textColumn {
	width:300px;
	float:left;
	text-align:right;
	margin-top:3px;
	font-weight:bold;
}
#haendler_form_row .requiredfield {
	width:10px;
	float:left;
	text-align:right;
	margin-top:3px;
	font-weight:bold;
}
#haendler_form_row .haendler_form_fieldColumn {
	padding-left:5px;
	width:300px;
	float:left;
	text-align:left;
}
input[type=text] {
	border:1px solid #5d5d5d;
	width:300px;	
	height:16px;
	
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top:2px;
}
select {
	border:1px solid #5d5d5d;
	width:300px;
	
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
}
input[type=submit] {
	border:none;

	padding:5px;	
	background-color:#c9070a;
	
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
input[type=button] {
	border:none;
	
	height:21px;
	background-color:#c9070a;
	
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.validation-advice {
	position:relative;
	top:-19px;
	left:310px;
	color:#c9070a;
	background: #fff url(../images/website/form_alert.gif) no-repeat left center;
	padding-left: 22px;
} 