body
{
	padding: 0;
	margin: 0;
	background: #95ADFF;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #FF80A8;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url('containerright-image.jpg');
	border-right: 20px solid #FFF;
	padding: 10px;
	background-color:#FFFFFF;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background: #D9FFBF;
	background-image:url(right_bg.jpg);
	background-repeat:no-repeat;
	color: #000000;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #FF80A8;
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

.name_input_holder{
  width:  211px;
  height: 30px;
  background-image: url(images/rsvp_name_bg.png);
  background-repeat: no-repeat;
}
.name_input{
  width: 185px;
  height: 20px;
  font-size: 16px;
  margin: 6px 11px 4px 15px;
  background-color: transparent;
  border: 0;
}
.number_input_holder{
  width:  61px;
  height: 30px;
  background-image: url(images/rsvp_num_bg.png);
  background-repeat: no-repeat;
}

.number_input{
  width: 41px;
  height: 20px;
  font-size: 16px;
  margin: 6px 11px 4px 9px;
  background-color: transparent;
  border: 0;
}
.input_message{
 width: 340px;
 height: 80px;
}

