@charset "gb2312";
input[type=text], input[type=password] {
	margin: 0;
	padding: 10px;
	line-height: 1.8em;
	outline: none;
	color: #2C3E50;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #ccc;
	/*box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in 0;
	vertical-align: middle;
}
.tc_so_button {
	position: relative;
	display: inline-block;
	margin: 0;	
	font-size: 1em;
	color: #2C3E50;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	white-space: nowrap;
	background-color: #eaeaea;
	background-image: -moz-linear-gradient(#fafafa, #eaeaea);
	background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
	background-image: linear-gradient(#fafafa, #eaeaea);
	background-repeat: repeat-x;
	border-radius: 16px;
	border: 1px solid #ddd;
	border-bottom-color: #c5c5c5;
	/*box-shadow: 0 1px 3px rgba(0,0,0,.05);*/
	vertical-align: middle;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
}
.tc_so_button:hover, .tc_so_button:active {
	background-position: 0 -15px;
	border-color: #ccc #ccc #b5b5b5;
}
.tc_so_button:active {
	background-color: #dadada;
	border-color: #b5b5b5;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
}
.tc_so_button:focus, input[type=text]:focus, input[type=password]:focus {
	outline: none;
	border-color: #51a7e8;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
}
#tc_so_search label {
	font-weight: 200;
	padding: 5px 0;
}
#tc_so_search input[type=text] {
	width: 320px;
	border-radius: 16px;
	padding: 3px 16px 1px;
	line-height: 1.8em;
}
#tc_so_search .tc_so_button {
	padding: 4px 15px;	
	font-weight: bold;
}
