form div {
	position:relative;
} 

select.selectSearchMonth, select.selectSearchYear {
    position:relative;
    z-index:10;
    width:78px !important;
    height:23px !important;
    line-height:23px;
}

span.selectSearchMonth, span.selectSearchYear {
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    width:78px;
    height:23px;
    line-height:23px;
    text-indent:10px;
    background:url('http://media.opap.gr/opap-gaming-theme/images/template_search/select.png') 0 0;
    cursor:default;
    z-index:1;
	color:#fff;
	font-weight:bold;
}

#templateSearchButton {
   background:url('http://media.opap.gr/opap-gaming-theme/images/template_search/search.png') no-repeat transparent;
   width:33px;
   height:23px;
}

#selectYear, #selectMonth, #inputSubject, #inputKeyword {
	float: left;
	margin-right: 10px;
}

#submitButton {
	float: left;
}
