
.ref {
	position: relative;
	float: left;
	width: 263px;
	height: 281px;
	padding: 18px 18px 0px 18px;
	background-image: url(../im/area-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.ref_im {      
	border: 1px solid #575757;
	width: 260px;
	height: 135px;
}

.ref_desc {
	color: #828282;
	line-height: 17px;
	height: 82px;
	overflow: hidden;
}

.ref_status {
	position: absolute;
	bottom: 17px;
	left: 20px;
	color: #a40003;
	font-size: 14px;
	font-weight: bold;
}

.ref_btn {
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 98px;
	height: 22px;
	padding: 2px 0px 0px 0px;
	background-image: url(../im/ref_btn_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

.ref_btn a, .ref_btn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.ref_btn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}