/*
*  MEMBRAIN RADIO
*  From the Brain to You
*/

body {
	background: #C3004E url(images/bg_pinkgrd.jpg) center center fixed;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
}
img { border: 0 }
.text {
	font-size: 11px;
	color:#f57ead;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#container a, .text a {
	font-size: 11px;
	color:#f57ead;
/*	font-family: "OCR-A BT", "OCR A Extended", "OCR A Std", "Lucida Sans Unicode", "Lucida Grande", sans-serif;  */
	text-decoration: underline;
}
#container a:hover, .text a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
.text_cont {
	position: relative;
	left: 0px;
	top: -19px;
}
.text_cont2 {
	position: relative;
	left: 0px;
	top: 190px;
}
.text_cont3 {
	position: relative;
	left: 0px;
	top: 0px;
}
.remark {
	color:#660000;
	font-size:9px;
	font-weight:bold;
}
a span.remark {
	text-decoration: none;
}
.inputfield {
	font-family: "OCR A Extended", "OCR A Std", "OCR-A BT", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height:18px;
	width:100px;
	color:#601432;
	font-size:11px;
	background: #e24a87;
	border: none;
}
input.formbutton {
	font-family: "OCR A Extended", "OCR A Std", "OCR-A BT", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height:18px;
	width:62px;
	color:#FFFFFF;
	font-size:11px;
	background:#eb669b;
	border: none;
}

/* ----- Banner Page ------------------------------------------------------ */

#container {
	width: 960px;
	margin: 0 auto;
}
#rightHalf {
	float: right;
	width: 470px;
}
#leftHalf {
	float: left;
	text-align: right;
	padding-right: 15px;
}
.bannerRuler {
	height: 160px;
	padding-bottom: 10px;
}
.bannerRuler290 {
	height: 290px;
	padding-bottom: 10px;
}
textarea.bannerLink {
	font: 80% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 420px;
	height: 78px;
	border: 0px #692440 solid;
	padding: 5px;
	background: black;
	overflow: hidden;
	color: #FF5395;
}
.innerP {
	color: white;
	font-size: 85%;
	margin-bottom: 15px;
}
.topMargin {
	margin-top: 25px;
}