/* CSS Document - Formulários - 22/03/2008 - 9:30h */

.forms {
	width:230px;
	margin:0 auto;
}

.forms form {
	margin: 0;
	padding: 0;
}

.forms fieldset {
	width:230px;
	margin: 0 0;
	border: none;
	float:left;
}

.forms legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

.forms label {	
	font-weight:bold;
	float: left;
	width: 215px;
	padding-left:15px;
	background:url(../images/ico_seta_laranja.gif) no-repeat 0 5px;	
}

.forms input, .forms select {
	height:22px;
}

.forms input, .forms textarea, .forms select {
	float:left;
	width:228px;
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:1px;
}

.forms textarea {
	height:100px;
	overflow:auto;
}

.forms .fs-submit {
	clear: both;
	width:230px;
	text-align: center;	
}

.forms .fs-submit input {
	width:108px;
	height:24px;
	border:0;
	padding: 2px;
	background: #F90 url(../images/bg_btn_forms.jpg) no-repeat;
	color: #fff;
	font-size: 100%;
	font-weight:bold;	
}

.forms .fs-submit #enviaForm {
	margin-left: 60px;
}

/* Focus só funciona no Firefox */
input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}


