

 select, textarea, a.art-search-button span {
    width: 100%;
    padding: 10px 0;
    font-size: 12pt;
    border: 1px solid #585858;
	margin-bottom: 15px;
	margin-top: 15px;
}
.test {
	color:red;
}
div#wrapper {
    width: 1000px;
    margin: 0px auto;
}
h1 {
    
	    margin-top: 20px;
    margin-bottom: 20px;
	    
    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: 10px;
	margin-top: 10px;
	border: 1px solid #8C8C8C;
}
.inputareas > input {
    width: 49%;
    padding: 10px 5px;
    font-size: 12pt;
	margin-bottom: 10px;
    margin-top: 10px;
	border: 1px solid #8C8C8C;
	background-color: white;
}
.style1 .submit {
    cursor: pointer;
    padding: 12px 70px;
    font-size: 12pt;
    text-transform: uppercase;
    background: #CA0404;
    color: white;
	border: 1px solid #8C1717;
    display: block;
    float: right;

}
.style1 .submit:hover {
    background: #D82525;
}
form.style1 {
    height: 100%;
}
input.files {
    font-size: 12pt;
    background-color: white;
	border: 0px solid #fefefe;
}
.style2 input {
    width: 100%;
    padding: 10px 12px;
    font-size: 12pt;
    display: block;
    border: 1px solid #585858;
    margin-top: 15px;
}
.style2 .submit:hover {
    background: #d40b0e;
}
.style2 .submit {
    background: #c52d2f;
    color: white;
    text-transform: uppercase;
    width: 100%;
	cursor:pointer;
}
.style2 .h3_form {
    width: 265px;
}
div#bo {
 
    justify-content: space-between;
}
form.style3 {
    width: 260px;
    background-color: rgba(49, 76, 105, 0.78);
    height: 100%;
    padding-top: 0px;
}
.style3 input {
    width: 200px;
    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;
}