@import url('reset.css'); /* reset UA styles first */

body {
	background: #fdfbe8;
	border-top: #696545 5px solid;
	color: #696545;
	font: 10px/20px verdana,sans-serif; /* yes, pixels. */
	text-align: center;
}

#wrapper {
	margin: 115px auto 0 auto;
	width: 640px;
}

h1#logo {
	background: transparent url(../img/bg-logo.png) no-repeat center 0;
	display: block;
	height: 100px;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-indent: -9999px;
}

form,
#msg {
	background: transparent url(../img/bg-hr.png) no-repeat center 0;
	overflow: hidden;
	width: 100%;
}

form p {
	float: left;
	text-align: left;
	width: 300px;
}

label {
	display: block;
	font-size: 90%;
	font-weight: bold;
	margin: 20px 0;
	opacity: .5;
	text-transform: uppercase;
}

form:hover label {
	opacity: 1;
}

input.txtField {
	background: transparent;
	border: 0;
	border-bottom: #696545 2px solid;
	color: #696545;
	font-size: 200%;
	opacity: .5;
	width: 300px;
}

input.txtField:focus {
	opacity: 1;
}

input#btnSubmit {
	background: transparent url(../img/btn-submit.png) 0 0;
	border: 0;
	color: #696545;
	cursor: pointer;
	font: bold 140%/30px verdana,sans-serif;
	height: 40px;
	margin: 10px 0 0 0;
	text-shadow: 0 1px 0 #fff;
	width: 100px;
}

input#btnSubmit:hover {
	background-position: 0 -40px;
}

input#btnSubmit:active {
	background-position: 0 -80px;
	line-height: 42px;
}

p#intro,
#msg p {
	background: url(../img/bg-vr.png) no-repeat 0 0;
	float: right;
	font-size: 140%;
	padding: 20px 0 60px 20px;
}

#msg p {
	text-align: center;
	width: 100%;
	padding: 20px 0 0 0;
	background: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p#caption {
	background: transparent url(../img/bg-hr.png) no-repeat center 0;
	font-size: 110%;
	opacity: .7;
	padding: 20px 0 0 0;
}