form#formContacto input.text,form#formContacto textarea.text {
    width: 95%;
}

label {
    display: block;
}
body#contacto div#modulo form {
    width: 400px;
    height: 300px;
    padding-top: 15px;
    display: block;
}
body#contacto div#content{
	padding-bottom:150px;
}
label.error {
    font-size: 12px;
    color: #ff8080;
    font-weight: bold;
}

input.error, textarea.error {
    border: #ff8080 solid 1px;
}

input.button {
    cursor: pointer;
}

