html {
	overflow: auto;
}
body {
	width: 98%;
	background-color: white;
	margin: 0px;
	padding: 0px;
}
body, input, button, textarea, select, td {
	color: #231F20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	border-collapse: collapse;
}
table, tr, td, th {
	border: 0;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	text-decoration: underline;
	color: #CE252C;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	margin-bottom: 25px;
}
h2 {
	font-size: 16px;
	/*margin: 25px;*/
}

.error {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFF9F9;
	padding: 10px;
	border: 1px dotted #FF0000;
}
.left {
   float: left;
}
.right {
   float: right;
}
.clear {
	clear: both;
	/*height: 0;
	font-size: 0;
	line-height: 0;*/
}
.hide {
	display: none;
}
label {
    display: block;
}

.btnField input, .btn, button {
    cursor: pointer;
}
input:active, a:active {
    color: red;
}
#info {
	color: #CE252C;
}


/*q:lang(hu) {
    quotes: "\201E" "\201D";
}*/