@charset "UTF-8";

#topSection
{
	width: 900px;
	margin: auto;
	min-height: 250px;
	background-image: url(/img/podcast/top_sec_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.blueBox
{
	float:left;
	width:255px;
	height:198px;
	margin-top:15px;
	margin-left:35px;
}

.numberBox
{
	padding:25px 50px 0px 25px;
	float:right;
}

.instructions
{
	border-width: 1px;
	border-style: dashed;
	color: white;
	font-size: 11px;
	line-height: 15px;
	clear: none;
}

.instructionAction
{
	font-weight: bold;
	width: 80px;
}

.endlessPodcasts
{
	width: 426px;
	height: 116px;
	text-align: center;
	margin: auto;
}

