
#fp_layout.fp_login {
    width: 696px;
    background:none;
}

#fp_block_logo {
    width: 696px;
}

#fp_block_logo div {
    margin-top: 8px;
}

#fp_block_logo div span { 
    padding: 0;
    margin: 0;
    display: block;
    width: 696px;
    overflow: hidden;
}

#fp_block_logo div span img { 
    max-width: 980px;
    max-width: 696px;
}

#fp_columns_inner {
    border-top: 1px solid #000 !important;
}

#fp_beta {
    border: 1px solid #000;
    padding: 20px 30px;
    margin-bottom: 20px;
    margin-top: -10px; 
    background-color: #EDF2F5;  /* very pale green grey */
    position: relative;
}

#fp_block_footer {
    margin-left: 0;
    margin-right: 0;
}

.fp_section {
    width: 317px;
    background-color: #fff;
}

.fp_panel_top_wide h3 ,
.fp_panel_top h3 {
    padding-top: 2px;
    height: 18px;
    padding-left: 20px;
}


.fp_panel_body .fp_form_field {
    width: 274px;
}

.fp_panel_body .fp_form_label.fp_login_error {
    float: right !important;
}
.fp_panel_body .fp_form_label.fp_login_error span.fp_error {
    float: right;
    text-align: center;
    width: 166px;
}

.fp_panel_body .fp_form_field input {
    width: 181px;
    width: 166px;
}

.fp_panel_body .fp_form_field input.fp_form_radio {
    width: 14px;
}


/* spotlight iframe */

#fp_spotlight, #fp_bulletin {
    background-color: #fff;
    height:100%;
    }
    
#fp_spotlight img {
    width: 315px;
    height: 258px;
    width: 277px;
    height: 227px;
    display:block;
    background-color:#eee;
    margin-bottom: 10px;
    }
    
#fp_spotlight_content {
    height:105px;
    overflow:auto;
    margin-bottom:10px;
    }

#fp_spotlight_buttons {
    position: absolute;
    bottom: 0;
    height: 27px;
    padding-top: 10px;
    left:0;
    width:100%;
    }

/* bulleting iframe */

#fp_bulletin {
    height: 100%;
}

/* session expired page */

#fp_session_expired {
    width:100%;
}
    
