* {
margin:0px;
padding:0px;

}

 select, textarea, a.art-search-button span {
    border: 1px solid #585858;
	width: 98%;
    padding: 10px 5px;
    font-size: 12pt;
}
.test {
	color:red;
}
div#wrapper {
    width: 1000px;
    margin: 0px auto;
}

.h2_form {
    font-weight: 600;
    font-size: 19pt;
    color: #404040;
	text-align: center;
	text-transform: uppercase;
}
.h3_form {
    font-weight: 500;
}
.inputareas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inputareas > input {
    width: 31%;
}
.style1 .text_form1 {
    width: 98.3%;
    font-size: 12pt;
    padding: 10px 0px 0px 10px;
    margin-bottom: 5px;
    margin-top: 16px;
    border: 2px solid #8C8C8C;
}
.inputareas > input {
    width: 48%;
    padding: 10px 5px;
    font-size: 12pt;
	    margin-bottom: 16px;
    margin-top: 17px;
	    border: 2px solid #8C8C8C;
	        background-color: white;
}
.style1 .submit {
    cursor: pointer;
    width: 100%;
	padding: 10px 12px;
    margin-top: 15px;
    font-size: 12pt;
    text-transform: uppercase;
    background: #CA0404;
    color: white;
border: 1px solid #8C1717;
    display: block;
    float: left;

}
.style1 .submit:hover {
    background: #D82525;
}
form.style1 {
    height: 100%;
}
input.files {
    font-size: 12pt;
        background-color: white;
}
.style2 input {
    width: 98%;
    padding: 10px 5px;
    font-size: 12pt;
    display: block;
    border: 1px solid #585858;
    margin-top: 0px;
}
.style2 .submit:hover {
    background: #04861B;
}
.style2 .submit {
    cursor: pointer;
    font-size: 12pt;
    text-transform: uppercase;
    background: #CA0404;
    color: white;
border: 1px solid #8C1717;
    display: block;
    float: left;
    margin-right: 21px;
}
.style2 .h3_form {
    width: 32%;
}
div#bo {
 
    justify-content: space-between;
}
form.style3 {
    width: 100%;
    background-color: rgba(28, 26, 27, 0.77);
    height: 100%;
    padding-top: 5px;
}
.style3 input {
    width: 250px;
    display: block;
    margin: 15px auto;
    padding: 7px 0px 7px 6px;
    font-size: 12pt;
}
.style3 .submit {
    width: 208px;
    text-transform: uppercase;
    background: #CA0404;
    color: white;
    border: 0px solid black;
    padding: 11px 0px;
    cursor: pointer;
}