﻿
#login-dialog.closed
{
	display: none;	
	border: 1px solid red;
}

/*dialog*/

.ui-dialog {
	/*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 2.1em;
	background: #242424;
	color: #333333;
	border: 1px solid #4D4D4D;
	position: relative;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}

body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #fff;
	background: #1f1f1f;
	border-bottom: 1px solid #4a4a4a;
	font-size: .8em;
	font-weight: bold;
	position: relative;
	-moz-border-radius: 6px 6px 0 0; 
	-webkit-border-radius: 6px 6px 0 0;
}
ui-dialog-titlebar img
{
	margin-top: 2px;	
}

.ui-dialog-title {}

.ui-dialog-titlebar-close 
{	
	display: none;
	
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(../images/login/cross.png) 0 0 no-repeat;
	position: absolute;
	right: 15px;
	top: .6em;
	width: 20px;
	height: 20px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(../images/login/cross-hover.png) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(../images/login/cross-active.png) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content 
{
	
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.8; text-decoration: none; font-size: 100%; list-style: none;
	color:			#ccc;
	font-size:		.6em;
	font-weight:	normal;
	width:			100%;
}

.ui-dialog-content p
{
	margin: 5px 10px;
}

img.spinner
{
	margin: 0 auto;
}

table.login-form,
table.login-form-response
{
	width: 300px;
	margin: 5px 17px 15px 17px;	
	
}

table.login-form-response
{
	width:					290px;
	display:				none;
	background:				#1f1f1f;
	margin:					10px auto 0 auto;
	
	-moz-border-radius:		4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0;
}

table.login-form-response td
{
	padding: 5px 10px;
}
	
.white { color: #fff; }
.blue {	color: #00a8ff; }
.neon-green { color: #c3ff00; }
.red { color: #ff0000; }

p.message
{
	font-size: .9em;
	margin: 5px 15px 0 15px;
}

table.login-form .input-label 
{
	height:			15px; 
	padding:		5px 0;
    color:			#ccc; 
    font-size:		.9em;
}


table.login-form input.text
{
	padding:		4px;
	margin:			4px 0;
	width:			98%;	
	padding:		4px 2px;
	color:			#5e5e5e;
}

table.login-form td.check-box
{
	font-size: .9em;
}

.watermark
{
	color: #ccc;
	font-style: italic;
}

table.login-form td.btn-holder
{
	text-align: center;
}

a.login-button
{
	display:		block;
	float:			left;
	text-indent:	-9999px;
	margin:			10px auto;
	width:			108px;
	height:			51px;	
	background:		url(../images/login-btn.png) no-repeat 0 0;
	
}