.panelLogueo
{
	margin:10px;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:15px;
}
.txtPass 
{ 
	width:100px; 
	background:url(images/key.png) no-repeat; 
	background-position:2px center;
	padding:2px;
	padding-left:22px;  
	border:1px solid #7390AB;
}
.txtUser { 
	width:100px; 
	background:url(images/user.png) no-repeat; 
	background-position:2px center;
	padding:2px;
	padding-left:22px; 
	border:1px solid #7390AB;
}
.button {
	border: 1px solid #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E0E0E0;
	width:80px;
	cursor:hand
}
.button:hover {
	border: 1px solid #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	width:80px;
	font-weight: bold;
	cursor:hand
}