@charset "UTF-8";
/* Seriously Creative Giant GHames CSS */

* { padding: 0; margin: 0; }


#wrapper, #wrapper2 {
	position: relative;
	top: 0px;
	width: 700px;
	margin: 0 auto;
	}

#header {
	width: 660px;
	height: 100px;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
	top: 30px;
	padding: 20px;
	}

#title{
	background:url() left no-repeat;
}

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/white.gif) center repeat-y;
	position: relative;
	top: 20px;
}

#left{
	background-color: #FFFFFF;
	margin: 0px 10px 0px 20px;
	padding-top: 10px;
	width: 340px;
	float: left;
}

#right{
	background-color: #FFFFFF;
	float: right;
	margin: 0px 20px 0px 0px;
 	padding-top: 10px;
 	width: 300px;
	text-align: right;
}

#right p{
	text-align: right;
	}

select{
width:200px;
}

input.text{
	width:200px;
	}
input.submit{
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	}

textarea{
	width:340px;
	height: 150px;
	}

label {
font-size: 12px;
font-weight:bold;
display:block;
}

.formpainter_error {
    color: red;
}

