<!-- CSS Styling for Theatrical Bellydance Temp Pre-Launch Site-->
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
margin:0;
padding:0;
}
ul, ol, li{
list-style-type:none;
}
a{
color:#ca7200;
text-decoration:none;
}
a:hover{
color: #ff9812;
}
a img{
border:0;
}
object{
outline: 0 none;
}
.clear{
clear:both;
}
body{
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #d9d19d;
	line-height: 1.4em;
	text-align: center;
}
#curtain{
	background: url(/images/main_splash_bg.jpg) top center no-repeat;
	height:1024px;
}
#body_wrap{
	width: 980px;
	margin: 0 auto;
	display: table;
}
#main_title{
	background: url(/images/main_title_splash.jpg) top center no-repeat;
	width: 775px;
	margin: 110px auto 0;	
	height: 270px;
}
#main_title h1{
	text-indent: -9999px;
}
#contact_form{
	width: 420px;
	margin: 0 auto;
}
#contact_form p{
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 30px;
}	
h3.email_updates{
	background: url(/images/email_h3_bg.jpg) top left no-repeat;
	width: 267px;
	height: 58px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-indent: -9999px;
}
.input_wrap{
	float: left;
}
.lightbox{	
	background: url(/images/lightbox_bg.jpg) top left no-repeat;
	width: 194px;
	height: 57px;
	display: block;
}
input.lightbox{
	border: 0 none;
	width: 164px;
	height: 27px;
	padding: 15px;
	text-align: center;
	font-family: 'Arial Black', Arial, Helvetica, Sans-Serif;
	font-size: .9em;
}
.subscribe_options{
	width: 420px;
	clear: both;
}
.subscribe_options span.label{
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px;
}
input.submit{
	margin-top: 20px;
	font-size: 1.7em;
	font-weight: bold;
	background: #f3e274;
	border: 0 none;
	padding: 10px;
	cursor: pointer;
}
input.submit:hover{
	background: #000;
	color: #f3e274;
}