/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
*/
/* remember to define focus styles! */
/* :focus {
	outline: 0;
}
*/
/* remember to highlight inserts somehow! */
/*ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
*/
/* tables still need 'cellspacing="0"' in the markup */
/* table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* ****************************************** */
body{
	padding:0;
	margin:0;
/*	background:url(background.jpg) #00040d ; */
	background:url(sfondo.gif) #808080 ;
}

#login-box img {
	border:none;
}

#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	margin:0px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(login-box-backg.png) no-repeat left top;
}
#log-close {
	float:left;
	position:relative;
	top:-22px;
	left:182px;
}

#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 #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

#cmdLogin {
	background:url(login-btn.png) transparent no-repeat left top;
	width:103px;
	height:42px;
	margin-left:0px;
	border:0;
	background-color:transparent;
	cursor: pointer;"
}
