/* CSS Document */

/* Style sheet rules for store page. */

#container {
	background: #00c2c8 url(../images/contentback.jpg) top right no-repeat;
	}
div#confirmbuy {
	margin: 36px 0;
	padding: 0;
	}
label#malecd {
	display: block;
	float: left;
	font-size: 90%;
	color: #002f33;
	margin: 0;
	padding: 15px 0 24px 60px;
	background: transparent url(../images/ycsm.gif) 6px 0px no-repeat;
	width: 195px;
	}
label#femalecd {
	display: block;
	float: left;
	font-size: 90%;
	color: #002f33;
	margin: 0;
	padding: 15px 0 24px 60px;
	background: transparent url(../images/ycsf.gif) 6px 0px no-repeat;
	width: 195px;
	}
	
label#workshop {
	display block;
	float: left;
	font-size: 90%;
	color: #002f33;
	margin: 0;
	padding: 15px 0 24px 0;
	width: 195px;
	}
.buynow {
	display: block;
	float: right;
	margin:15px 0 0 0;
	padding: 0;
	}