/*RESET YAHOO*/

body,dl,dt,dd,ul,ol,li,h1,h3,h4,h5,h6,pre,blockquote,p,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym {
border:0;
}

/***********************/

body {
}

label{
float:left;
width:100px;
}

input{
font-family:Arial, sans-serif;
font-size:1em;
width:20em;
border: 1px solid #999;
background-color:#fafafa;
color:#000;
}

input.enviar{
border: 1px solid;
border-color: #f0f0f0 #000 #000 #f0f0f0;
background-color:#ccc;
color:#000;
cursor:pointer;
}

input, textarea{
width:200px;
}

textearea{
height:10em;
}

div#footer{
text-align:center;
margin-top:3px;
font-size:12px;
font-family: "Courier New", Courier, monospace;
font-weight:bold; 
line-height:3px;
}