body {margin:0;overflow-x:hidden;}
		
		
.layout{ display:block; position:relative;width:930px; margin:0 auto;}
.layout-west{ display: block; float:left;}
.layout-east{ display:block; float:left; position:absolute; top:0; left:930px;}


#consoleToolbar{float:right;}
#msgConsole{border: 1px solid black;overflow: scroll;  height:150px; width:100%; background: white;}
#helpMsg{float:left; width:320px; height:680px; margin-top:50px; margin-left:5px; display:none; word-wrap: break-word; overflow-x:hidden; overflow-y:scroll; padding-right:10px;text-align:justify;text-justify:inter-ideograph;}
#toolbar{ margin:5px 0px 5px 0px;position:relative}
#msk{display:none; position:absolute; z-index:100;font-weight:bold; border:solid 1px #000; padding:2px; background:#EFEFEF;
/*-moz-user-select:none;-webkit-user-select:none;user-select:none;*/
-webkit-box-shadow: 10px 10px 25px #000;
-moz-box-shadow: 10px 10px 25px #000;
box-shadow: 10px 10px 25px #000;}
#msk .closeBtn{float:right;font-size:30px; color:#FF0000; cursor:pointer; margin-right:2px;}
#msk .title{ cursor:default; color:#000;line-height:25px; padding: 2px 0px 2px 0px; margin-left:5px;}
#msk .content{}
.clearfix{zoom:1;overflow:hidden}
#skinList{  z-index:99;position:absolute; border:#CCC solid 1px; background:#ffffff; padding:0px 3px; display:none;}
#skinList ul{ list-style:none; padding:0px;}
#skinList ul li{ list-style:none; width:65px;}
#skinList ul li span { list-style:none; width:15px; height:15px;display:block;float:left; margin:3px; cursor:pointer;}
#skinList ul li font { cursor:pointer; font-size:13px;}
#skinList .orange font{ color:#ff6005;}
#skinList .default font{ color:#FF0000;}
#skinList .green font{ color:#75b600;}
#skinList .blue font{ color:#0066FF;}
#skinList .black font{ color:#000000;}
#skinList .orange span{ background:#ff6005;}
#skinList .default span{ background:#FF0000;}
#skinList .green span{ background:#75b600;}
#skinList .blue span{ background:#0066FF;}
#skinList .black span{ background:#000000;}

/* button */
.button {display: inline-block;zoom: 1;*display: inline;vertical-align: baseline;margin: 0px;outline: none;cursor: pointer;text-align: center;text-decoration: none;font: 12px/100% Arial, Helvetica, sans-serif;padding: .5em .75em .55em;/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/-webkit-border-radius: .5em; -moz-border-radius: .5em;border-radius: .5em;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover {text-decoration: none;}
.button:active {position: relative;top: 1px;}

/* white */
.white {color: #606060;border: solid 1px #b7b7b7;background: #fff;background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));background: -moz-linear-gradient(top,  #fff,  #ededed);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}
.white:hover {background: #ededed;background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));background: -moz-linear-gradient(top,  #fff,  #dcdcdc);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');}
.white:active {color: #999;background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));background: -moz-linear-gradient(top,  #ededed,  #fff);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');}
