DIV.XForm_HTMLEditBox
{
	border: thin solid black;
}

DIV.XForm_HTMLEditArea
{
	background-color: white;
	width: 100%;
	height: 100px
}

.XForm_HTMLEditButton
{
	border: solid;
	border-style: outset;
	border-width: thin;
	color: #000000;
	background-color: #cccccc;
	cursor: default;
	font-family: 'MS Sans Serif';
	font-size: 12px
}

.axform_submit {
	color : #000000;
	font-family : Verdana;
	background : #ff9c31;
	border : 0.1pt ridge #6699cc;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 1px;
}

SPAN.xform-errmsg {
	color : #AA0000;
	font-family : Verdana;
	font-weight : bold;
	font-size : 7pt;
}
.xform-caption {
	color : #000000;
	font-family : Verdana;
	font-weight : bold;
	font-size : 9pt;
}
<-- elem rozne -->
.xform_section {
	background : #ff9c31;
	color : #000000;
	font-family : Verdana;
	font-weight : bolder;
	font-size : 9pt;
	line-height : 20px;
	align : center;
	vertical-align : middle;
}
.xform_selectOne_pulldown {
	color : #000000;
	font-family : Verdana;
	font-size : 8pt;
	background : #FFFFFF;
	width : 75%;
}
.xform_selectOne_checkboxGroup {
	color : #000000;
	font-family : Verdana;
	font-size : 8pt;
	background : #FFFFFF;
}
.xform_selectOne_item {
	color : #222222;
	font-family : Verdana;
	font-weight : normal;
	font-size : 8pt;
}
.axform_secret {
	color : #000000;
	font-family : Verdana;
	font-size : 8pt;
	background : #FFFFFF;
	width : 75%;	
}
.xform_textbox {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid
}
.xform_textbox_errmsg {
	color : #AA0000;
	font-family : Verdana;
	font-weight : bold;
	font-size : 12pt;
}
.xform_err {
	background : #FFF6F6;
}
.xform_selectMany_pulldown {
	color : #000000;
	font-family : Verdana;
	font-size : 8pt;
	background : #FFFFFF;
}
