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

fieldSet {
	border: none;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #7F745C;
	padding: 3px;
	width: 300px;
}

.button {
	background-color: #9B0401;
	background-image: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	width: 150px;
	color: white;
	float: right;
}

#podcastForm {
	padding: 10px;
	width: 650px;
	margin-left:auto;
	margin-right:auto;
}

	#podcastForm table {
		font-size: 1.3em;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 4px;
		width: 600px;
		margin-bottom: 20px;
	}
	
	#podcastForm td {
		padding: 8px;
		width: 50%;
	}
	
	#podcastForm .Label {
		background-color: #89AD87;
		color: #000;		
	}
	
	#podcastForm .Fields {
		background-color: #D4E4D3;
	}
	
	#podcastForm { }
	#podcastForm label { width: auto; }
	#podcastForm label.error { margin-left: 25px; color: #900; }
	#podcastForm input.submit { margin-left: 25px; }	


#podcastBox {
	display: none;
	position:relative;
	color: #ffffff;
	background: #7F601D url(/images/brown2-ul.gif) no-repeat;
	width: 750px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding-left: 47px;
	padding-right: 47px;
	padding-bottom: 47px;
}

	#podcastBox .ur, .ll, .lr {
	  position : absolute;
	  width : 40px;
	  height : 40px;  /* corner images are 40x40 */
	  display : block;
	  /*margin-bottom : -1px;  this is for IE */
	}
	
	#podcastBox .ur {
	  background : transparent url(/images/brown2-ur.gif) no-repeat;
	  top : 0;
	  right : 0;
	}
	
	#podcastBox .ll {
	  background : transparent url(/images/brown2-ll.gif) no-repeat;
	  bottom : 0;
	  left : 0;
	}
	
	#podcastBox .lr {
	  background: transparent url(/images/brown2-lr.gif) no-repeat;
	  right : 0;
	  bottom : 0;
	}
	
	.podcastBack {
		width: 375px;
		padding: 5px;
		border: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
	.podcastBack td {
		background-color: #162C5F;
		padding: 10px;
		font-size: 1.4em;
		font-weight:bold;
		color: #fff;
	}
	
#podcastMoreInfo{
	margin-top: 35px;
}

	#podcastMoreInfo table {
		font-size: 1em;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 4px;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;		
	}
	
	#podcastMoreInfo td {
		background-color: #1C361B;
		padding: 8px;
		width: 50%;
	}

	#podcastWhatIs{		
		width: 600px;
		margin-left:auto;
		margin-right:auto;
		background-color: #91A9AF;
		border-color: #3A3A3A;
		border-style:dashed;
		border-width: 2px;
		padding: 5px;
		color: #3A3A3A;
	}
	
	#podcastWhatIs a {
		color:#960000;
	}