﻿body
{
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	background-color: #F5F5EB;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	border-color:#B22222;
	border-width:1px;	
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

button {
	background-color: #DCDCBE;
	border-color: #B22222;
	border-width: 1px;
	border-style: solid;
	background-position: center center;
	height: 20px;
	width: 100px;	
}

submit{
	background-color: #DCDCBE;
	border-color: #B22222;
	border-width: 1px;
	border-style: solid;
	background-position: center center;
	height: 20px;
	width: 100px;	

}
#email
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform:lowercase;	
}

.achurraClara
{
	background-color: #f5f5eb;
}

.achurraEscura
{
	background-color: #dcdcbe;
}

.feedbackTitulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align:left;
	text-transform: uppercase;
    font-weight: bold;
    color:White; 		
}

.alingRight
{
	 text-align: right;
}
.alingCenter
{
	text-align:center;
	vertical-align:middle;
}
.menu
{
	background-color: #DCDCBE;
	color: #B22222;
	border-right-color: #B22222;
	border-right-width: 1px; 
	border-right-style: solid;
	border-bottom-color: #B22222; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.menuover
{
	background-color: #F5F5EB;
	color: #B22222;
}
.menudown
{
	background-color: #B22222;
	color: white;
}
.gridtitulo
{
background-color: #B22222;
color:White;
}
.gridstyle
{
background-color: #DCDCBE;
border-color: #B22222;
border-style: solid;
border-width: 1px;
}
.alternating
{
background-color: #F5F5EB;
border-color: #B22222;
border-style: solid;
border-width: 1px;
}
.botao
{
background-color: #DCDCBE;
border-color: #B22222;
border-width: 1px;
border-style: solid;
background-position: center center;
height: 20px;
width: 100px;
}
.textbox
{
	border-color:#B22222;
	border-width:1px;
}
.labelclaro
{
background-color: #F5F5EB;
}
.labelescuro
{
background-color: #DCDCBE;
}

