* {
	padding: 0;
	margin: 0;
}

/**general**/
body{
	background: #0F0F0F;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: white;
}

img{
	border: none;
	overflow: hidden;
}

p{
	text-align: left;
}

/**layout**/
#wrapper {
	background: black;
	width: 980px;
	height: auto;
	margin: 0 auto;
}
/**header**/
#header {
	background: url('../images/header.jpg');
	width: 980px;
	height: 150px;
	overflow: hidden;
}

/**forms**/
#formWrapper {
	width: 770px;
	height: auto;
	margin: 0 auto;
}

#formWrapper .anchor{
	height: 22px;
	float: right;
	padding-right: 40px;
}

#formWrapper a, a:link, a:visited {
	color: white;
	font-style: italic;
	text-align: right;
}

#formWrapper a:hover {
	color: #4B6692;
}

#formWrapper img {
	float: left;
	padding-left: 40px;
}

#formWrapper hr {
	background-color: #4B6692;
	border: transparent 1px solid;
	clear: both;
}

#formWrapper form {
	margin-bottom: 20px;
}

#formWrapper fieldset {
	border: none;
	margin: 20px auto 0px auto;
}

#formWrapper label {
	font-weight: bold;
	width: 177px;
	float: left;
}

#formWrapper .button {
	background: url('../images/forms/button.jpg') no-repeat;
	width: 90px;
	height: 20px;
	border: none;
	margin-left: 10px;
}

#formWrapper .textShort {
	width: 200px;
	margin-bottom: 7px;
}

#formWrapper .textLong {
	width: 300px;
	margin-bottom: 7px;
}

#formWrapper .textBox {
	width: 300px;
	height: 90px;
	margin-bottom: 7px;
	overflow: auto;
}