body {
	color: #EEE;
	background-color: #960E57;
	font: 12px/1.5 Arial, sans-serif;
}

#header,
#footer {
	text-align: right;
	padding: 0 2% 0 0;
}
#footer {
	bottom:0;
	position: absolute;
	right: 0;
}

#container,
#container-beta {
	width: 600px;
	margin: 100px auto;
}
#container-beta {
	width: 700px;
}
#container-wide {
	width: 620px;
	margin: 50px auto;
}

a {
	display: block;
	outline: none;
}
a img {
	border: 0;
}


#container-beta form {
	position:absolute;
	top: 282px; 
	left: 50%;
	margin: 0 0 0 -63px;
}
input {
	height: 18px;
	width: 201px;
	color: #FFF;
	background: none;
	padding: 3px 5px 3px;
	border: 0;
	font-size: 15px;
}
input.submit {
	height: 35px;
	width: 70px;
	background: none;
	border: 0;
	cursor: pointer;
}

#beta-login {
	float: left;
	width: 330px;
	height: 101px;
	background: transparent url(images/beta_login.png) no-repeat;
	margin-top: 10px;
}
#beta-login input {
	margin: 4px 0 8px 121px;
	width: 200px;
}
#beta-login input.submit {
	margin: 0 0 0 255px;
	width: 84px;
}

.imagemap a {
	display: block;
	float: right;
	margin-left: 8px;
}

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



.modalbox {
	width: 500px;
	height: auto;
	background-color: #434343;
	color: #FFF;
	padding: 10px;
	padding-left: 25px;
}
.modalbox-inner {
	padding: 10px;
}
.modalbox h1,
.modalbox h2,
.modalbox h3 {
	font-size: 24px;
	background: none !important;
	padding: 0 !important;
}
.modalbox h2 {
	font-size: 18px;
	margin-top: 20px;
	text-shadow: 0px 0px 0px #000 !important;
}
.modalbox h3 {
	font-size: 16px;
	margin-top: 10px;
	text-shadow: 0px 0px 0px #000 !important;
}
.modalbox p {
	margin: 0 25px 10px 0;
	font-size: 14px;
}
.modalbox .close {
	float: right;
	height: 13px;
	width: 13px;
	background: transparent url(../images/icon_modalbox_close.png) no-repeat;
	display: block;
}
.modalbox form {
	margin: 15px 0 10px;
}
.modalbox label {
	font-weight: bold;
	width: 500px;
}
.modalbox textarea {
	font-family: Arial, sans-serif;
	font-size: 17px;
	width: 300px;
	height: 90px;
	padding: 5px;
	margin-bottom: 10px;
}
.modalbox input.submit,
.modalbox input.cancel {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.modalbox .controls {
	float: right;
}

.modalbox input#tags {
	margin-bottom: 5px;
}


/** Modalboxes */
.modalbox {
	width: 470px;
	background: none repeat scroll 0 0 rgba(156, 228, 43, 0.8);
	padding: 10px;
}
.modalbox h2 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	text-shadow: 0px 0px 0px #000 !important;
}
.modalbox input[type="text"] {
	width: 440px;
}
.modalbox label {
	width: 450px;
	float: none;
	padding: 0;
	font-size: 14px;
}

.modalbox-inner {
	background-color: #434343;
}

.footnote {
	font-size: 11px;
	color: #FFF;
	font-style: italic;
	margin-bottom: 10px;
}

/* General form */
#registerForm {
	font-size: 14px;
}
#registerForm label {
	display:block;
	float:left;
	font-size: 18px;
	padding: 3px 0;
	width: 520px;
}
#registerForm input[type="text"],
#registerForm input[type="password"] {
	display:block;
	float:left;
	width: 300px;
	height: 21px;
	margin-bottom: 10px;
	font-size: 17px;
	padding: 2px;
	font-family: Arial,sans-serif;
	color: #333;
	background: #FFF;
}
#registerForm input[type="checkbox"]  {
	margin: 0 5px 0 0;
	width: 20px;
}
#registerForm input.submit,
#registerForm input.cancel {
	height: 31px;
	width: 100px;
	line-height: 30px;
	border: 0;
	background-color: #960E58;
	color: #FFF;
	font-size: 14px;
	display: block;
	text-align: center;
	text-shadow: 2px 2px 7px #000;
	padding: 0 0 2px 0;
	cursor: pointer;
}
#registerForm input.cancel {
	background-color: transparent;
	border: 1px solid #7A7A7A;
}
#registerForm input.radio {
	float: left;
	margin: 8px 5px 0 0;
}
#registerForm textarea {
	color: #333;
}
#registerForm a {
	color: #FFF;
	font-size: 14px;
	display: inline;
}
.confirm {
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	font-size: 14px;
	color: #fff;
}


/* Validation row */
   
.with-validation {
	width: 580px !important;
}
.with-validation .input-fields input[type="text"],
.with-validation .input-fields input[type="password"] {
	width: 250px;
}
.with-validation p {
	margin-bottom: 10px;
}
.with-validation p#forgot-password {
	margin-top: 10px;
}


#register .input-fields input.submit {
	width: 230px;
}
#forgot-password .input-fields input.submit {
	width: 140px;
}
#login-remember-me {
	margin-top: 20px;
}

/* validation information */
.validation {
	float: left;
	height: 31px;
	margin-left: 20px;
	padding-left: 35px;
	padding-top: 3px;
	font-weight: bold;
}
.validation-error {
	background: transparent url(../images/validation_error.png) no-repeat;
}
.validation-ok {
	background: transparent url(../images/validation_ok.png) no-repeat;
}


/* recaptcha widget */
#recaptcha_widget {
	margin: 0 0 20px;
}
#recaptcha_widget input[type="text"] {
	width: 145px !important;
}
