div.csisz_kereses {
	width: 330px;
	height: 125px;
	background: transparent url(/items/graphics/csisz_kereses_background.png) no-repeat top left;
	font-family: arial,sans-serif;
}

div.csisz_kereses div.left_side {
    position: relative;
    float: left;
    padding: 10px;
}

div.csisz_kereses div.right_side {
    position: relative;
    float: right;
    padding: 10px;
}

div.csisz_kereses select.channel {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 150px;
    /* height: 16px; */
    border: none;
}

div.csisz_kereses input.text {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 16px;
    border: none;
    padding-top: 1px;
    color: #888;
}

div.csisz_kereses input.submit {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 29px;
    height: 25px;
    background: transparent url(/items/graphics/csisz_kereses_ok_button.png) no-repeat top left;
    cursor: pointer;
    border: 0;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    float: right;
}
