﻿.f-tbl 
{
	
}
.f-lbl 
{
	font-family:Arial, Helvetica, sans-serif; 
	color:#3a3a3a;	
	text-decoration:none;
	font-size:12px;
}
.f-cbo 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3a3a3a;
	text-decoration: none;
	height: 20px;
	width: auto;
	background-color: #F2F2F2;
	
	border: 1px solid #CCCCCC;
	letter-spacing: normal;
	word-spacing: normal;
	clear: left;
	float: none;

}
.f-txt 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3a3a3a;
	text-decoration: none;
	height: 14px;
	width: auto;
	background-color: #F2F2F2;
	
	border: 1px solid #CCCCCC;
	letter-spacing: normal;
	word-spacing: normal;
	clear: left;
	float: none;
}
.f-lnkEnviar 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3a3a3a;
	text-decoration: none;

	float:right;
	background-color:#EAEAEA;
	border-bottom-color:#C0C0C0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#C0C0C0;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#C0C0C0;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#C0C0C0;
	border-left-style:solid;
	border-left-width:1px;
	padding:5px;
}

.f-lnkEnviar a
{

}

.f-lnkEnviar a:hover
{
	text-decoration:underline;
}

.InfoMsg 
{
	margin:15px 0 15px 0;
	padding: 6px 2px 6px 2px;
	background-color: #F2F2F2;
	border: solid 1px red;
	text-align:center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: red;
	text-decoration: none;

}
.ErrMsg 
{
	margin: 15px 15px 15px 15px;
	padding: 2px 2px 2px 2px;
	background-color: #F2F2F2;
	border: solid 1px gray;
	color: Red;
}