@CHARSET "UTF-8";

#content{
	padding: 20px 10px;
	font-family: Garamond, Times New Roman, Free Serif, serif;
	font-size: 1.5em;
	color: #8d6513;
	/* color: #C4932F; */
}

#content h3{
	text-align: center;
	margin-bottom: 0.6em;
	margin-top:0px;
	color: #c4932f;
}

#content fieldset{
	margin: 1.2em 0;
}
#content legend{
	font-size: 0.9em;
	margin: 0;
}
#content p{
	margin: 0.6em 0;
	line-height: 1.3em;
	font-size: 0.8em;
	color: #14135f;	
}
#content input, #content textarea, #content select{
	color: #14135f;	
}
#content input, #content textarea, #content select{
	border: 1px solid #8d6513;
}
#content select{
	width: 230px;
}
#content label{
	float: left;  
	width: 15em;  
	margin-right: 1em;
	color: #14135f;	
}
#content input.small{
	width: 32px;
}
#content fieldset.oneline p{
	margin-left: 2em;
}
#content .oneline label{
	float: none;
	margin-left: 1.1em;
	margin-right: 0.5em;
}
#content .shortlabel label{
	margin-left: 0.95em;
	margin-right: 0.4em;
}
#content p.oneline span{
	color:#14135F;
	float:left;
	width:15em;
}
#content p.oneline_long span{
	padding-right: 1em;
}
#content p.oneline_long label{
	float: none;
	margin-left: 0.7em;
	margin-right: 0.3em;
}
.repulojegyek #content p.oneline_long label{
	font-weight: normal;
}
.repulojegyek #content p.oneline label{
	font-weight: normal;
}
#content p.oneline input, #content p.oneline_long input{
	position: relative;
	top: 3px;
}

#content p.submit{
	text-align: center;
}
#content p.submit input{
	border: 0px solid;
}

.order_error{
	border: 1px solid #8d6513;
	margin: 30px 20px;
	padding: 0 20px;
	background: #f7eace;
}



/** mods **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: bold;
}
h3{
	font-size: 1.6em;
	font-weight: bold;
	
}