
A:link {
	COLOR: #205CB2;
	TEXT-DECORATION: none
}

A:visited {
	COLOR: #205CB2;
	TEXT-DECORATION: none
}

A:hover {
	COLOR: #0066cc;
	TEXT-DECORATION: underline
}

.font_white {
	font-size: 12px;
	font-weight: nomal;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.font_td {
	font-size: 12px;
	font-weight: nomal;
	font-family: Arial, Helvetica, sans-serif;
}
.tree-node{
	height: 26px;
	vertical-align: middle;
}
.ph-label {
position: absolute;
padding: 0 0 0 6px;
line-height: 26px;
height: 26px;
color: #404040;
opacity: 1;
font-size: 12px;
transition: all .2s ease-out;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-out;
}
input.error { border: 1px solid red; }
label.error {
  background:url("./unchecked.gif") no-repeat 0px 0px;

  padding-left: 16px;

  padding-bottom: 2px;

  font-weight: bold;
  font-size: 12px;
  color: #EA5200;
}
label.checked {
  background:url("./checked.gif") no-repeat 0px 0px;
}
