
.form-style-6{
    font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
   max-width: 600px;
    margin: 0 auto;
    padding: 0;
    background: #bbb; /* 405672 */
}

.form-style-6 h1{
    padding: 35px 5px 20px 5px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin: 0;
}

.form-style-6 input[type="text"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 textarea
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 90%;
    background: #fff;
    margin-bottom: 1%;
    border: 1px solid #ccc;
    padding: 2%;
    color: #555;
    font: 120% Arial, Helvetica, sans-serif;
}


.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 90%;
    padding: 3%;
    background: #4895cb;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
	font-size: 120%;
    font-weight: normal;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #37729c;
	 color: #fff;
	 font-weight: bold;
}

.form-style-6 #_nombre, .form-style-6 #_apellido, .form-style-6 #_email, .form-style-6 #_reemail, .form-style-6 #_mensaje {
    background: #fff;
}


.form-style-6 #_nombre:focus, .form-style-6 #_apellido:focus, .form-style-6 #_email:focus, .form-style-6 #_reemail:focus, .form-style-6 #_mensaje:focus {
     box-shadow: 0 0 5px #43D1AF;
    border: 1px solid #43D1AF;
   background: #fdf9bd;
}



.form-style-20 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	width: 100%;
    margin: 0 auto;
    padding: 0;
}

.form-style-20 h1{
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
	color: #000;
}

.form-style-20 input[type="text"],
.form-style-20 input[type="email"]
{
    width: 100%;
    padding: 0;
    color: #555;
    font-family: rial, Helvetica, sans-serif;
    font-size: 16px;
	border: none;
}



