/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/* Page-specific styles start here */

html {
	background:#4f88c3 url(images/html.jpg);
	height:100%;
}

body {
	background:url(images/body.jpg) no-repeat center center;
	color:#645b5e;
	font-family:Verdana,sans-serif;
	font-size:12px;
	min-height:100%;
}

#content {
	background:#fff;
	height:388px;
	left:50%;
	margin:-194px 0 0 -240px;
	position:absolute;
	top:50%;
	width:480px;
}

h1, h2 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:480px;
}

h1 {
	background:url(images/h1.gif) no-repeat center center;
	height:145px;
}

h2 {
	background:url(images/h2.gif) no-repeat left top;
	height:70px;
}

p {
	line-height:18px;
	padding-bottom:18px;
}

h3 {
	font-size:11px;
	padding-bottom:12px;
}

form div {
	float:left;
	padding-right:15px;
	width:170px;
}

	form div#submit-container {
		float:right;
		padding:3px 0 0 0;
		width:102px;
	}

#name, #email {
	border:0;
	border-bottom:2px dashed #ccc;
	color:#837c7e;
	font-family:Georgia,serif;
	font-size:18px;
	font-style:italic;
	margin-bottom:4px;
	padding:4px 0;
	width:170px;
}

#submit {
	background:url(images/submit.gif) no-repeat;
	border:0;
	cursor:pointer;
	height:43px;
	overflow:hidden;
	text-indent:-9999px;
	width:102px;
}

label {
	color:#83787c;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#error {
	color:#BF0B41;
	font-size:11px;
	padding-bottom:2px;
}

#success {
	color:#8F4056;
	font-family:Georgia,serif;
	font-size:18px;
	font-style:italic;
	padding-top:30px;
	text-align:center;
}