
/* CSS Document */

.testoAlert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	cursor:pointer;
	text-decoration:underline;
	margin-bottom:5px;
	text-align:right;
}

.div1{
	background-color:#FFFFFF;	
	top:30px;
	left:280px;
	width:502px;
	height:150px;
	position:absolute;
	z-index:101;
	border:1px solid #000000;
}

.div2{
	width:502px; 
	height:150px;
}
