@charset "utf-8";
/* CSS Document */

.gary-box {
	background:#f8f8f8;
	border:1px solid #dbdbdb;
	width:790px;
	padding:25px;
}
.gary-box h2 {
	width:790px !important;	
}


.checkbox, .radio {
	width:19px;
	height:19px;
	float:left;
	background:url(checkbox.gif) no-repeat;
	padding:0 5px 0 0;
}
.radio { 
	background: url(radio.gif) no-repeat;
}
/* With the padding included, the width is 188px: the actual width of the image. */
.select {
	background:url(../images/bg_footer_select.png) no-repeat left top;
	width:220px;
	height:29px;
	float:left;
	position:absolute;
	overflow:hidden;
	line-height:29px;
	border:none;
	margin:0;
	padding-left:35px;
	font-size:13px;
	color:#7d7d7d;
}


.select-yearnews {
	background:url(../images/year_news.png) no-repeat left top;
	width:408px;
	height:27px;
	float:left;
	position:absolute;
	overflow:hidden;
	line-height:29px;
	border:none;
	margin:0;
	padding-left:35px;
	font-size:13px;
	color:#7d7d7d;
	margin-bottom:100px;
}

.select-backnews {
	background:url(../images/back_news.png) no-repeat left top;
	width:208px;
	height:27px;
	float:left;
	position:absolute;
	overflow:hidden;
	line-height:29px;
	border:none;
	margin:0;
	padding-left:35px;
	font-size:13px;
	color:#7d7d7d;
}


