body {
	background-color: black;
}

#shell {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#background {
	width: 800px;
	padding: 10px 8px 10px 8px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #4c4c4c;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #BEE180;
	-webkit-text-size-adjust: none;
}

/* Header */

#header {
	float: left;
	margin: 0px 2px 0px 2px;
	padding: 10px;
	width: 772px;
	font-size: 24px;
	border: 2px solid #BEE180;
	color: #BEE180;
}

#header img {
	display: block;
}

#header a {
	text-decoration: none;
	color: #BEE180;
}

#header a:hover {
	text-decoration: underline;
}

/* End Header */

/* Menu */

#menu {
	float: left;
	margin: 0px 2px 4px 2px;
	padding: 10px;
	width: 772px;
	font-size: 18px;
	border: 2px solid #BEE180;
	border-top-width: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	color: #BEE180;
	text-align: center;
}

#menu a {
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #BEE180;
}

#menu a:hover {
	text-decoration: underline;
}


/* End Menu */


/* Tabs */

#tab_bar {
	width: 800px;
	float: left;
}

.tab {
	float: left;
	width: 182px;
	height: 20px;
	margin: 0px 2px 0px 2px;
	padding: 5px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	text-align: center;
}

#tab1 {
	border-color: #FDFF96;
	color: #FDFF96;
}

#tab1 a {
	text-decoration: none;
	color: #FDFF96;
}

#tab1 a:hover {
	text-decoration: underline;
}

#tab2 {
	border-color: #BEE180;
	color: #BEE180;
}

#tab2 a {
	text-decoration: none;
	color: #BEE180;
}

#tab2 a:hover {
	text-decoration: underline;
}

#tab3 {
	border-color: #49BDEF;
	color: #49BDEF;
}

#tab3 a {
	text-decoration: none;
	color: #49BDEF;
}

#tab3 a:hover {
	text-decoration: underline;
}

#tab4 {
	border-color: #B2C0C8;
	color: #B2C0C8;
}

#tab4 a {
	text-decoration: none;
	color: #B2C0C8;
}

#tab4 a:hover {
	text-decoration: underline;
}

/* End Tabs */


/* Footer */

#footer {
	float: left;
	margin: 4px 2px 0px 2px;
	padding: 10px;
	width: 772px;
	font-size: 12px;
	border: 2px solid #BEE180;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}

#footer p {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

#footer a {
	color: #BEE180;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* End Footer */

#form_surround {
	float: left;
	margin: 0px 2px 0px 2px;
	padding: 10px;
	width: 772px;
	font-size: 12px;
	border: 2px solid #BEE180;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

form {
	display: block;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#form_label {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	font-weight: bold;
}

.textfield {
	display: block;
	float: left;
	width: 386px;
	padding: 5px;
	margin: 5px 0px 10px 0px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #BEE180;
	background-color: #252525;
}

.textarea {
	display: block;
	float: left;
	width: 386px;
	height: 200px;
	padding: 5px;
	margin: 5px 0px 10px 0px;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #BEE180;
	background-color: #252525;
}

#recaptcha_label {
	display: block;
	float: left;
	width: 100%;
	font-weight: bold;
}

#recaptcha_container {
	width: 316px;
	float: left;
	margin: 5px 0px 10px 0px;
	padding: 10px 40px 10px 40px;
	background-color: #252525;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form_error {
	display: block;
	float: left;
	width: 376px;
	padding: 10px;
	text-align: center;
	color: #252525;
	background-color: #BEE180;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
}

.submit_button {
	display: block;
	width: 172px;
	padding: 5px 10px 5px 10px;
	margin: 0px auto 10px auto;
	border: 2px solid #BEE180;
	-webkit-border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #252525;
	color: #BEE180;
	float: right;
}

.submit_button:hover {
	background-color: #BEE180;
	color: #252525;
	cursor: pointer;
}