@charset "utf-8";
/* CSS Document */
.radio
{
	margin-bottom:3px;
}
.combo
{
	border: 1px solid black;
	margin-bottom:3px;
}
.combo:hover
{
	border-color:red;
	background-color:#FECDCD;
}
.combo:focus
{
	border-color:red;
	background-color:#FECDCD;
}

.textbox
{
	border: 1px solid black;
	margin-bottom:3px;
}
.textbox:hover
{
	border-color:red;
	background-color:#FECDCD;
}
.textbox:focus
{
	border-color:red;
	background-color:#FECDCD;
}

.popup_botao
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	width:80px;
}

.botao_150
{
	border:0px;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.1em;
	color:#555555;
	background-image:url('../imagens/botao-150.png');
	width:150px;
	height:26px;
	border-bottom:2px;
}

.botao_150:hover,.botao_150:focus
{
	border:0px;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.1em;
	color:#212121;
	background-image:url('../imagens/botao-150-2.png');
	width:150px;
	height:26px;
	border-bottom:2px;	
}

.botao_100
{
	border:0px;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.1em;
	color:#555555;
	background-image:url('../imagens/botao-100.png');
	width:103px;
	height:26px;
	border-bottom:2px;
}

.botao_100:hover,.botao_100:focus
{
	border:0px;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.1em;
	color:#212121;
	background-image:url('../imagens/botao-100-2.png');
	width:103px;
	height:26px;
	border-bottom:2px;	
}