@import url(core-private.css);

#content{
	padding-bottom:0;
}


.top-bar-container {
    position: absolute;
    top: -9px;
    right: 15px;
    width: 123px;
    z-index:10;
}

.page-header-top {
    width: 100%;
    height: 100%;
    padding: 2em 0;
    background: #f8f8f8;
    border-bottom: 1px solid #8aa7b1
}

.main-menu {
    text-align: left
}

.main-menu a {
    font: bold 1.2em/1.2em ComfortaaBold, "Century Gothic", "URW Gothic L", Tahoma, sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #716767;
    padding: 5px 8px 5px 10px;
}

.main-menu a:hover {
    background: #726868;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #696060
}

#login_button {
}

#login_button:hover {
}

.form .form-body .form-body-buttonset {
    text-align: center;
    height: 100%
}

/* common_sign_in_form */
#common_sign_in_form {
    font-size: .8em;
    text-align: right;
    padding: 3px;
    margin:0;
    width: 135px;
}

#common_sign_in_form .form-body .form-body-buttonset{
    text-align:center;
    margin:0 0 0 33px;
}

#common_sign_in_form input {
    width: 120px;
    padding: 1px 0;
    margin:0;
}

#common_sign_in_form input:focus{
	border:1px solid #2caad2;
}

#common_sign_in_form .remember_password {
    width: 15px
}

#common_sign_in_form input.button {
}

.rememberPasswordField span {
    position: relative;
    top: -3px
}

.rememberPasswordField span {
    position: relative;
    top: -3px
}

#common_sign_in_form .form-body-popup-content {
    display: none;
    margin: 5px 5px 0;
    clear:both;
}

#common_sign_in_form:hover {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 2px 1px 1px 2px;
}

#common_sign_in_form:hover .form-body-popup-content {
    display: block
}

#common_sign_in_form .button {
    /* background: #726868; */
    color: #fff;
    text-transform: none;
    border: none;
    font: bold 1.8em/1.2em ComfortaaBold, "Century Gothic", "URW Gothic L", Tahoma, sans;
    margin:0;
    padding:3px 0;
    text-shadow: 1px 1px 1px #696060;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 70px;
    display:block;
    float:right;
    margin: 0 8px 5px;
}

#common_sign_in_form input.button:hover{
	text-shadow:none;
}

#common_sign_in_form .messager{
    margin:0;
}


#footer{
	margin-top: 0;
}
