#oszkar-utcazene-box {
	width: 100%; margin-top: 0px;
	margin-left: 8px;
	background-color: #6e6570;
	max-width: 800px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	padding-top: 10px;
	text-align: left;
	font-family: "Myriad Web Pro","Myriad Pro",Tahoma,Arial;
}
#oszkar-utcazene-box form {
	margin:0; padding:0;
}
#oszkar-utcazene-box .osz-search-container {
	width: 50%;
	color: #fff;
	float: left;
	font-size: 18px;
}
#oszkar-utcazene-box .osz-head {
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	top: 10px;
	left: -8px;
	text-align: left;
	float: right;
	width: 670px;
}
.pull-left {
	float: left;
}
#oszkar-utcazene-box .osz-head a{
	color: #fff; font-size: 18px; font-weight: bold; text-decoration: none;
}
#oszkar-utcazene-box .osz-mid {
	padding:0 0 0 10px; text-align: left; margin:0px 0 2px 0
}
#oszkar-utcazene-box .osz-foot {
	text-align:left; padding: 2px 0 10px 20px; color: #fff; font-size: 18px;
	width: 45%;
	float: right;
}
#oszkar-utcazene-box input.from-input {
	height: 25px; padding: 0px 6px; margin-bottom: 4px; font-size: 14px; line-height: 25px; color: #555555; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; vertical-align: middle; max-width: 45%;
}
#oszkar-utcazene-box select {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	max-width: 45%;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	padding: 0px 6px;
	margin: 0;
	margin-bottom: 7px;
	font-size: 14px;
	color: #555555;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
	
}
#oszkar-utcazene-box .green-submit {
	background: linear-gradient(to bottom, #ec5f5b 0%, #ec5f5b 100%); margin: 0px; line-height: 30px; border: none; padding: 0px 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #ec5f5b; text-shadow: none; font-weight: bold; color: #fff; cursor: pointer; font-size: 16px;
}
#oszkar-utcazene-box .yellow-button {
	color: #fff; background: linear-gradient(to bottom, #ec5f5b 0%, #ec5f5b 100%); transition: background-position 0.1s linear; text-shadow: none; font-weight: bold; border: none; border-radius: 3px; padding: 7px 12px; text-decoration: none; background-color: #ec5f5b; float: right; margin-right: 20px; font-size: 16px;
}
.clearfix:before, .clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}