
#driver_reg_form {
	margin: 0;
	display: block;
	padding: 0;
	width: 420px;
}

#driver_reg_form label {
	width: 110px;
	float: left;
	display: inline;
	height: 24px;
	margin: 1px 0;
	line-height: 24px;
	font-size: 12px;
	clear: left;
}

#driver_reg_form input {
	width: 305px;
	border: 1px solid #d3d3d3;
	float: left;
	display: inline;
	background: #FFF;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	margin: 0 0 5px 0;
	clear: right;
}

#driver_reg_form #register_btn {
	clear: both;
	float: right;
}
