/* player container */
div.player {
	height:240px;
	width:300px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
}

/* play button */
div.player img {
        position:relative;
        left:100px;
        top:220px;
        z-index:1;
}

/* info area */
div.player div.info {
	height:36px;
	background:#000 url(http://doowkcalb.com/r2om/h80.png) repeat-x;
	opacity:0.85;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #ccc;
	margin-top:175px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

/* signup container */
div.signup {
        position:relative;
        left:15px;
        width: 180px;	
        height:260px;
	float:left;
	text-align:center;
	padding:0px 0px;
	margin:0px;
        border:0px dashed
}

/* promobox containers */
.promobox {
        position:relative;
        top:10px;
        z-index:2;
        float: left;
        height:180px;
	width:46%;
	font-family: verdana, arial;
	padding:5px 5px;
	margin-right:0px;
        border:1px dashed
        text-align:center;
}

/* misc class styling */
.title {
        font-weight: bold;
        margin-left: 25px;
}
.bullets {
        font-weight: normal;
}
.learnbutton {
        position:relative;
        left:70px;
        margin-top: 10px;
}
.aligncenter {
        text-align: center;
}