/*
Stylesshet Error for viewport
Author: Leandro Carvalho
Date: 13 May 2009
*/

a {
	cursor:pointer;
}

.container-error {
	position:absolute; 
	left:20px; 
	top:10%; 
	font-size:12px; 
	background-color:#FFE1E1; 
	border:1px solid #990000; 
	color:#990000;
}

.container-content {
	padding:15px;
	width:525px;
}

.error-ops {
	float:left;
	width:80px;
 }
 
/* -------- HREF ------------------ */
a.error-send-enquiry{
	cursor:pointer;
	outline:0px;
	font-size:12px;
}

a.error-send-enquiry:link
{
	color:#333333;
	text-decoration:none;
	font-size : 12px;
	font-weight:bold;
}

a.error-send-enquiry:active {
	color: #333333;
	text-decoration: none;
}

a.error-send-enquiry:visited {
	color: #333333;		
	text-decoration: none;	
	font-size: 12px;
	font-weight:bold;		
}

a.error-send-enquiry:hover
{
	color:#000000;
	text-decoration:underline;
	font-size : 12px;
}

a.error-send-enquiry:visited:hover {
	color: #000000;
	text-decoration: underline;	
}