/* CSS Document */
/*Datacapture styling*/
body{
background-color:#000000;
}
*{
		padding: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:1.3em;
	}


#mainwrap{
	background-color:#fff;
	width:520px;
	margin-right:auto;
	margin-left:auto;
	padding:0 20px 50px 20px;
	}
	
#header{
	background:url(../_graphics/datacapture_header.jpg) no-repeat;
	width:500px;
	height:263px;
	text-indent:-9999px;
	margin-left:10px;
	}
	
form p{
	clear:both;
	margin:5px 0;
	}
	
form input{
	font-size:12px;
		float:left;
	display:inline;
	}
	
form label{
	float:left;
	width:40%;
	text-align:right;
	margin-right:20px;
	margin-bottom:7px;
	font-weight:bold;
	display:inline;
	}
	
#textwrap{
	text-align:center;
	}
	
h3.release{
	color:#AA0808;
	font-size:14px;
	text-transform:uppercase;
	}
	
.formbuttons{
	margin-left:200px;
	}
	
.formbuttons input{
	margin-left:5px;
	}
	
.red{
	color:#AA0808;
	}
	
small{font-size:10px;}

p.bandmessage{
background:url(../_graphics/notecard.jpg);
padding:15px 20px 15px 20px;
text-align:center;
font-family:"Courier New", Courier, monospace;
}

p.bandmessage .red{
	font-family:"Courier New", Courier, monospace;
}
