#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
 	background-image: 
	-moz-linear-gradient(top, #333333 50%, #000 10%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000));
  background-image: -o-gradient(#333333 , #000);




/*	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(91,92,112)),
    color-stop(0.79, rgb(0,0,0))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(91,92,112) 0%,
    rgb(0,0,0) 79%
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(204,206,237) 3%,
    rgb(0,0,0) 96%
);	background-repeat: no-repeat;
	background-position: left top;
*/}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ffffff;
	font: bold 44px "Calibri", Arial;
	text-shadow:#000;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
	color: #FFF;
	text-shadow:#000;
}

#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 #212121;
	background-color:#5a5a5a;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 16px;
	color: #ffffff;
	text-shadow:#000;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ffffff;
	font-size: 11px;
	text-shadow:#000;
}
.h2
	text-shadow:#000;
