/* CSS Document */

form {
position:relative;
top: 10px;
right:20px;
left:10px;
background-color: #eee;
width: 400px;
padding: 20px;
border: 1px solid #8c8c8c;
}

label { display: block; }
#remitente, textarea{
widht: 200px;
border: 1px solid #8c8c8c;
margin-bottom: 1em;
}

textarea { height: 7em; }
input:focus, textarea: focus
{
background-color: #d9d9d9;
}

#contacto1, #contacto2, #contacto3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
position: relative;
top:10px;
right: 5px;
left: 5px;
width: 90px;
background-color:#FFFFFF;
border-top:dotted 1px #000099;
border-left:dotted 1px #000099;
border-right:dotted 1px #000099;
border-bottom:solid 4px #000066;
padding: 3px;
padding-bottom:8px;
margin-bottom: 10px;
}