@charset "utf-8";
/* CSS Document */

.formulario {
background-color: #FBFBFB;
}

.formulario h1{
padding: 8px;
}

table.inscricao
{ 
text-align: left;
font-family: Verdana;
font-size: 11px;
padding: 2px;
color: #404040;
width: 590px;
border-color: white;
border-collapse: collapse;
border-spacing: 0px; 
-moz-border-radius: 10;
} 

table.inscricao td {
	border-width: 0px;
	padding: 5px;
	border-style: none;
}

td.titulo
{ 
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; 
border-width: 0px;
padding: 5px;
border-style: none;
background-color: #FBFBFB;
}

.input-text{
border:1px solid #336699;
color:#666666;
margin-left:10px;
}

element.style
{
width: 200px;
}

label, input{
cursor: pointer;
}

textarea {
font-family: Verdana;
font-size: 11px;
}

.botoes{
background:url("images/botao.png") repeat scroll transparent;
border:medium none;
color:#FFFFFF;
font-weight:bold;
height:24px;
padding-bottom:1px;
width:98px;
}

.botoes:hover{
opacity: 0.8;
}

.green{
	border:1px solid #3b6e22;
	color:#FFFFFF;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

