/* Formulários Ateg CSS  */

form { margin:0px;
	   padding:0px;
	   width:320px;
}

fieldset { border:0px; }

label {
margin: 0;
padding:0.2em;
margin-top:0.3em;
text-align:right;
width:70px;
float:left;
}

.textfield {
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 3px 8px 2px 3px;
background: transparent url("../graphics/textfield_bg.gif") no-repeat fixed;
width:200px;
}

fieldset>input.textfield {
background: transparent url("../graphics/textfield_bg.gif") no-repeat;
}


textarea {
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 3px 8px 2px 3px;
background: transparent url("../graphics/textarea_bg.gif") no-repeat fixed;
width:200px;
}
fieldset>textarea {
background: transparent url("../graphics/textarea_bg.gif") no-repeat;
}


.submit {
		margin:3px;
		background: transparent url("../graphics/submit.gif") no-repeat;
		height:20px;
		border:solid 1 #000000;
		width:80px;
		color:#666;
		text-transform:uppercase;
}

/*********************
		CONTATO
**********************/


#form_contato { width:320px;
				padding:10px;				
				background-color:#fdfdfd;
				border:1px solid #eee;
				margin-left:10px;
				float:left;
				margin-bottom:10px;
}