@charset "utf-8";
/* CSS Document */


#rga_form{
	background:#e6eff5;	
	border:1px solid #b4b3b3;
	width:645px;
	margin-top:35px;
	padding:20px;
	font-size:11px;
	color:#0e4467;
}
#rga_form select, #rga_form input, #rga_form textarea{
	font-size:11px;	
}
#rga_form div{
	padding-bottom:10px;	
}
#rga_form #name_field, #rga_form #last_name_field{
	float:left;
	width:210px;
}
#rga_form #name_field input, #rga_form #last_name_field input{
	width:150px;	
}
#rga_form #address_field{
	float:left;
	width:256px;
}
#rga_form #address_field input{
	width:210px;	
}
#rga_form #zip_field input, #rga_form #city_field input, #rga_form #state_field input{
	width:72px;	
}
#rga_form #zip_field, #rga_form #city_field, #rga_form #state_field{
	width:103px;
	float:left;
}
#rga_form #reason{
	clear:both;
}
#rga_form #reason textarea{
	width:100%;
	height:70px;
	margin-bottom:15px;
}
#rga_list th{
	font-weight:normal;
	text-align:left;
}
#rga_list .item{
	width:73px;
}
#rga_list .item input{
	width:56px;
}
#rga_list .qty_ship{
	width:102px;
}
#rga_list .qty_ship input{
	width:87px;
}
#rga_list .part{
	width:132px;
}
#rga_list .part input{
	width:117px;
}
#rga_list .qty_rec{
	width:104px;
}
#rga_list .qty_rec input{
	width:87px;
}
#rga_list .serial{
	width:160px;
}
#rga_list .serial input{
	width:149px;
}
#rga_list .function_text{
	font-size:10px;
	line-height:10px;
}
#rga_form #yes_order {
	width:200px;	
	float:left;
}
#rga_form #date_order {
	width:190px;	
	float:left;
}

#rga_form #yes_order input{
	width:95px;	
}
#rga_form #date_order input{
	width:95px;	
}

#rga_form #submit{
	float:right;
}

