	body{
	font-family: arial;
	}

.main_block{
    width:500px;
    height:86px;
    background-image: url(../image/hatter.png);
    display: block;
    padding: 5px 10px 5px 10px;
    float:left;
}

.input
{
    border: 0px;
    height:21px;
    width:36px;
    background:url(../image/input.png) no-repeat right top; 
    font-size:14px;
    float:left;
    padding: 0 5px 0 5px;
}

.meg_seb{
    float:left;
	font-size:13px;
	font-weight:bold;
    color: #fff;
    width: 500px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

.max_seb{
    float:left;
    margin: 0 0 20px 0;
    display: block;
}

.km{
    color:#fff;
    float:left;
	font-size:11px;
	line-height:27px!important;
	font-weight:bold;
}

.input_max_seb{
    margin: 0 10px 0 0;
}

.button{
    float:left;
    display: block;
    border: none;
    background: url('../image/button.png');
    width: 120px;
    height:20px;
    color: #fff;
    text-align: center;
    margin: 0 0 0 70px;
    cursor: pointer;
	font-size:13px;
	font-weight:bold;
}

.popup{
    width: 300px;
    padding:50px;
    border: solid 0px #000000;
    display: block;
    position: absolute;
    background: #fff;
    left: 60px;
    top: 70px;
	background: url('../image/bg.png');

}

.close{
    cursor: pointer;
    float:right;
	font-size:12px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	color: #FFF;
	font-weight:bold;
    
}

.eredmeny {
	font-size:23px;
	font-weight:100;
    color: #000;
    width: 300px;
	text-align:center;
/*	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6); */
}

.leiras {
	font-size:12px;
	font-weight:100;
    color: #000;
    width: 300px;
	text-align:justify;
}

.radio {
	font-size:12px;
    color: #000;
    width: 300px;

}

.input2
{
	height:22px;
	width:285px;
	padding:0px 7px;
	font-family: Arial, sans-serif;
	border:1px solid #e0e0e0;
	outline:none;
	font-size:14px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	-moz-box-shadow:inset -1px 1px 3px #f0f0f0;
	-webkit-box-shadow:inset -1px 1px 3px #f0f0f0;
	box-shadow:inset -1px 1px 3px #f0f0f0;
}

.inputmezo {
padding: 7px 0 0 0;
}