body
{
	background-color: #f5f8fb;
}

*
{
    font-family: Verdana;
    letter-spacing: 1px;
    font-size: 12px;
}

.loginTable
{
    position: absolute;
    top: 170px;
    left: 0px;
    width: 100%;
    /*text-align: center;*/
}

table
{
	border: 1px solid #2449aa;
}

.labels, .error, .buttons, .poweredBy, .texts
{
	/* font-size: 8pt;
	font-family: Tahoma; */
	font-weight: bold;
}

.texts
{
	font-weight: normal;
	width: 204px;
}

.error
{
	color: #f00;
}

.buttons
{
    background-color: #2857ac;
    background-image: url(../Immagini/grd_btn.png); 
    background-position: left top;
    background-repeat: repeat-x;
	border-width: 0px;
	color: #fff;
	cursor: hand;
	padding: 1px 0px 1px 0px;
	width: 100px;
}

.imgClass
{
	border: 1px solid #ccc;
}

.background
{
    z-index: -1000;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 100%;
    height: 80%;
    background-color: Transparent;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
}

.poweredBy
{
    position: absolute;
    top: 330px;
    left: 0px;
    width: 100%;
	text-align: center;
}

.logoSysdat
{
    position: absolute;
    top: 270px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    /* text-shadow: 1px 1px 0px #fff; */
}

.logo
{
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0px;
    text-align: center;
}

#lnkResetPassword, #lnkResetPassword:visited, #lnkResetPassword:active {
    color: #00f;
}