﻿body{margin:0;padding:0;font-size:12px;line-height:22px;color: #666; font-family:sans-serif;-webkit-text-size-adjust:none;background:#ebebeb}
input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;COLOR: #ff0000}
 
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.input{border:1px #CCCCCC solid; padding:5px; height:38px; font-size:16px; background:#fcfaf8; cursor:pointer; padding-top:5px; padding-bottom:5px;border-radius: 2px 0px 0px 2px;}
.input:focus {outline: none;background:#eae8e5;/* background-color: transparent;*/}
 
.btns3 {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-family: "方正黑体";
	-moz-transition: all .15s ease 0s;
	-webkit-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s;
	width: 100px;
	height: 50px;
	background-color: #099aab;
	letter-spacing:1px;
	border: 0 none;
	color: #fff;
	font-size: 18px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0px 2px 2px 0px;
}

.btns3:hover {
	background-color: #549014;
	color: #fff
}