body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	background-color: #6c7430;
	padding: 0;
	margin: 0 auto 0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
img {
	border: 0;
}
a, a:visited {
	white-space: nowrap;
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: auto;
	width: 750px;
}

#header {
	margin: 0;
	padding: 180px 0 50px 0;
}
#header	h1 {
	width: 493px;
	height: 86px; 
	margin: auto;
	padding: 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#main {
	width: 400px;
	margin: 75px auto 120px auto;
	padding: 10px;
	color: black;
	background-image: url(../images/knockout.png);
	background-repeat: repeat;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior:url(/css/border-radius.htc);
}
#main	h2 {
	font-size: 14px;
}
#main	h3 {
	margin: 0;
	padding: 0;
}
#main	form {
	position: relative;
}
#main	ul {
	list-style-type: none;
}
#main	li {
	margin: 1em 0;
}

#legend {
	float: right;
	position: relative;
	text-align: right;
	color: red;
	font-weight: bold;
}

.block_label {
	font-weight: bold;
}

.required {
	color: red;
}
.form_controls {
	padding-top: 10px;
}
.error {
	color: red;
	font-weight: bold;
}	

#cover {
	margin-top: 15px;
}

#cover	img {
	border: 2px white solid;
}