﻿.Botao
{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	border:0px;
	background-image:url(../img/background_botao.jpg);
	color:White;
	width:137px;
	height:20px;
}
.BotaoSite {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	background-image:url('../img/background_botao.jpg');
	color:White;
	width:137px;
	height:20px;
}
select {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	width:138px;
	border-color:#f6f6f6;
	border-style:inset;
	border-width:1px;
}
input,
textarea {
	font-family:Arial;
	font-size:11px;
	border-style:inset;
	border-color:#f6f6f6;
	border-width:1px;
	border-bottom-style:inset;
	border-bottom-width:1px;
	border-right-style:inset;
	border-right-width:1px;
}
.invalidaBorda
{
	border:0px solid #000;
}