BODY {
	SCROLLBAR-FACE-COLOR: #f1f1f1;
	SCROLLBAR-HIGHLIGHT-COLOR: #F1F1F1;
	SCROLLBAR-SHADOW-COLOR: #f1f1f1;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-ARROW-COLOR: #f1f1f1;
	SCROLLBAR-TRACK-COLOR: #f1f1f1;
	SCROLLBAR-DARKSHADOW-COLOR: #696969;
	text-align: left;
}
.text {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    line-height: 18pt;
    text-align: justify;
}
 .link_text {
 	color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    line-height: 18pt;
    text-align: justify;
 }
.text_chi {
	font-size: 10pt;
	font-family: ÐÂ¼šÃ÷ów;
	line-height: 16pt;
	color: #363636;
	text-decoration: none;
	text-align: left;
}
.copyright {
	font-family: Arial;
	font-size: 9pt;
 	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.bgimg {
	background-attachment: scroll;
	background-image: url(http://www.ihungary.org/img/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* form error */

form label.error, label.error {
    color: red;
}

input.error {
    border: 1px dotted red;
}
textarea.error {
    border: 1px dotted red;
}

input .error-message {
	color: #FF0000;
}

.message,.info,.success,.warning,.error {
	color: #59632f;
}