@charset "utf-8";
/* CSS Document */
/***********************
*Written by Andrew Carreiro
*andrew@scurvydesign.com
************************/

body{
	background:#231f20;
	color:#FFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#main{
	width:900px;
	height:600px;
	margin:0 auto 0 auto;
	background:url(images/partygraslogo.png) top left no-repeat;
}
a{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#footer{
	width:900px;
	margin:0 auto 0 auto;
	font-size:9px;
}

/********************CHECK BOX SHADOW**************************/
#form{
	width:300px;
	height:600px;
	background:url(images/surveybackground.png) repeat-x; 
	box-shadow:-10px 0px 5px #121212;
	margin: 0 0 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000;
}
#form>div{
	background:	url(images/volvlogo.png) bottom right no-repeat;
	margin:0 2em 1em 2em;
	padding:0;
}
#form>div input, #form>div select{
	background:#333;
	color:#CCC;
	border:1px solid #000;
}
#burst{
	float:right;
	width:719px;
}
/*******************OVERLAYS************************/
.overlay{
	position:absolute;
	z-index:30;
}

