/*** FORM ***/
.form { /* urlap stilusa */
	background : #DDDDDD;
	border: 1px dashed Gray;
	width: 550px;
	padding: 0px;
}
.form_header {
	background: Gray;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
}
/*** FORMELEMENT ***/
.fe_question {
	/* Kerdesek stilusa*/
	background : transparent none repeat;
	padding: 2px;
	text-align : left;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
}
.fe_input {
	/* Valaszok stilusa*/
	background : transparent;
	text-align : right;
	vertical-align: text-bottom;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}
.fe_input_center {
	/* Valaszok stilusa*/
	background : transparent;
	text-align : center;
	vertical-align: text-bottom;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}

/* CHECKBOX beviteli elem stilusa*/
.checkbox {
	background : transparent none no-repeat;
	background-color: transparent;
	vertical-align : text-bottom;
	
}
/*INPFILE*/
.inpfile {
	width: 200px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: blink;
	background-color: White;
	color: Black;
/*	border: 1px solid Black; */
	font-weight : bold;
}
/*INPPWD*/
.inppwd {
	background : White;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
/*	border: 1px solid Black;*/
}
/*INPTXT*/
.inptxt {
	background : White;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
/*	border: 1px solid Black;*/
}
/*SUBMIT*/
.submit {
	width: 100px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: blink;
	background-color: Gray;
	color: White;
	border: 1px solid Black;
	azimuth : far-right;
	font-weight : bold;
	text-align : center;
}
/*INPTXT*/
.textarea {
	background : White;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid Black;
}


BODY {
	BACKGROUND-COLOR: Silver;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #0033aa;
	SCROLLBAR-BASE-COLOR: #0033aa;
	azimuth : far-right;
}

table {
	background : #BBBBBB;
	border-color: #000000;
}
td {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: Black;
	border : 1px;
	padding: 2px;
}
table.def_table {
	background : Teal;
	border-color: #000000;
	border: 1px solid Black;
	width: 100%;
}
td.def_title {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	text-align : left;
	color: White;
	border : 0px solid Black;
	padding: 2px;
	background : Gray;
	border-bottom : 1px solid Black;
}
td.def_header {
	font-size: 13px;
	font-weight: bold;
	text-align : center;
	border : 0px solid Black;
}
td.def_row {
	background: #5F9EA0;
	font-weight: normal;
}
td.def_row2 {
	background: Silver;
	font-weight: normal;
}


table.def_form {
	background : #DDDDDD;
	border: 1px dashed Gray;
	width: 550px;
	padding: 0px;
}
td.def_form {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: Black;
}


.form_textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid Gray;
}

.form_button {
}

a {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color : Black;
	text-decoration : none;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color : Black;
	background : ActiveBorder;
}

p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: Black;
}

font {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: Black;
}

font.error {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: Red;
}


table.def_table {
	background : Teal;
	border-color: #000000;
	border: 1px solid Black;
	width: 100%;
}
td.def_title {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	text-align : left;
	color: White;
	border : 0px solid Black;
	padding: 2px;
	background : Gray;
	border-bottom : 1px solid Black;
}
td.def_header {
	font-size: 13px;
	font-weight: bold;
	text-align : center;
	border : 0px solid Black;
}
td.def_row {
	background: #5F9EA0;
	font-weight: normal;
}
td.def_row2 {
	background: Silver;
	font-weight: normal;
}

