@CHARSET "UTF-8";

/*** Single-Sign-On LOGIN Dialog ***/

DIV#cb-sso-login-container
{
	position			: absolute;
	padding				: 0px;
	margin				: 0px;
	top					: 23px;
	right				: 15px;
	width				: 290px;
	height				: 152px;
	border				: 1px solid #666666;
	background			: #FFFFFF;
	filter				: Alpha( opacity=95 );
    -moz-opacity		: 0.95;
    overflow			: hidden;
	visibility			: hidden;
}

DIV#cb-sso-login-control-container, DIV#cb-sso-login-loader
{
	position			: absolute;
	width				: 100%;
	height				: 100%;
}

DIV#cb-sso-login-loader
{
	background			: #FFFFFF url(../img/jjbw_loader.gif) center no-repeat;
	visibility			: hidden;
}

INPUT.input_auth_user, INPUT.input_auth_user__onerror,
INPUT.input_auth_login, INPUT.input_auth_login__onerror
{
	width				: 240px;
}

INPUT.input_auth_user__onerror, INPUT.input_auth_login__onerror
{
	background			: #EECCCC;
}

DIV#cb-sso-login-username-label, DIV#cb-sso-login-username,
DIV#cb-sso-login-password-label, DIV#cb-sso-login-password,
DIV#cb-sso-login-messages
{
	margin				: 2px 0px 2px 20px;
	width				: 220px;
}
DIV#cb-sso-login-username-label
{
	margin-top			: 15px;
}

DIV#cb-sso-login-messages
{
	margin-top			: 8px;
	color 				: #CC3300;
	font-size			: 10px;
	font-weight			: bold;
}

BUTTON#cb-sso-login-btnclose
{
 	position			: absolute;
 	padding				: 0px;
 	margin				: 0px;
 	top 				: 0px;
 	right				: 0px;
 	width				: 16px;
 	height				: 20px;
 	color				: #999999;
 	background			: #EEEEEE;
 	border				: 1px solid #CCCCCC;
 	font				: bold 12px;
}

BUTTON#cb-sso-login-btnsubmit
{
 	position			: absolute;
 	bottom				: 10px;
 	right				: 25px;
 	width				: 75px;
 	height				: 20px;
 	background			: #EEEEEE;
 	border				: 1px solid #CCCCCC;
 	text-align			: center;
}
