.directLinksLayer{
	display:				block;
	visibility:				visible;

	position:				absolute;
	top:					150px;
	left:					0px;

	overflow:				show;
	margin:					0px;
	padding:				0px;

	width:					150px;
	height:					52px;
	z-index:				3;

	background:		#ffffff url(../images/sfondi/form/form.gif) repeat-y;

	color:					#000000;

	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-weight:			normal;

	text-decoration:		none;
	text-align:				left;
	vertical-align:			top;
	letter-spacing:			0ex;
	word-spacing:			0ex;
	white-space:			nowrap;

	border-width:			0px;
	border-style:			solid;
	border-color:			#000000;

	filter:						alpha(opacity=75);
	-moz-opacity:				75%;
}

.directLink{
	display:				block;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 15px;

	width:					100%;
	height:					13 px;

	color:					#444444;

	background-image:		url(../images/tips/checkOff.gif);
	background-attachment:	fixed;
	background-position:	2px 3px;
	background-repeat:		no-repeat;

	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	font-weight:			bold;

	text-decoration:		none;
	text-align:				left;
	vertical-align:			top;
	letter-spacing:			0ex;
	word-spacing:			0ex;
	white-space:			nowrap;

	border-width:			1px 1px 0px 0px;
	border-style:			solid;
	border-color:			#888888;
}

.directLink:hover{
	color:					#000000;
	background-image:		url(../images/tips/checkOn.gif);
	background-attachment:	fixed;
	background-position:	2px 3px;
	background-repeat:		no-repeat;
}
