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

.bottomads {
	width: 872px;
}

.signupbox {
	width: 277px;
	height: 121px;
	float: left;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 6px;
	background: url(../images/signup_bkg.jpg) center no-repeat;
}

.prostatebox {
	width: 277px;
	height: 121px;
	float: left;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 6px;
	background: url(../images/prostate_bkg.jpg) center no-repeat;
}

.shopbox {
	width: 277px;
	height: 121px;
	float: right;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-top: 7px;
	background: url(../images/inhome_bkg.jpg) center no-repeat;
}

.boxcontent {
	width: 257px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.boxtxt {
	font-size: 20px;
	color: #0071bc;
	line-height: 16px;
}
