.carrers_apply_form{
	color:#666;
	font-size:13px;
	font-weight:bold;
}

#content .carrers_apply_form input[type=radio]{
	margin-right:4px;
}

.carrers_apply_form label, .carrers_apply_form input[type=text]{

}

#content .carrers_apply_form input[type=text]{
	margin-bottom:10px;	
	display:block;
	width:260px;
	height:22px;
	line-height:18px;
	padding:2px;
	font-size:14px;
	color:#666;
	font-weight:bold;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:2px 4px 2px 4px;
}

#content .carrers_apply_form input.zip{

}

.carrers_apply_form label{
	display:block;
	color:#888888;
	font-size:12px;
}

#content .carrers_apply_form textarea{
	width:98%;
	padding:5px;
	font-size:14px;
	color:#666;
	font-weight:bold;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:250px;
}

#content .carrers_apply_form input[type=submit]{
	cursor: pointer;
	font-size:13px; 
	font-weight:bold;
	border:1px solid #333;
	padding:3px 14px 3px 14px;
	margin-top:20px;
	float:right;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#060;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}

#content .carrers_apply_form select{
	font-size:13px;
	font-weight:bold;
	border:1px solid #333;
	padding:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	background:none repeat scroll 0 0 #F9F9F9;
	border:1px solid #CCCCCC;
}

#content .carrers_apply_form .Left{
	float:left;
}

#content .carrers_apply_form .Right{
	float:right;	
}

