html {
    height: 100%;
    width: 100%;
}
body {
    font-family: DejaVuSerif;
    background: #FFFFFF;
    font-size: 14px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow:hidden;
}
#content {
    width: 552px;
    height: 428px;
    border-radius: 8px;
}

#content_left {
    position: relative;
    width: 250px;
    padding: 0px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

#content_middle{
    position: absolute;
    left: 270px;
    top: 54px;
}

#content_right {
    position: relative;
    width: 250px;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

#headContent {
    height: 46px;
    width: 552px;
}

#headContentAmz {
    height: 46px;
    width: 552px;
}

#facebookContent {
    position: absolute;
    top: 10px;
    left: 350px;
}

.register_input{
    width: 235px;
    height: 22px;
    border: 0;
    padding-left: 7px;
}

.login_input {
    width: 235px;
    height: 22px;
    border: 0;
    padding-left: 7px;
}

.login_label{
}

.input_label_login{

}

#loginForm {
    width: 200px;
}

#registerForm {
    width: 250px;
}

.registerElement {
    margin-bottom: 5px;	
}

.loginElement {
    margin-bottom: 5px;	
}

.signup_forms_submit_helper{height:0;width:0;overflow:hidden;opacity:0;margin:0;padding:0;position:absolute;z-index:-1}

#submit_button_login {
    cursor: pointer;
}

#headlineLabel{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#infobox {
    border: 1px;
    border-style: solid;
    border-color: green;
    padding: 10px;
    width: 200px;
    margin-top: 15px;
    background-color: #e0ffd5;
}

#checkboxContent2{
    margin-top: 12px;
    width: 250px;
}

.checkboxMargin {
    margin-bottom: 5px;
}

#forgotPassword {
    margin-top: 12px;
    text-align: right;
    width: 235px;
}

#linkResp {
    background-color: #E0FFD5;
    border: 1px solid green;
    color: green;
    left: 286px;
    padding: 5px;
    position: absolute;
    top: 202px;
    width: 240px;
}

#errorbox {	 	
    border: 1px;
    border-style: solid;
    border-color: red;
    padding: 10px;
    width: 200px;
    margin-top: 15px;
    background-color: #ffefd5;
}

.error {
    font-size: 12px;
}

#errorboxLogin {
    background-color: #FFFFFF;
    border: 2px solid #B90015;
    border-radius: 2px 2px 2px 2px;
    color: #B90015;
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    width: 218px;
}

#errorboxRegister {	 	
    background-color: #FFFFFF;
    border: solid 2px #B90015;
    border-radius: 2px 2px 2px 2px;
    padding: 10px;
    margin-top: 15px;
    color: #b90015;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    width: 218px;
}

#messages {
    position: absolute;
    float: left;
    left: 10px;
}

#privacy {
    margin-top: 300px;
    margin-right: 10px;
    text-align: right;
}

a.fb_button, .fb_button{
    text-decoration: none;
}
.fb_button {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v1/yL/r/FGFbc80dUKj.png") no-repeat scroll 0 0 #29447E;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0 0 0 1px;
    font-size: 11px;
    line-height: 14px;

}
.fb_button .fb_button_span {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v1/yL/r/FGFbc80dUKj.png") repeat scroll 0 0 #5F78AB;
    border-bottom: 1px solid #1A356E;
    border-top: 1px solid #879AC0;
    color: #FFFFFF;
    display: block;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    margin: 1px 1px 0 21px;
    padding: 2px 6px 3px;
    text-shadow: none;
}
.fb_button {
    cursor: pointer;
}
.fb_button_medium {
    background-position: left -188px;
}

.tooltip {
    text-decoration: none;
    position: relative;
}
.tooltip span {
    margin-left: -999em;
    position: absolute;
}
.tooltip:hover span {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute; left: 1em; top: 2em; z-index: 99;
    margin-left: 0; width: 315px;
}
.tooltip:hover img {
    border: 0; margin: -10px 0 0 -55px;
    float: left; position: absolute;
}
.info { background: #e0ffd5; border: 1px solid green; color: green;}
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
