body {
	height: 100%;
	min-width:640px;
	margin:0;
	background:url(images/sitebg.png) repeat-x;
	background-color:#000;
	/*background-color:#4f5773;
		background-color:#595e6f;*/
	text-decoration: none;
}

#errorbox {
	position:absolute;
	top:10px;
	text-align:center;
	width:100%;
	margin:0 auto 0 auto;
	font-family:Helvetica, sans-serif;
	color:#c0c0c0;
	font-size: 17px;
	line-height: 18px;
	text-decoration: none;
	text-shadow: black 0px 1px 1px;
}
#errorbox a {
	color:#c0c0c0;
	text-decoration:underline;
}

#about {
	position:absolute;
	bottom:10px;
	text-align:center;
	width:100%;
	margin:0 auto 0 auto;
	font-family:Helvetica, sans-serif;
	color:#c0c0c0;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	text-shadow: black 0px -1px 1px;
}

#about a {
	color:#c0c0c0;
	text-decoration:none;
}
#about a:hover {
	text-decoration:underline;
}

@font-face {
	font-family: Quicksand;
	src: url('supports/Quicksand Book.otf');
}

#header {
	width:510px;
	background:url(images/top_bar.png) repeat-x;
	height:62px;
	margin:0 auto 0 auto;
	margin-top:80px;
	padding:15px;
	padding-bottom:0;
	padding-top:30px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft:  10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-box-shadow: 0px 5px 30px #000;
	-moz-box-shadow: 0px 5px 30px #000;
	font-family:Helvetica, sans-serif;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	font-family: 'Quicksand', sans-serif;
	font-smooth:always;
	font-size:40px;
}

#content
{
	width:510px;
	background-color:white;
	margin:0 auto 0 auto;
	margin-bottom:40px;
	padding:15px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft:  10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 5px 30px #000;
	-moz-box-shadow: 0px 5px 30px #000;
	font-family: 'Quicksand', sans-serif;
	font-size:18px;
}

.clear                      { clear: both; }

label                       { width: 120px; display: block; float:left; clear:both; padding-top:10px; }

input, textarea {
	padding: 5px;
	width: 362px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	float:left; clear:none;
}

input[type="checkbox"] {
	width:20px;
}
textarea {
	font-size:1em;
}

input.error {
	color:#990000;
}

input:focus {
	border: 2px solid #595e6f;
	color:#000;
}

input.submit-button {
	cursor:pointer;
	width: 375px;
}

input.submit-button:hover {
	border: 2px solid #595e6f;
}

.rowElem 
label.error                 { float: none; font-style: italic; color: red;
                              position: absolute; top: 20px; left: 0; 
                              font-size: 12px; }

.rowElem                    { position: relative; clear: both; min-height: 35px; }

.thanks {
	
}
