

 select, textarea, a.art-search-button span {
    width: 100%;
    padding: 10px 12px;
    font-size: 12pt;
    border: 1px solid #585858;
	margin-top: 10px;
}
.test {
	color:red;
}
div#wrapper {
    width: 1000px;
    margin: 0px auto;
}



.inputareas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inputareas > input {
    width: 32%;
}
.style1 .text_form1 {
    width: 49%;
	font-size: 12pt;
    padding: 7px 0px 0px 6px;
	margin-bottom: 10px;
	border: 2px solid #8C8C8C;
	margin-top: 17px;
}
.inputareas > input {
    width: 49%;
    padding: 10px 5px;
    font-size: 12pt;
	    margin-bottom: 16px;
    margin-top: 17px;
	    border: 2px solid #8C8C8C;
	        background-color: white;
}
.style1 .submit {
    cursor: pointer;
    padding: 12px 0px;
    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: 10px;
	border-radius: 3px;
}
.style2 .submit:hover {
    background: #000;
    color: #fbad3a;
}
.style2 .submit {
    background: #fbad3a;
    color: #000;
    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;
}