html, body{
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/ustest/landingpage/background.jpg);
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
}

#pageframe{
	width: 100%;
	height: 885px;
	margin: auto;
	position: relative;
}

#loginframe{
	position: absolute;
	top: 64px;
	left: 20px;
	width: 770px;
	height: 33px;
	background-image: url(../img/ustest/landingpage/login.jpg);
    background-position: -36px 0px;
}

#registerframe{
	width: 312px;
	position: absolute;
	top: 295px;
	left: 266px;
  background: #000;
}

#teaser{
	position: absolute;
	top: 100px;
	left: 20px;
	width: 770px;
	height: 50px;
}

#teaser1{
	float: left;
	width: 179px;
	height: 44px;
	background-image: url(../img/ustest/landingpage/shieldleft.jpg);
    background-position: -35px 0px;
}

#step1{
	width: 139px;
	height: 41px;
	float: left;
	background-image: url(../img/ustest/landingpage/step01_over.jpg);
}

#step2{
	width: 145px;
	height: 41px;
	float: left;
	background-image: url(../img/ustest/landingpage/step02.jpg);
}

#step3{
	width: 129px;
	height: 41px;
	float: left;
	background-image: url(../img/ustest/landingpage/play.jpg);
}

#teaser2{
	width: 178px;
	height: 44px;
	float: left;
	background-image: url(../img/ustest/landingpage/shieldright.jpg);
}

#screenshots{
	position: absolute;
	top: 646px;
	left: 5px;
	width: 848px;
	height: 238px;
	background-image: url(../img/ustest/landingpage/screenshots.jpg);
}

.signup_left{
    display: none;
}

#signup_button_back{
    display: none;
}

#signup_country{
    width: 185px;
}

.input_text, .input_textLong{
    width: 185px;
}

.signup_label{
    font-size: 12px;
}

.signup_label a{
    color: white;
}

#signup_submit{
    width: 140px;
    height: 48px;
    border: none;
    background: none;
    background-image: url(../img/ustest/landingpage/play_button.png);
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
}

.label_openIdLink{
    display: none;
}

#loginForm_default_container{
    top: 5px;
    left: 10px;
    width: 753px;
    padding: 0px;
    background: none;
    color: white;
}
#loginForm_default_container label, #loginForm_default_link_forgot{
    color: white;
    font-size: 12px;
}
#loginForm_default_label_username_container, #loginForm_default_label_password_container, #loginForm_default_link_forgot_password_container{
    margin-top: 4px !important;
}
#loginForm_default_loginButton_container{
    margin-top: -1px;
}
#loginForm_default_container form div{
    float: left;
    margin-bottom: 0px !important;
    margin-right: 5px;
}

#loginForm_default_link_forgot_password_container{
    float: right !important;
}

#loginForm_default_signupButton_container{
    display: none;
}

#loginForm_default_container .openidButton{
    display: none;
}

#loginForm_default_facebookConnect_container{
    margin-top: 0px;
}

#loginForm_default_loginButton{
    background-image: url(../img/ustest/landingpage/login_button.jpg);
    border: none;
    width: 60px;
    height: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 3px;
    font-size: 11px;
}

.signup_errorLayer{
    position: absolute;
    width: 320px;
    height: 350px;
    left: -6px;
    top: -45px;
    background-image:url(../do_img/global/register/bg_info.jpg);
    padding: 5px;
    background-color:#D0CFBE;
    border:1px solid #000000;
    z-index: 1111;
}
* html .signup_errorLayer{
    left:-250px;
}

.signup_errorHeader{
}

.signup_errorClose{
    float:right;
    background-image:URL(../do_img/global/register/kreuz.jpg);
    width:26px;
    height:22px;
}

.signup_errorTitle{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    width:100%;
}

.singup_errorMessages{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    clear: both;
    text-align: left;
    color: #ffce58;
    font-weight:bold;
    padding: 10px;
}

