@charset "UTF-8";
/* CSS Document */

#rqform  {
	width: 550px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
#rq {
	width: 550px;
}
#rq_left {
	float: left;
	width: 150px;
	color: #333333;
	font-weight: bold;
}
#rq_right {
	float: right;
	width: 375px;
	text-align: left;
	padding-left: 10px;
}
#rq h1 {
	font-size: 40px;
	padding: 50px 0px 10px;
	color: #F6F5F0;
}
#rq h2 {
	font-size: 20px;
	color: #0F2B59;
	letter-spacing: -0.4pt;
	font-weight: bold;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	clear: both;
}
#item {
	height: 30px;
	font-weight: bold;
	color: #333333;
}
#itemtext {
	height: 50px;
}
#rq_view {
	top: 442px;
	position: absolute;
	left: 597px;
	height: 94px;
	width: 162px;
	background-image: url(../images/rq_more.png);
}

