/*********** STYLY PRO FORMULARE ********/
.form_table {
	border-top: 2px solid #990033;
}

.form_table th {
	color: #990033;
}

.form_table label {
	color: #990033;
}

.form_table .formText {
	border: 1px solid #990033;
	background-color: white;
}

.form_pagelist {
	color: #990033;
}

.submitButton {
	color: white;
	background-color: #888181;
	cursor: pointer; cursor: hand;
	text-transform: capitalize;
}
.submitButton:hover {
	background-color: #AA0051;
}
/********* KONEC XMLFORMS FORMULARE *****************/