#formulario, #contato-equipe
{
	width: 350px;
	height: 522px;
	margin: auto;
	margin-top: 15px;
	padding: 10px 10px;
	background-color: #eee;	
 	filter:opacity(alpha=85); /* para o IE */	
    -moz-opacity:0.85; /* para o FireFox */
    opacity:0.85; /* para o outros Navegadores */
    float: left;
	}
	
fieldset {
	border: 1px dashed #7F9DB9;
	padding: 12px;
	*margin-bottom: 5px;
	}

legend {
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	*background-color: #eee;
	*margin-top: -15px;
	}
	
label {
	color: #4B6B89;
	}
	
input {
	width: 302px;
	height: auto;
	background-color: #fff;
	border: 1px solid #7F9DB9;
	padding: 3px;
	margin-bottom: 3px;
	}
	
select {
	width: 216px;
	height: auto;
	border: 1px solid #7F9DB9;
	margin-bottom: 3px;
	padding: 3px;
	}
	
optgroup {
	background-color: #FFFFB0;
	color: #333;
	font-style: normal;
	}

option {
	background-color: #FFFFE8;
	color: #333;
	}
	
textarea {
	width: 302px;
	height: 120px;
	border: 1px solid #7F9DB9;
	margin-bottom: 3px;
	padding: 3px;
	}
	
#enviar {
	width: 100px;
	height: auto;
	padding: 2px;
	margin: 8px 0px 5px 14px;	
	}
	
input:hover, select:hover, textarea:hover {
	background-color: #ddd;
	}
	
input:focus, select:focus, textarea:focus {
	background-color: #FFFFCC;
	}



#contato-equipe {
	height: 522px;
	margin-left: 10px;
	_height: 522px;
	_float: right;
	_margin-top: -542px;
	_margin-right: 24px;
	*height: 522px;
	*float: right;
	*margin-top: -542px;
	*margin-right: 24px;
}

.a {
	text-align: center;
}

#contato-equipe p.b
{
	margin-top: 18px;
	height: 70px;
	text-align: left;
	padding-left: 78px;
}

a.lkb {
	color: black;
	text-decoration: none;
}

.scp
{
	font-variant: small-caps;
}

/*
p#contato-caio
{
	background: url("/v2k9/teste.jpg") no-repeat;
}

p#contato-neto
{
	background: url("/v2k9/teste.jpg") no-repeat;
}

p#contato-rodrigo
{
	background: url("/v2k9/teste.jpg") no-repeat;
}

p#contato-jonas
{
	background: url("/v2k9/teste.jpg") no-repeat;
}

p#contato-jussara
{
	background: url("/v2k9/teste.jpg") no-repeat;
}
*/

div.form-error
{
	font-weight: bold;
	color: FireBrick;
	margin-bottom: 4px;
}

#contato_enviado
{
	color: black;
	margin-bottom: 10px; 
	border: 2px solid #7FAA7F; 
	background-color: #DFF1DF; 
	text-align: center; 
	padding: 10px; 
}

#contato_erro_envio
{
	color: black;
	margin-bottom: 10px;
	border: 2px solid #E59999;
	background-color: #FAD8D7;
	text-align: center;
	padding: 10px;
}
