html	{
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #000 url(../images/bg.jpg) top center no-repeat;
	color: #d1d1d1;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

a	{
	color: #8E7635;
}

h1 {
	margin-bottom: 75px;
	margin-top: 75px;
	text-align: center;
}

a img	{
	border-style: none;
}
	
#wrapper	{
	margin: 0 auto;
	position: relative;
	width: 450px;
}

#homelink	{
	height: 30px; 
	left: 430px;
	position: absolute;
	top: -105px;
	width: 30px;
}

*:first-child + html #homelink	{
	height: 30px; 
	left: 430px;
	position: absolute;
	top: 65px;
	width: 30px;
}

#rsvp	{
	left: 40px;
	position: absolute;
	top: -60px;
}

*:first-child + html #rsvp	{
	left: 40px;
	position: absolute;
	top: 105px;
}

#inner-wrapper	{
	margin: 160px 30px 0 40px;
}

#admin {
	text-align: left;
}

#thankyou {
	margin-top: 380px;
	text-align: center;
	width: 900px;
}

#thankyou h1 {
	color:#FFFFFF;
	text-align: center;
	margin-left: 15px;
}

/*_________________________________Form styles_________________________________*/

ul.form label	{
	display:block;
	float:left;
	padding: 3px 0;
	width: 130px;
}

ul.form	{
	list-style-type:none;
}

ul.form	li	{
	clear:both;	
	list-style-type: none;
	margin: 0 0 0 -35px;
	width: 450px;
}

.txtField	{
	background: #323232;
	border-style: none;
	color:#d1d1d1;
	display:block;
	float:left;
	margin:5px 0 10px;
	padding:3px;

}

td input.txt	{
	background: #323232;
	border-style: none;
	color:#d1d1d1;
	margin: 2px;
	padding: 2px;
	width: 180px;
}

.txtBox	{
	background: #323232;
	border-style: none;
	color:#d1d1d1;	
	height: 100px;
	margin: 5px 0 3px;	
	overflow: hidden;
	padding:3px;	
	width: 180px;
}

.submit	{
	background: #242424;
	border-style: none;
	border: 1px solid #393939;
	color: #d1d1d1;
	font-size: 0.8em;
	height: 25px;
	left: 0;
	margin: 5px 0 10px 142px;
	width: 152px;
}

