@charset "utf-8";
/* CSS Document */
.apply{display:block; width:164px; height:39px; margin:35px 0px 0px 19px; background:#f1b100 url(../images/apply_for_reseller.jpg) no-repeat; font-size:16px; color:#dffdfd; text-align:center; line-height:39px; font-weight:bold;}
.pro_des_intr .apply{background:none;
	width:auto;
	height: auto;
	margin:10px auto 14px auto;
	background: #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 3px 10px;
}
.pro_des_intr .apply:hover {
	background: #888;
	color: #fff;
}
