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


#message{color:#646362;  margin:9	0px auto 0 auto; height:150px;  padding:20px; text-align:center; font-size:14px; 
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}
#message img { width:64px; margin:0 auto;}


.formulario{ width:500px; margin-left:70px;}
form,input,select,textarea{margin:0; padding:0; color:#646362;}

div.box {
margin:0 auto;
position:relative;
}



div.box label {
width:100%;
display: block;
padding:5px;
}

div.box label span {
display: block;
color:#646362;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:4px 4px;
width:383px;
background:#fff;
border-bottom: 1px double #171717;
border-top: 2px double #171717;
border-left:2px double #333333;
border-right:1px double #333333;
}

div.box .message{
padding:4px 4px;
width:383px;
background:#fff;
border-bottom: 1px double #171717;
border-top: 2px double #171717;
border-left:2px double #333333;
border-right:1px double #333333;
overflow:hidden;
height:70px;
}

div.box .button{ 
border:0px; margin-bottom:10px;
background: url(../../img/btn_enviar.png) no-repeat;
position: relative; cursor:pointer;
top:10px;
left:260px;
width:133px;
height:47px;
}

div.box .button:hover{background: url(../../img/btn_enviar_hover.png) no-repeat; cursor:pointer; }
