.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;
}

.red {
    background:url(/img/ico_stop2.gif) 9px 7px no-repeat #FFDCDC;; 
}

.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;
}