
.kapcsolat_leftcol{
    width: 370px;
    
    float:left;
}
.kapcsolat_leftcol h3{
   font-size: 12px;
   font-weight: bold;
   color: #2d4492;
}
.kapcsolat_rightcol h2{
	margin: 16px 0;
}
.kapcsolat_rightcol h2,
.kapcsolat_leftcol h2{
   font-size: 15px;
   font-weight: bold;
   color: #2d4492;
}
.kapcsolat_leftcol a{
  color: #000;
}

form.kapcsolat{
float: left;
}

#googlemaps{
float: right;
margin-top: 32px;
padding-right: 40px;
}
.kapcsolat_rightcol{
    width: 530px;
    float:left;
}

#gmap{
    float: right;
    
	width: 445px;

	height: 306px;
    
    
}

span.span_title{
    font-weight: bold;
    display: block;
    color: #2d4492;
}
span.datumtol{
   
    display: block;
    float:left;
    width: 170px;
    color: #000000;
}

span.ido{
    
   
    float:left;
    
}


span.span_tartal{
    color: #000;display: block;
    margin-bottom: 10px;
}

form.kapcsolat{
    	background: url(/Static/Images/form_back.jpg) repeat-y;
        height: 335px;
        width: 450px;
        position:relative;
}

form.kapcsolat div.bodys{
    background: url(/Static/Images/kapcsolat_bg.jpg) no-repeat;
    padding-top:49px;
    padding-left:50px;
    height: 300px;
    
}

form.kapcsolat div.bodys h2{
    color: #fff;margin-bottom:30px;
    margin-left: 90px;
    font-size: 20px;
    
}

form.form{
	width: 900px;
}

form.kapcsolat label{
	font-size: 12px;
    color: #2d4492;
	display: block;
    float:left;
    width: 100px;
	margin: 2px 0px;
}

div.fileupload .input,form.kapcsolat .input{
	display: block;
	width: 200px;
	height: 24px;
	background-color: #90b9e7;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.kapcsolat .input_kicsi{
	display: block;
	width: 80px;
	height: 24px;
	background-color: #90b9e7;
		border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form.kapcsolat .textarea{
	display: block;
	width: 200px;
	height: 100px;
	background-color: #90b9e7;
		border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.kapcsolat .hidden{
	visibility:hidden;
}

form.kapcsolat .select{
	padding: 2px;
	display: block;
	width: 500px;
	height: 26px;
	background-color: #90b9e7;
		border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.kapcsolat .submit{
	font-weight: bold;
	display: block;
	width: 40px;
	height: 35px;
    background: url(/Static/Images/submit_back.jpg) no-repeat;
    border: 0px;
	background-color: #90b9e7;
	

    position:absolute;
    right:50px;
    bottom:20px;
	margin-right: 2px;
	/*
	margin-top: 10px;
	float: left;
	margin-left: 5px;
	*/
}

