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

table#feedback td{
border-top: solid 5px #FFFFFF;
font-family:Corbel, "Trebuchet MS", Arial, Verdana;
font-size:0.8em;
line-height:1em;
color:#333333;
text-align:justify;
}

.odd_td{
background-color:#EDF6FA;
}

.even_td{
background-color:#EEEDEE;
}

table#feedback td#izq{
border-right:solid 1px #888889;
width:64%;
}

form#feedback_form{
padding:0px;
margin:0px;
border:0px;
}

form#feedback_form input{
height:17px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:1em;
}

form#feedback_form textarea{
border: 1px solid #00A0D8;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:1em;
}

form#feedback_form input#submit_button{
height:31px;
width:93px;
border:solid 1px #CCCCCC;
background-image:url(../images/submit_background.gif);
background-repeat:repeat-x;
background-position:center;

font-family:Corbel, "Trebuchet MS", Arial, Verdana;
font-size:1em;
line-height:1em;
color:#00A0D8;
cursor:pointer;

}

input#submit_button:hover{
position:relative;
top:1px;
left:1px;
}
