#main_container {
	width: 700px;
	margin: 0 auto;
}

#customer_service_title {
	width: 400px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.customer_service_info {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}

#retrieve_form {
	width: 600px;
	margin: 0 auto;
	
}

.retrieve_form_col_left {
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}

.retrieve_form_col_right {
	width: 400px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

#send_order_detail_success {
	color : green;
	font-weight : bold;
	text-align: center;
}

#send_order_detail_invalid {
	color : red;
	font-weight : bold;
	text-align: center;
}

#result_set_container{
	min-height: 15px;
	margin-bottom: 20px;
}

#retrieve{
	margin-left: 40px;
}
.refresh_captcha{
	margin-left:45px;
}
