﻿@charset "utf-8";
/* CSS Document */

.content_login .fb_content
{
	margin:0px 0px 20px 0px;
}

.content_login .fb_content div.fb_body {
	min-height:225px;
}


.dlg_base 
{
	width:420px;
    height:1px;
    position:relative;
    margin:0px auto;
    z-index:100;
}


.dlg_form
{
	width:420px;
	height:220px;
	position:absolute;
	top:175px;
	left:0px;
	color:#F9F9F7;
	text-transform:uppercase;
	font-size:11px;
	z-index:1001;
}
.dlg_form label 
{
	color:#FDFFFF;
	line-height:20px;
}

.dlg_form input
{
	background:#8d959c;
	border:1px solid #747c87;
	color:#FFFFFF;
	padding:2px;
}
.dlg_form input.focused
{
	background:#7e868f;
}
.dlg_form input.input_hover
{
	border-color:#5a636f;
}
.dlg_form .dlg_buttons
{
	position:absolute;
    top:277px;
    right:22px;
    text-align:right;
}

.dlg_form .dlg_button
{
	background:#757d86;
	border:1px solid #969ba0;
	color:#F7FEE7;
	text-align:right;
	padding-left:20px;
	padding-right:5px;
	height:22px;
	line-height:16px;
	font-size:13px;
	margin-left:8px;
	cursor:pointer;
	text-transform:uppercase;
}
.dlg_form .dlg_button_hover
{
	background:#5d6874;
}
.dlg_form .dlg_button_pressed
{
	background:#3b4755;
}

.dlg_form h2 {
	margin:0px;
	padding:0px;
	padding-bottom:4px;
	margin-bottom:8px;
	color:#FFFFE1;
	font-size:13px;
}
.dlg_form .info_username
{
	color:#FCFBE9;
}

/*+++++++ LOGIN FORM ++++++++++*/

div#frm_login
{
	background:url(../images/panelLogin.gif)  no-repeat left top;
}

div#frm_login h2
{
    position:absolute;
    left:0px;
    top:-39px;
    width:300px;
    cursor:default;   
}

div#frm_login p
{
    margin:0px 0px 10px 0px;
}

div#frm_login .dlg_buttons
{
    top:187px;
    right:7px;
    width:300px;
}

div#frm_login .login_form
{
    position:absolute;
    top:56px;
    left:51px;
    width: 346px;
}

div#frm_login .login_form div.form-item
{
	margin-bottom:2px;
}

div#frm_login .login_form label 
{
	float:left;
    clear:both;
    width:80px;
    overflow:auto;
}
div#frm_login .login_form[class] label 
{
    width:auto;
    min-width:80px;
    line-height:22px;
    height:22px;
}

div#frm_login .login_form input
{
	height:20px;
    width:260px;
}

div#frm_login .login_form[class] input
{
	height:16px;
}

.dlg_auth_result
{
	padding:2px 0px 0px 0px;
	color: #ffec88;
	font-size: 11px;
	margin:3px 0px;
	display:block;
	text-transform:uppercase;
}

div#frm_login .dlg_auth_result
{
	width:330px;
}

.obj_hidden 
{
	display:none;
}
