@charset "utf-8";
/* mail formázás */

#uzenet {
	text-align:left;
	width:100%;
	}
	
	#uzenet table {
		text-align:left;
		width:98%;
		margin:auto auto auto auto;
		border:none;
		padding:0;
	}

	
	#uzenet table td {
		vertical-align:top;
		height: auto;
		font-size:1.0em;
		width: 80%;
		color:#333; 
		padding-top:0.2em;
	}
	
	#uzenet table td.elso_oszlop {
		width: 20%;}
	
	#uzenet table td p {
		margin: 0  0.2em 0.5em 0;
 	    font-family: 'Didact Gothic', sans-serif;
		font-size:1.0em;
		font-weight:lighter;
		color:#333;
		text-align: center;}

	#uzenet table input, textarea, select {
		color:#333;
		width:90.0%;
		font-weight:lighter;
		font-size: 0.8em;
 	    font-family: 'Didact Gothic', sans-serif;
		margin-bottom: 0.5em;
		}
	#uzenet table select {
		width:40%;}


	#uzenet table td.checkbox input {
		width:5.0%;}
	#uzenet table td.checkbox input.egyeb {
		width:70%;}

		
	#uzenet .gomb {
		cursor:pointer;
		text-shadow:2px 2px 5px #333333;
			-moz-text-shadow:2px 2px 5px #333333;
			-ms-text-shadow:2px 2px 5px #333333;
			-o-text-shadow:2px 2px 5px #333333;
			-webkit-text-shadow:2px 2px 5px #333333;
		font-weight:lighter;
		background-image: -moz-linear-gradient(#edbf1c, #b7921c); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#edbf1c), to(#b7921c));	
		background-image: -webkit-linear-gradient(#edbf1c, #b7921c);	
		background-image: -o-linear-gradient(#edbf1c, #b7921c);
		background-image: -ms-linear-gradient(#edbf1c, #b7921c);
		background-image: linear-gradient(#edbf1c, #b7921c);
		color:#FFF;
		height:3.0em;
		width:48%;}

	#uzenet .gomb:hover {
		opacity:0.8;}
		
	#uzenet .gomb_megse {
		cursor:pointer;
		background-color:transparent;
		color:#333;
		height:3.0em;
		width:48%;}

	#uzenet .gomb_megse:hover {
		opacity:0.8;}
		
	
	#uzenet table .tallozo_sor{
		height:3.0em;}
	
	#uzenet table .tallozo_sor td.tallozas {
		padding-right: 40%;}
		
	#uzenet table .tallozo_sor td.tallozas span {
		padding:0.5em;
		text-shadow:2px 2px 5px #333333;
			-moz-text-shadow:2px 2px 5px #333333;
			-ms-text-shadow:2px 2px 5px #333333;
			-o-text-shadow:2px 2px 5px #333333;
			-webkit-text-shadow:2px 2px 5px #333333;
		font-weight:lighter;
		filter:progid:DXImageTransform.Microsoft.dropshadow(Color='#aacccccc', OffX=25, OffY=10, Positive='true');background-image:linear-gradient(top,#edbf1c,#b7921c); 
		background-image:-moz-linear-gradient(top,#edbf1c,#b7921c); 
		background-image:-ms-linear-gradient(top,#edbf1c,#b7921c); 
		background-image:-o-linear-gradient(top,#edbf1c,#b7921c); 
		background-image:-webkit-linear-gradient(top,#edbf1c,#b7921c); 
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edbf1c', endColorstr='#b7921c');
		color:#FFF;
		margin:1.0em;}

	#uzenet table .tallozo_sor td.tallozas span:hover {
		opacity:0.8;
		cursor:pointer;
		font-size: 1.05em;}

		
	#uzenet .tallozo_sor .tallozas .feltoltott_kep {
		float: right;
		font-style:italic;
		font-size:0.9em;
		}
		
	#uzenet table tr td.kiegeszito {
		font-size:0.9em;
		padding-bottom: 1.0em;}


	#uzenet table tr td.valaszto_oszlop_checkbox {
		width: 32%;
		margin-right: 2.0%;
		text-align: center;
	}


	#uzenet table tr td.valaszto_oszlop_checkbox img {
		width: 50%;
		margin: 1.0% 25.0% 1.0% 25.0%;
		border: 2px #B3B3B3 solid;
	}

	#uzenet table label{
		height: 12.0em;
		display: inline-block;
	}
	#uzenet table label img{
		width: 90.0%;
		margin-left: 5.0%;
}

/* mail formázás vége*/

@media only screen and (max-width: 720px) {
	#uzenet table label{
		height: 9.0em;
		display: inline-block;
	}
	#uzenet table label img{
		width: 90.0%;
		margin-left: 5.0%;

	}
	
	#uzenet table td {
		vertical-align:top;
		height: auto;
		font-size:0.9em;
		width: 80%;
		color:#333; 
		padding-top:0.2em;
	}
	
		#uzenet table td p {
		margin: 0  0.2em 0.5em 0;
 	    font-family: 'Didact Gothic', sans-serif;
		font-size:1.0em;
		font-weight:lighter;
		color:#333;
		text-align: center;}
}