	.contact_btn{z-index:99999;width: 210px; height: 46px; position: fixed;bottom:0; right:10px; background: #3b5998; color: #fff; border-radius: 8px 8px 0 0; box-shadow: 0px 0px 4px 1px #666; -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; cursor: pointer;}
	.contact_btn p{background: url("mail_icon.png") no-repeat; padding-left: 60px; margin:9px 16px; height:30px; font-weight: bold; line-height: 30px; font-size: 18px;}
	.contact_panel{z-index:99999; background: #FFFFFF; position: fixed;bottom:-430px; right:10px; width:320px; height:420px;box-shadow: 0 0 8px 2px #CCC; border-radius: 8px 8px 0 0;}
	.contact_panel h1{background: #3b5998; color:#fff; height:40px; font-size: 18px;line-height: 40px; margin:0; border-radius: 8px 8px 0 0; padding-left:15px;}	
	.contact_panel h1>span{width:35px; background: url('min_icon.png') no-repeat; float: right; margin-right: 15px; margin-top: 2px; cursor: pointer;}
	.contact_panel h1>span:hover{transform:translate(0,2px);-ms-transform:translate(0,2px); /* IE 9 */ -moz-transform:translate(0,2px); /* Firefox */ -webkit-transform:translate(0,2px); /* Safari and Chrome */ -o-transform:translate(0,2px); /* Opera */}
	.contact_panel p{padding:0 20px 0 15px; margin:10px 0; color: #3b5998;}	
	.contact_panel p span{color:#f00;padding-left: 5px;}
	.contact_panel h2{width:290px;margin:0 15px;}
	.contact_panel input, textarea{font-size: 16px; padding-left: 5px; font-family: sans-serif;}
	.contact_panel input[type=text]{border: #ccc 1px solid; border-radius: 5px; height:24px; width:100%; outline: none;}
	.contact_panel textarea{border: #ccc 1px solid; border-radius: 5px; height:80px; width:99%; outline: none; resize: none; overflow-y:auto;}
	.contact_panel input:focus, textarea:focus{border: #3b5998 1px solid; border-radius: 5px;}
	.contact_panel .warning{display: none; color:#f00; font-size: 14px;}
	.contact_panel input[type=submit]{width:100%; height:36px; background: #F4A01A; color:#fff; outline: none; border:none; border-radius: 8px; line-height: 36px;cursor: pointer;}
	.contact_panel input[type=submit]:hover{background: #FF8400;}