@import url("_global.css");
@import url("wbox.css");

@charset "utf-8";
/*------------------- CSS Document -------------------*/
*{
	margin:0px;
	padding:0px;
}
img { border:0px; }

body {
	font-size:12px;
}

.cbt:after{display:block;clear:both;content:"";}
.fudong {
	float: left;
}


/*------------------- Public -------------------*/
input { padding-left:3px;}
textarea { padding-left:3px;}

.objShow{ display:block; }
.objHide{ display:none; }

.c_000{ color:#000; }
.c_666{ color:#666; }
.c_f00{ color:#f00; }
.c_f60{ color:#f60; }
.c_fff{ color:#fff; }
.c_ccc{ color:#ccc; }
.c_bule {
	color: #36F;
}



/*------------------- End Public -------------------*/


/*------------------- ValidateError -------------------*/
.ck_msg {
    border: 0px solid red;
    font-size: 12px;
    color: #f00;
    padding-left: 3px;
    line-height: 20px;
    margin-left:5px;
}
.ck_ok
{
    font-size: 12px;
    background: url( "./client/icon_msg.png" ) no-repeat;
    background-position: -200px -31px;
    color: #19b200;
    padding: 3px 3px 3px 16px;
    line-height: 20px;
    margin-left:5px;
}
.ck_error
{
    font-size: 12px;
    background: url( "./client/icon_msg.png" ) no-repeat;
    background-position: -200px -89px;
    color: #f60;
    padding: 3px 3px 3px 16px;
    line-height: 20px;
    margin-left:5px;
}
/*------------------- End ValidateError -------------------*/


/*------------------- fixedPosition -------------------*/
#topDiv{
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
*html { background-image: url(about:blank); background-attachment: fixed;}/* ÐÞÕýIE6Õñ¶¯bug */
*html #topDiv { position:absolute; bottom:auto; _top:expression(eval(document.documentElement.scrollTop));}/* IE6 ¹Ì¶¨ */
/*------------------- End fixedPosition -------------------*/
