#formulario{
      margin-left:30px;
	  float:left;
	   width:370px;	
}


#formulario p{
     margin-bottom:-5px;	
}


textarea{
	 width:350px;
	 padding:5px;
}


[name="nome"],[type="tel"],[type="email"]{
      
	   color:#305077;
	   height:25px;
	  padding: 0px 0px 0px 28px;
	  background-position:left center;
	 background-repeat:no-repeat;
	 border-radius:5px;
	 border:3px solid #DA6D05;
}
[type="text"]{
      
	   color:#305077;
	   height:25px;
	  padding: 0px 0px 0px 28px;
	  background-position:left center;
	 background-repeat:no-repeat;
	 border-radius:5px;
	 border:3px solid #DA6D05;
	  width:330px;
	   background-image:url(../images/layout/assunto.png);
}

[name="nome"]{
	
  width:330px;
   background-image:url(../images/layout/nome.png);
   
}

[type="email"]{
	 width:330px;
	 background-image:url(../images/layout/mail.png);
}

[type="tel"]{
     width:330px;
	 background-image:url(../images/layout/fone.png);	
}
[type="reset"]{
	float:left;
      width:60px;
	   color:#0c1f33;
	   background-color:#fff;
	   font-weight:bold;
	   cursor:pointer;
	   margin-bottom:30px;	
	    border:3px solid #DA6D05;
	   height:25px;
	   margin-top:15px;
	   border-radius:5px;
}
[type="reset"]:hover{
     background-color:orange;	
	 color:white;
	 border:3px solid #DA6D05;

}
[type="submit"]{
	float:right;
      width:60px;
	   color:#0c1f33;
	   background-color:#fff;
	   font-weight:bold;
	   cursor:pointer;
	   margin-bottom:30px;	
	    border:3px solid #DA6D05;
	   height:25px;
	   margin-top:15px;
	   border-radius:5px;
}

[type="submit"]:hover{
     background-color:orange;	
	 color:white;
	 border:3px solid #DA6D05;

}

textarea{
	 border:3px solid #DA6D05;
	  border-radius:5px;
}
