

/* form oranzovy */
div.form1 {
	background-color: #cccccc;
	margin: 1em auto;
	FONT-SIZE: 10px;
	color: #000000;
}

div.form1 div.formContent {
	border-top:1px solid #edf2f5;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

div.form1 div.formFooterInner{
	background-image: url(../img/form_roh3.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
	padding:5px 10px 5px 5px;
}

div.form1 div.formFooter
{
	background-image: url(../img/form_roh4.gif);
	background-position: bottom right;
	background-repeat: no-repeat;                                 
	padding:0px 0px 0px 0px;
	border-top:1px solid #edf2f5;
}

div.form1 div.formHead {
	background-color: #191919;
	background-image: url(../img/form_roh1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	color: white;
	text-align: center;
	padding:0px 0px 0px 0px;
}

div.form1 div.formHeadInner {
	background-image: url(../img/form_roh2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding:5px 2px 5px 2px;
}

div.form1 div.formContent table, div.form1 div.formFooter table {
	color: #000000;
	font-size: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

div.form1 input,  div.form1 textarea, div.form1 select, div1.option {
	 border-width: 1px; 
	 font-size: 8pt; 
}

div.form1 input.button {border:none}

div.form1 a {
	color: #000099;
	white-space: nowrap;
	font-weight: normal;
	text-decoration: underline;
}

div.form1 a:hover {
	color: #3535CE;
	white-space: nowrap;
	font-weight: normal;
}

/* form zeleny */
div.form2 {
	background-color: #cccccc;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	FONT-SIZE: 10px;
	color: black;
	
}

div.form2 div.formContent {
	border-top:1px solid #edf2f5;
	text-align: center;
	color: black;
	padding: 10px 0px;
}

div.form2 div.formFooterInner{
	background-image: url(../img/form_roh3.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: black;
	text-align: center;
}

div.form2 div.formFooter
{
	background-image: url(../img/form_roh4.gif);
	background-position: bottom right;
	background-repeat: no-repeat;                                 
	padding:0px 0px 0px 0px;
	border-top:1px solid #edf2f5;
}

div.form2 div.formHead {
	background-color: #191919;
	background-image: url(../img/form_roh1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding:0px 0px 0px 0px;
}

div.form2 div.formHeadInner {
	background-image: url(../img/form_roh2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding:5px 2px 5px 2px;
}


div.form2 div.formContent table.formData {
	color: black
} 



div.form2 div.formContent table {
	color: black;
	font-size: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}


div.formError { 
	padding: 3px; 
	border-top: 1px solid white;
	color:white; 
	background-color:red; 
	font-weight:bold;
} 





