/*	Global	*/
body{margin:0; padding:0; height:100%; }
.posrel{position:relative; }
.clb{clear:both; border:none;}
.fll{float:left; }
.flr{float:right; }
a{outline:none; }
big{font-weight:normal; }
.m0a{margin:0 auto!important; }
.m0{margin:0!important; }
.p0{padding:0!important; } .p10{padding:10px!important; }
.m5 {margin:5px;} .m10 {margin:10px;} .m15 {margin:15px;} .m20 {margin:20px;}
.w25{width:25px; } .w50{width:50px; } .w100{width:100px; } .w150{width:150px; } .w200{width:200px; } .w250{width:250px; } .w800{width:800px; } 
.tdn{text-decoration:none; }
.tac{text-align:center; }
.tal{text-align:right;}
.tar{text-align:left}
.green{color:#009315; }
.btn{display:block; border:none; background:#93ae00; color:#ffffff; text-align:center; text-decoration:none; padding:4px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:16px;  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear; -moz-transition: background-color 0.2s linear, opacity 0.2s linear; -o-transition: background-color 0.2s linear, opacity 0.2s linear; transition: background-color 0.2s linear, opacity 0.2s linear; }
.btn:hover{background:#d633af; }

hr{border:none; height:3px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }

.htmlarea{padding:20px; }
.b1red{border:1px solid red; }

.center{text-align:center;}

#cBtnShow{border:none; margin:0px; background:#c23725; color:#fff; text-align:center; cursor:pointer; width:30px; height:270px; position:fixed; left:1px; top:140px; }
#cBtnShow:hover{background:#1a9385; }
#nwsBtnSw{border:none; margin:0px; background:#c23725; color:#fff; text-align:center; cursor:pointer; width:30px; height:150px; position:fixed; right:5px; top:140px; display:none; }
#nwsBtnSw:hover{background:#1a9385; }

.form th, .form td{padding:5px; font-size:14px; }
.form input, .form textarea{border:1px solid #65abd0; padding:5px; }
.form th {text-align:right;}
.form td{text-align:left}

.clearfix{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	display:none;
}