body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../images/home_background.jpg);
	background-position:50% -110px;
	background-repeat:no-repeat;
	background-color:#04092F;
}

.container{
	width:1020px;
	margin:0 auto;
	position:relative
}

#home .container{
	height:700px;	
}

.rsvp_btn{
	position:absolute;
	top:30px;
	right:200px;
	cursor:pointer;
}

#form, #contentWrap{
	width:500px;
	height:330px;
}
#form input[type=text], #contentWrap input[type=text]{
	width:90%;
	border1px solid #ccc;
	margin-bottom:3px;
}

#formValues, #successfulMessage{
	margin-left:30px;
}

#formValues h1, #successfulMessage h1{
	font-size:21px;
	color:#990000;	
}

#successfulMessage p{
	font-size:14px;
	line-height:160%;
	width:400px;
}

.required{
color:#C60049;
}
