body{
	margin: 0;
	padding: 0;
}


.EasyLib-SearchTxt{
	margin: 0;
	padding: 0;
	border: 1px solid #adaeb5;
	vertical-align: middle;
	width: 200px;
	height: 20px;
	line-height: 20px;
	background: url("../img/EasyLib-SearchTxt-Icon.jpg") right no-repeat;
}
.EasyLib-SearchTxt-Icon{
	margin: 0;
	padding: 0;
	margin-left: -21px;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #fff;
	filter: alpha(opacity=30);/*IE滤镜*/
	-moz-opacity: 0.3;/*Firefox私有*/
	opacity: 0.3;/*其他*/
}
.EasyLib-SearchTxt-Icon:hover{
	cursor: pointer;
}


.EasyLib-DateSpan,
.EasyLib-CusSpan {
    color: #0026FF;
    margin-left: 15px;
    font-size: 15px;
    display: inline-block;
    min-width: 20px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}
    .EasyLib-DateSpan:hover,
    .EasyLib-CusSpan:hover {
        cursor: pointer;
    }
.EasyLib-DateSpan-Selected,
.EasyLib-CusSpan-Selected {
    background-color: #0026FF;
    color: #FFF;
}
.EasyLib-DateSpan-Selected-Result,
.EasyLib-CusSpan-Selected-Result {
    display: none;
}
.EasyLib-DateSpan-DateBox {
    margin-left: 10px;
}


.EasyLib-Select {
    width: 304px;
    height: 28px;
    line-height: 28px;
}


.EasyLib-IndexMsgBlock-Table,
.EasyLib-IndexMsgBlock-Table table,
.EasyLib-IndexMsgBlock-Table tr,
.EasyLib-IndexMsgBlock-Table td {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
}
    .EasyLib-IndexMsgBlock-Table a {
        color: #586430;
    }
        .EasyLib-IndexMsgBlock-Table a:hover {
            color: #EE00EE;
        }
.EasyLib-IndexMsgBlock {
    border: 1px solid #bcda7a;
    margin: 1px;
}
.EasyLib-IndexMsgBlock > .title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 30px;
    font-weight: bold;
    background: #eef5de;
    border-bottom: 1px solid #bcda7a;
}
.EasyLib-IndexMsgBlock > .content {
    min-height: 400px;
}

.EasyLib-Mask-Container {
    position: relative;
}
.EasyLib-Mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fbebeb;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.EasyLib-Hide {
    display: none;
}

.EasyLib-Form-Required {
    background-color: #9AFF9A;
}
.EasyLib-Form-Disabled {
    color:#1b1b1b;
}
.EasyLib-Form-Focus {
    background-color: #9AFF9A;
}

.EasyLib-Layer-Mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 100;
}
.EasyLib-Layer-Mask:hover{
    cursor: pointer;
}
.EasyLib-Layer-Container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 101;
}