@charset "utf-8";

#wrapper #mainTitle {
	clear: left;
	background-image: url(/images/title_bg.gif);
	background-repeat: no-repeat;
	width: 925px;
	padding-left: 25px;
}
#wrapper #main {
	float: right;
	width: 668px;
	clear: right;
	padding-top: 20px;
}
#main .tryBox {
	clear: both;

}

#main .tryPola {
	float: left;
	width: 201px;
	padding-top: 20px;
}
#main .tryDl {
	float: right;
	padding-top: 20px;
	width: 430px;
	display: inline;
	margin-right: 25px;
}
#main .tryDl .tryDd {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#main .tryDl .tryDd .textRed {
	color: #ce0000;
}
#main .tryDl .checkBox {
	width: 430px;
	text-align: center;
}

#main .tryDl .checkBox a{
background:url(/rookie/images/check_btn_off.gif) no-repeat scroll 0 0 transparent;
display:block;
height:25px;
line-height:27px;
margin:0 auto;
text-indent:86px;
width:280px;
}

#main .tryDl .checkBox a:hover{
background:url(/rookie/images/check_btn_on.gif) no-repeat scroll 0 0 transparent;
}
#main #meritListH4 {
	clear: left;
	padding-bottom: 20px;
}
#main .areaBtn {
	float: right;
	width: 127px;
	display: inline;
	margin-right: 25px;
	padding-top: 10px;
}
#main #area_h4 {
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}
