* {
margin:0px;
padding:0px;

}
.test {
	color:red;
}
div#wrapper {
    width: 1000px;
    margin: 0px auto;
}
h1 {
    text-align: center;
	    margin-top: 20px;
    margin-bottom: 20px;
	    text-transform: uppercase;
    font-weight: 300;
}
.h2_form {
    font-weight: 600;
    font-size: 19pt;
    color: #404040;
	    text-transform: uppercase;
}
.h3_form {
    font-weight: 500;
}
.inputareas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inputareas > input {
    width: 32%;
}
.style1 .text_form1 {
    width: 100%;
	    font-size: 12pt;
    padding: 7px 0px 0px 6px;
	    margin-bottom: 16px;
		    border: 2px solid #8C8C8C;
}
.inputareas > input {
    width: 31%;
    padding: 10px 5px;
    font-size: 12pt;
	    margin-bottom: 16px;
    margin-top: 17px;
	    border: 2px solid #8C8C8C;
}
.style1 .submit {
    cursor: pointer;
    padding: 12px 70px;
    font-size: 12pt;
    text-transform: uppercase;
    background: #CA0404;
    color: white;
border: 1px solid #8C1717;
    display: block;
    float: left;
    margin-right: 21px;
}
.style1 .submit:hover {
    background: #D82525;
}
form.style1 {
    height: 274px;
}
input.files {
    font-size: 12pt;
    margin-top: 9px;
}
.style2 input {
    width: 230px;
    padding: 10px 12px;
    font-size: 12pt;
    display: block;
    border: 1px solid #585858;
    margin-top: 15px;
}
.style2 .submit:hover {
    background: #04861B;
}
.style2 .submit {
    background: #258E25;
    color: white;
    text-transform: uppercase;
    width: 230px;
	cursor:pointer;
}
.style2 .h3_form {
    width: 230px;
    
}
div#bo {
    display: flex;
    justify-content: space-between;
}
form.style3 {
    width: 100%;
    background-color: rgba(241, 241, 241, 0);
    height: 100%;
    padding-top: 16px;
}
.style3 input {
    width: 230px;
    display: block;
    margin: 15px auto;
    padding: 7px 0px 7px 6px;
    font-size: 12pt;
}
.style3 .submit {
    width: 208px;
    text-transform: uppercase;
    background: #374049;
    color: white;
    border: 0px solid black;
    padding: 11px 0px;
    cursor: pointer;
}