/* File: login.css                                                                      */
/* Description: Login Form Elements                                                     */
/* Organization: Shadow System Technology                                               */
/*======================================================================================*/


/* Tag Overrides */
body { background: url(images/login_bg.png) repeat; }


/* IDs */
#login_window_container { width: 559px; height: 388px; position: absolute; top: 50%; left: 50%; margin-left: -279.5px; margin-top: -194px; }
#login_window { position: relative; width: 559px; height: 388px; margin-left: auto; margin-right: auto; background: url(images/login/login_background.png) no-repeat; }
#username_container { position: absolute; width: 453px; height: 32px; left: 45px; top: 135px; }
#password_container { position: absolute; width: 453px; height: 32px; left: 45px; top: 200px; }
#remember_me_checkbox_container { position: absolute; left: 270px; top: 267px; }
#remember_me_label_container { position: absolute; width: 80px; height: 11px; left: 295px; top: 272px; }
#remember_me_label { background: url(images/login/remember_me.png) no-repeat; width: 80px; height: 11px; }
#sign_in_container { position: absolute; width: 117px; height: 45px; left: 384px; top: 245px; }
#forgot_username_container { position: absolute; left: 6px; top: 323px; }
#forgot_password_container { position: absolute; left: 181px; top: 323px; }
#register_container { position: absolute; right: 6px; top: 323px; }
#register_button { background:transparent url(images/login/register_button.png) no-repeat; width: 198px; height: 54px; display: block; }
#register_button:hover { background-image: url(images/login/register_button_over.png); }
#forgot_password_button { background:transparent url(images/login/forgot_password_button.png) no-repeat; width: 198px; height: 54px; display: block; }
#forgot_password_button:hover { background-image: url(images/login/forgot_password_button_over.png); }
#forgot_username_button { background:transparent url(images/login/forgot_username_button.png) no-repeat; width: 198px; height: 54px; display: block; }
#forgot_username_button:hover { background-image: url(images/login/forgot_username_button_over.png); }


/* Classes */
.login_input { color: #FFFFFF; padding-left: 10px; font-size: 16px; background-color: transparent; border: 0px; width: 443px; height: 32px; background: url(images/login/field_box.png) no-repeat; }
.login_checkbox { width: 20px; height: 20px; }