#jNotify {
	position:absolute;
	background:#d8e6fc  url('../../folder/info.gif') no-repeat 15px center;
	color:#35517c;
	border:1px solid #a7c3f0;
	padding:10px;
	padding-left:50px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jNotify a {color:#35517c !important;text-decoration:none;}
#jShow {
	position:absolute;
	background:#d8e6fc;
	color:#35517c;
	border:1px solid #a7c3f0;
	padding:4px 10px 10px 40px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jShow a {color:#35517c !important;text-decoration:none;}
#jSuccess {
	position:absolute;
	background:#E6EFC2  url('../../folder/asuccess.gif') no-repeat 15px center;
	color:#264409;
	border:1px solid #C6D880;
	padding:10px;
	padding-left:50px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jSuccess a {color:#264409 !important;text-decoration:none;}
#jError {
	position:absolute;
	background:#FBE3E4  url('../../folder/aerror.gif') no-repeat 15px center;
	color:#8a1f11;
	border:1px solid #FBC2C4;
	padding:10px;
	padding-left:50px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jError a {color:#8a1f11 !important;text-decoration:none;}
#jOverlay 
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9998
}
td
{
    line-height: 38px;
}
.registerform .inputxt, .registerform textarea
{
    padding: 10px;
    width: 245px;
}
.Validform_checktip
{
    display: none;
    line-height: 38px;
    height: 38px;
}
.Validform_wrong, .Validform_right, .Validform_loading
{
    display: block;
}
.info
{
    margin-left: 8px;
    border: 1px solid #ccc;
    padding: 8px 20px 8px 10px;
    color: #666;
    float: left;
    position: relative;
    display: none;
    line-height: 20px;
}
.dec
{
    top: 9px;
    display: block;
    height: 17px;
    overflow: hidden;
    position: absolute;
    left: -8px;
    width: 8px;
}
.dec s
{
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 17px;
}
.dec .dec1
{
    color: #ccc;
}
.dec .dec2
{
    color: #fff;
    left: 1px;
}
.infoerror
{
    margin-left: 8px;
    border: 1px solid #ccc;
    padding: 8px 20px 8px 10px;
    color: Green;
    float: left;
    position: relative;
    line-height: 20px;
    font-weight: bold;
    display: none;
}
.infoloading
{
    margin-left: 8px;
    border: 1px solid #ccc;
    padding: 8px 20px 8px 10px;
    color: Green;
    float: left;
    position: relative;
    line-height: 20px;
    font-weight: bold;
    display: none;
}