body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.style8 {
	font-size: 12px;
}

.style9 {
	font-size: 14px;
}

a {
	text-decoration: none;
}

.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}

.t12 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
}

.m14 {
	font-family: Myriad Pro;
	font-size: 14px;
	font-style: normal;
}

.m16{
	font-family: Myriad Pro;
	font-size: 16px;
	font-style: normal;
}

.m21 {
	font-family: Myriad Pro;
	font-size: 21px;
	font-style: normal;
}

.style17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.style18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: justify;
}

.bott_dash {
	border-bottom: 1px dashed #000000;
}

.style19 {
	color: #000000;
}

.style28 {
	color: #FFFFFF;
}

.style29 {
	color: #CE0021;
}

.clr_bk {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.style34 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.style35 {
	color: #000000;
}

.style36 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style40 {
	font-size: 14px;
	font-style: normal;
}

.lbl {
	font-weight: normal;
}

.lblB {
	font-weight: bold;
}

.lbl_err {
	font-weight: normal;
	color: #CE0021;
}

.lbl_errB {
	font-weight: bold;
	color: #CE0021;
}

.lbl_small {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
/*	float: left;*/
}

select {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.input {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #F7F1F1;
	border: 1px solid #E8CECE;
}

.input_err {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #EEE1E1;
	border: 1px solid #CE0021;
}

input.btn {
	float: right;
	font-weight: bold;
/*	background: #F7F1F1;*/
	background: #F3DCDC;
/*	border: 1px solid #EEE1E1;*/
}

.input_small {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	float: left;*/
	background: #F7F1F1;
	border: 1px solid #EEE1E1;
}

input.btn_small {
	font-size: 10px;
	font-weight: bold;
	float: right;
/*	background: #F7F1F1;*/
	background: #F3DCDC;
/*	border: 1px solid #EEE1E1;*/
}

.small {
	font-size: 10px;
}

fieldset {
	text-align: left;
	width: 90%;
	padding: 0px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border: 1px solid;
}

fieldset.err {
	border: 1px solid #CE0021;
}

legend {
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
}

legend.err {
/*	width: 75%;*/
	color: #CE0021;
}

.error {
	color: #CE0021;
}

ul {
	list-style-type: none;
	padding: 10px 0px;
	margin: 5px;
}

li.err {
/*	list-style-image: url();*/
	padding-left: 14px;
	list-style: none;
	background: transparent url(/images/bullet_orange_arrow.gif) no-repeat;
/*	list-style: square;*/
}

li.note {
/*	font-size: smaller;*/
	list-style: none;
	padding-left: 14px;
	background: transparent url(/images/bullet_black_rhomb.gif) no-repeat;
	margin-bottom: 5px;
}

form {
	margin: 10px;
}

form.small {
	margin: 0px;
}

div.note {
	font-size: smaller;
	padding-left: 14px;
	background: transparent url(/images/bullet_grey_arrow.gif) no-repeat;
}

div.center {
	text-align: center;
}

div.pre {
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: 8px;
}

img {
	vertical-align: text-bottom;
	border-width: 0px;
}

h4 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CE0021;
}

h5 {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px;
}

.brd_b {
	border-bottom: 1px solid #CE0021;
}

div.usermenu {
	position: relative;
	float: left;
	width: 95px;
	margin: 5px;
	padding: 2px;
	border: 1px solid #000000;
	text-align: left;
	font-size: 10px;
}

div.end_usermenu {
	position: relative;
	clear: left;
}

.brd {
	border: 1px solid #E8CECE;
}

.brd .lbl .lblB { /* странно поведение на 'form' под-елементи вложени в друг елемент (в случая fieldset), когато и двата имат margin... */
	margin-left: 10px;
}

.brd .lbl_err .lbl_errB { /* странно поведение на 'form' под-елементи вложени в друг елемент (в случая fieldset), когато и двата имат margin... */
	margin-left: 10px;
}

div.input, div.input_err {
	width: 1px;
}

div.indent {
	margin-left: 10px;
}

.brd2 {
	border: 1px solid #E8CECE;
	margin: 5px;
	padding: 5px;
}

a.submenu {
	padding-left: 14px;
	background: transparent url(/images/bullet_subitem.gif) no-repeat;
}

.right {
	float: right;
}

.left {
	float: left;
}

.l {
	text-align: left;
}

.j {
	text-align: justify;
}

.r {
	text-align: right;
}

