
/**************************** TABELLA CONTENITORE *****************************/

#tbl_top{
	position: absolute;
	top: 47%;
	margin-top: -180px;
	width: 300px;
	left: 50%;
	margin-left: -160px;

}


#tbl_top td{
	text-align: center;

}

#tbl_top .td_left_top{
	background-image: url(../images/login/logo.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 100%;
	height: 55px;

}

#tbl_top .td_right_top{
	/*
	background-image: url(../images/login/login.jpg);
	*/
	background-repeat: no-repeat;
	background-position: right top;
	width: 0px;
	height: 55px;

}

#tbl_main{
	position: absolute;
	top: 47%;
	margin-top: -130px;
	width: 300px;
	height: auto;
	left: 50%;
	margin-left: -160px;

}


#tbl_main td{
	text-align: center;

}

#tbl_main .td_left_top{
	background-image: url(../images/login/box_left.jpg);
	background-repeat: no-repeat;
	background-position: -5px top;
	width: 15px;
	height: 15px;

}

#tbl_main .td_right_top{
	background-image: url(../images/login/box_right.jpg);
	background-repeat: no-repeat;
	background-position: -230px top;
	width: 15px;
	height: 15px;

}

#tbl_main .td_left{
	/*	background-image: url(../images/login/box_left.jpg);
	*/	background-repeat: no-repeat;
	background-position: left top;
	width: 0px;

}

#tbl_main .td_center{
	background-image: url(../images/login/box_center.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	width: 295px;
	background-color: #0F3A65;

}

#tbl_main .td_center_middle{
	width: 295px;
}

#tbl_main .td_right{

	/*	background-image: url(../images/login/box_right.jpg);
	*/	background-repeat: no-repeat;
	background-position: right top;
	width: 0px;

}

#tbl_main .td_left_bottom{
	background-image: url(../images/login/box_left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: -5px top;
	width: 15px;
	height: 21px;

}

#tbl_main .td_bottom{
	background-image: url(../images/login/box_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 21px;
	width:295px;

}

#tbl_main .td_right_bottom{
	background-image: url(../images/login/box_right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: -230px top;
	height: 21px;
	width: 15px;

}


/****************************** TABELLA FORM **********************************/

#tbl_login{
	width: 100%;
	color: #ffffff;
	margin: 0px;

}

#tbl_login .title{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 32px;

}

#tbl_login .message{
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	height: 10px;
	color: #ffdd00;
	white-space: normal;
	padding-bottom: 5px;
	padding-top:0px;
	padding-left:30px;

	background-image: url(../images/warning_symbol.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}

#tbl_login .no_icon{
	background-image: none;
	padding-left: 0px;
	padding-bottom:	10px;
}

#tbl_login .message .subject{

	text-align:left;
	margin-left:30px;
}

#tbl_login .message ul {
	padding:0px;
	margin:0px;
	margin-left: 55px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#tbl_login .message ul li{
	text-align: left;
	padding-bottom: 10px;
}

#tbl_login .label{
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 12px;
}

#tbl_login .field{
	text-align: left;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 7px;

}

#tbl_login .field input{
	border: none;
	width: 95%;
	height: 18px;

}

#tbl_login .remember{
	padding: 0px;
	padding-left: 10px;
	text-align: left;
	font-size: 10px;
	white-space: nowrap;
	height: 26px;
}

#tbl_login .submit{
	text-align: right;
	padding-top: 10px;
	padding-right: 12px;
	height: 20px;
	border-bottom: solid 1px #0A2745;

}

#tbl_login .submit input{
	border: none;
	background-image: url(../images/login/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 34px;

}
#tbl_login .submit input:hover{
	border: none;
	background-image: url(../images/login/submit_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 34px;

}

#tbl_login .forgot{
	height: 15px;
	text-align: left;
	border-top: solid 1px #135291;
	vertical-align: bottom;

}

#tbl_login .forgot a{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;

}

#tbl_login .forgot a:hover{
	color: #ffcc00;
	text-decoration: none;
	font-size: 10px;

}