.required{
	color: red;
	padding-left: 5px;
}
section{
    width: 100%;
}
#contactoForm{
 width: 80%;
 height: auto;
 margin: 0 auto;
 padding: 0 1%;
}
#contactoForm #author, #email, #empresa, #urlEmpresa, #comentario{
 width: 98%;
 height: 20px;
 font: 300 80% "Open Sans", Arial, sans-serif;
 margin: 5px 0 10px 0;
}

#contactoForm textarea{
    width: 98%;
    height:90px;
}
#contactoForm ul li{
    list-style: none;
}
.subscribebutton{
 background-color:#FF9900;
 width:98%;
 height: 50px;
 border:none;
 font: 300 100% "Open Sans", Arial, sans-serif;
 letter-spacing:2px;
 color:#FFFFFF;
 -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.subscribebutton:hover{
    background: red;
    cursor: pointer;
    }