#wrapper {
	background: #A5AEA5;
	-moz-border-radius:    10px;
  	-webkit-border-radius: 10px;
  	border-radius:         10px;
}
/*----- Podcast page styles -----*/

#form_box {
	text-align: center;
}
#content_top {
	text-align: left;
	margin: 0 20px;
}

#content_top h2 {
	color: #FCFEF3;
	font-size: 15px;
	font-weight: normal;
}

/*----- Styles for Form Return Page-----*/

#content_top_return {
	text-align: center;
	margin: 0 20px;
}

#content_top_return h2 {
	color: #FCFEF3;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
#content_top_return img {
	text-align: center;	
	border: 1px solid #FFF;
}

/*----- Styles for Error Page-----*/

#content_top_error {
	text-align: center;
	margin: 0 20px;

}

#content_top_error h2 {
	color: #C22F4C;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
#content_top_error img {
	text-align: center;	
	border: 1px solid #FFF;
}


