.form-error{BORDER: red 1px solid !important ;} 
.tip-block-yellow {
	background:url(/img/ico_tip.gif) 9px 7px no-repeat #FFFEE4; 
	border:1px solid #E5E5E5; 
	border-radius: 6px;
    width:100%;
    margin-bottom: 10px;
}

.tip-block-yellow .message{
    font-size:13px;
    line-height: 1.1; 
    padding:11px 25px 11px 30px; 
}

.hintcloser{
padding-top:10px;
vertical-align: top;
width:20px;
}
.col_right_pom .ui-accordion .ui-accordion-header {
    padding-left: 30px;
    font-size: initial;
    }
.col_right_pom .ui-state-default {
    width: auto !important;
}    
.col_right_pom  .ui-widget-content p{
    font-size: initial;
}

.message {
	font-family: Arial;
	font-size: 12px;
	color: #0B2063;
	padding-right: 12px;
	font-style: normal;
	font-variant: normal;
margin:0 7px 0 0;
background:url(/img/ico_comment.gif) 0 2px no-repeat;
	padding-left: 13px;
}


/* Fixed Table */

.table_fix thead{
	text-align:center;
}

.table_fix p{
	margin:0px;
}

.table_fix tbody{
	font-size:12px;
}

.table_fix tr.hover td {background:#F3F3F3;}
.trb {
	background: #f8fbfb;
	height: 48px;
}
.trw {
	background: #fff;
	height: 48px;
}

.table_fix{
	border-radius:10px;
	border: 1px solid #c0d0d0;
	color: #5b5b5b;
	font-size:12px;
}

.table_fix thead .td-check{
	padding-left:20px;
}

.table_fix tbody tr td{
	vertical-align: middle;
	padding: 5px;
}

.table_fix thead{
	background: #F0F0F0;
}



.table_fix thead tr th{
	height:50px;
	vertical-align: middle;
}

.table_fix thead tr th:first-child{
	border-top-left-radius:10px;
}

.table_fix thead tr th:last-child{
	border-top-right-radius:10px;
}

.table_fix tbody tr:last-child td:last-child{
	border-bottom-right-radius:10px;
}

.table_fix tbody tr:last-child td:first-child{
	border-bottom-left-radius:10px;
}

.table_fix tbody tr td{
	border-top:1px solid #d6e0e0;
}

.table_fix thead tr th{
	padding:0px 10px;
	background:url(/img/dotline.png) right 50% no-repeat;
}

.table_fix thead tr th:last-child{
	background:none;
}


.multiselect {
    width:20em;
    height:15em;
    border:solid 1px #c0c0c0;
    overflow:auto;
}
 
.multiselect label {
    display:block;
}
 
.multiselect-on {
    color:#ffffff;
    background-color:#000099;
}

#selopt{
  border:1px solid #d3d3d3;
  border-radius:4px;
  display:none;
  position:absolute;
  top:-42px;
  background:#fff;
  color:#555;
  cursor:pointer;
  width:108px;
  font-size:14px;
  z-index: 5;
}
.opt{
  padding:2px 10px;
}
.opt:hover{
  background:#eee;
}
.sel_lang{
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  text-align: left;
  padding:4px 4px 4px 8px;
  border-radius:4px;
  background: #e6e6e6;
  border: 1px solid #d3d3d3;
  color: #555555;
  font-weight: normal;
  width:100px !important;
}

.lang-span{
    /* line-height: 0; */
    background-color: #dad9d9;
    padding: 2px 12px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
}
