
#login-box {
	width:333px;
	height: 352px;
	padding: 30px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../img/login-box-backg2.png) no-repeat left top;
}

#login-box img {
    border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


.login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

.login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
    border: 1px solid;
	background-color: White;
	font-size: 14px;
	color: #CC0000;
}

#btnLogin {
    color: #CC0000;
    background-color: White;
    width:103px; 
    height:42px; 
    margin-left:125px; 
    margin-top:10px;
    font-weight:bold;
    border-radius:5px;
    cursor:pointer;
}

.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

#dlgAccRecovery {
    width:400px;
    height:200px;
    font-weight: bold;
    overflow:hidden;
}

.dlg-title {
    margin: 10px 10px 15px 0;
}

.dlg-ctrl {
    width:100%;
    text-align:center;
}

.dlg-ctrl input {
    width: 350px;
    color: #665;
    font-size: smaller !important;
    text-align:center;
}

#btContinue {
    padding: 12px 20px;
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: -webkit-linear-gradient(top, #bc2900, #9d000080);
    background: -moz-linear-gradient(top,#bc2900,#9d000080);
    text-decoration: none;
    border-radius: 5px;
    width: 300px;
    cursor: pointer;
}
