@CHARSET "utf-8";
.infoBox {
    position: absolute;
    margin-top: 21px;
}

.info_left_top {
    float: left;
    background: url( ../images/hints/info_left_top.gif ) no-repeat bottom;
    width: 61px;
    height: 16px;
    line-height: 1px;
}

#info_mid_top {
    float: left;
    background: url( ../images/hints/info_mid_top.gif ) repeat-x bottom;
    height: 16px;
    line-height: 1px;
}

.info_right_top {
    float: left;
    background: url( ../images/hints/info_right_top.gif ) no-repeat bottom;
    width: 17px;
    height: 16px;
    line-height: 1px;
}

.info_main {
    background: #fafafa url( ../images/hints/information.gif ) no-repeat left top;
    border-left: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
    padding-left: 25px;
    padding-right: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
    color: #999999;
    /*width:250px;*/
}

.info_left_bottom {
    float: left;
    background: url( ../images/hints/info_left_bottom.gif ) no-repeat;
    width: 24px;
    height: 8px;
    line-height: 1px;
}

#info_mid_bottom {
    float: left;
    background: url( ../images/hints/info_mid_bottom.gif ) repeat-x;
    height: 8px;
    line-height: 1px;
}

.info_right_bottom {
    float: left;
    background: url( ../images/hints/info_right_bottom.gif ) no-repeat;
    width: 17px;
    height: 8px;
    line-height: 1px;
}

.claer {
    clear: both;
}

.infoBox_1 {
    position: absolute;
    margin-left: 180px;
    z-index: 1;
}
.infoBox_login {
    position: absolute;
    margin-left: 210px;
}
.info_left_top_1 {
    float: left;
    background: url( ../images/hints/info_left_top_1.gif ) no-repeat bottom;
    width: 61px;
    height: 8px;
    line-height: 1px;
}

#info_mid_top_1 {
    float: left;
    background: url( ../images/hints/info_mid_top_1.gif ) repeat-x bottom;
    height: 8px;
    line-height: 1px;
}

.info_right_top_1 {
    float: left;
    background: url( ../images/hints/info_right_top_1.gif ) no-repeat bottom;
    width: 17px;
    height: 8px;
    line-height: 1px;
}
.inputTxt{
	background:url(../images/hints/inputBg.gif) repeat-x;
	border:#e2e2e2 1px solid;
	font-size:13px;
	padding-left:3px;
	color:#333;
	padding-top:5px;
	height:20px;
}
.width200{
	width:200px;
}
.divTable {
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
    border-collapse:collapse;
	border-bottom: 1px solid #e3f1fe;
	color:#333;
	font-size:13px;
	margin:0;
	}
.divTable th {
	background:#f4f9fe url(../image/background.gif) repeat-x;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	height:25px;
	padding-left:3px;
	}	
.divTable td  {
	color:#42596d;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	text-align:left;
	height:20px;
	padding-left:3px;
	background:#fff;
	}