.singup_errorMessages p {
    margin: 10px 0;
}

.singup_errorMessage{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.signup_errorSuggestion{
    color: #FFFFFF;
}

/* ------------------------------------------------------------------------ */
/* SUCCESS-Meldung -------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.signup_success {
    width: 100%;
    text-align: center;
    height: 584px;
}
.signup_successLayer{
    position: absolute;
    width: 320px;
    height: 256px;
    left: 100px;
    top: 50px;
    background-image:url(../do_img/global/register/bg_info.jpg);
    padding: 5px;
    background-color:#D0CFBE;
    border:1px solid #000000;
    z-index: 1111;
}

.signup_successTitle{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    width:100%;
}

.singup_successMessages{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    clear: both;
    text-align: left;
    color: #FFFFFF;
    font-weight:bold;
    padding: 10px;
}

.signup_successClose{
    float:right;
    background-image:URL(../do_img/global/register/kreuz.jpg);
    width:26px;
    height:22px;
}
/* ------------------------------------------------------------------------ */
/* SUCCESS-Meldung -------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.signup_label{
    font-weight: bold;
}

.label_username{
    padding:10px 0 0 0px;
}

.label_description{
    vertical-align: top;
    font-weight: normal;
    padding:10px 20px 10px 0;
/*height: 100%;*/
}

.label_description li {
    list-style-type:disc;
    margin-left:15px;
}

.label_password {
    padding:10px 0 0 0px;
}

.label_passwordRepeat{
}

.label_instances{
}

.label_email{
}

.label_birthday{
}

.label_sex{
}

.label_country{
}

.label_province{
}

.label_checkbox{
}
.label_checkbox a{ color:#FFFFFF;}
.label_checkbox a:hover{ color:#FFFFFF;}
.label_info {}
.label_openIdLink {}
.label_openIdLink a { color: #FFFFFF;}


.align_checkbox{
    vertical-align: top;
}

.align_buttonRegister{
    vertical-align: bottom;
    padding-right:20px;
/*height: 100%;*/
}

.align_buttonLogin{
}

.signup_winningsLabel {
    width:295px;
    height: 80px;
    overflow: auto;
}

.signup_infoLayer{
	position: absolute;
	width: 200px;
	border:1px solid #000000;
}

.singup_infoMessages{
	font-size:11px;
	text-align: left;
	font-weight:bold;
	margin:10px;
}




/*WINNING*/
.signup_attentionLayer{
    position: absolute;
    left: 270px;
    background-image:url(../do_img/global/register/bg_info.jpg);
    top: 50px;
    width: 320px;
    height: 350px;
    border:1px solid #000000;
    padding:5px;
    z-index: 10;
}
* html .signup_attentionLayer{
    left:-250px;
}

.signup_errorHeader{
}

.signup_attentionClose{
    float:right;
    background-image:URL(../do_img/global/register/kreuz.jpg);
    width:26px;
    height:22px;
}

.signup_attentionTitle{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    width:100%;
}
/* Text Fehlermeldung*/
.singup_attentionMessages{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    clear: both;
    text-align: left;
    font-weight:bold;
    margin-left:15px;
    margin-top:20px;
    margin-bottom:20px;
    width: 260px;
}

.label_attentionCheck {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#ffce58;
    padding-top:10px;
    margin-top:10px;
}

.align_buttonSuccess {
    padding: 500px 0 0 20px;
}

.signup_tableUserDataChange {
    width:400px;
    margin-bottom:30px;
}
.signup_tableUserDataChange td {
    height:30px;
    width:50%;
}
.signup_tableUserDataChange input[type='text'], .signup_tableUserDataChange input[type='password'] {
    width:200px;
}

.signup_tableEmailChange {
    width:400px;
}
.signup_tableEmailChange td {
    height:30px;
    width:50%;
}
.signup_tableEmailChange input[type='text'], .signup_tableEmailChange input[type='password'] {
    width:200px;
}


