
#sarch_box
{
	padding: 5px 8px;
    background: #a2050a url(../img/s_title.png);
    background-size: 500px;
    padding-top: 31px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 2px;
    user-select: none;
}

#sarch_box form
{
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 1fr;
    grid-template-rows: auto;
}
#sarch_box form select
{
	width:90%;
	height: 24px;
    cursor: pointer;
}

#sarch_box form .submit
{
    margin-top: 1em;
}
#sarch_box form div p
{color:yellow;}
#sarch_box form .submit input
{
	width: 100%;
    height: 30px;
    color: #ffd700;
    background: #9b050a;
    border: solid 1px #ffd700;
    border-radius: 4px;
}

#sarch_box form .submit input:hover
{
    background: #a4181d;
    cursor: pointer;
}

