.form_label {
	display:inline;
	text-align: right;
	position: relative;  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	padding-top:15px;
}

.form_label_nospace {
	
	text-align: right;
	position:relative;
	float: left;
	/*margin-right: 1em;*/
	padding-top:15px;
}

select {
	margin-top:13px;
	margin-right: 10px;
}

.div_header {
	height: 21px;
	width: 520px;
	background: url('/images/div_header_bg.png') no-repeat;
	padding-left: 8px;
	padding-top: 8px;
	color: #ffffff;
	float: left;
	margin-top:10px;
}
.div_content {
	width: 520px;
	padding-left: 19px;
	padding-top: 19px;
	/*padding-bottom: 19px;*/
	background: url('/images/div_bg.png') repeat-y;
	font-size: 14px;
	float: left;
	clear: both;
}
.div_bottom {
	width: 520px;
	height: 7px;
	background: url('/images/div_bottom_bg.png') no-repeat;
	float: left;
	margin-bottom: 30px;
}

br.clear { clear: both; line-height:0; height:0; }

input, textarea
{
	font: normal 15px Arial, Tahoma, sans-serif;
	color: #777777;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	/*display: block;*/
	border: 1px solid #cccccc;
	width: 180px;
	height: 14px;
}

textarea
{
	font: normal 1.2em Arial, Tahoma, sans-serif;
	height: 150px;
}

input:focus, textarea:focus
{
	border: 1px solid #aaaaaa;
}

input[type=checkbox] {
	width:20px !important;
}

