@CHARSET "UTF-8";

.form-btn {
	width: 400px;
	text-align: center;
}

.detail-item {
	width: 100%;
	height: 25px;
}

.detail-item-title {
	float: left;
	width: 22%;
}

#isUserCenter {
	color: red;
}

.detail-item-val {
	float: left;
	width: 78%;
}

.queryArea {
	float: left;
	width: 80%;
}

.downloadSDK {
	float: right;
	width: 20%;
	font-size: 14px;
}

.c {
	clear: both;
	width: 0px;
	height: 0px;
}

.detail-official,.detail-test,.detail-common {
	width: 100%;
	margin-bottom: 25px;
}

.detail-official-title,.detail-test-title,.detail-param-title {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}

.fitem {
	margin-bottom: 20px;
}

/*@leo*/
.b{
	font-weight:bold;
}
.font-size-14{
	font-size: 14px;
}
.red {
	color: red;
}
.green{
	color: green;
}
.gray{
	color: gray;
}
.light-gray{
	color: #E2E2E2;
}
.fuchsia{
	color: fuchsia;
}
.orange{
	color: #FF3A00;
}
.input,.select{
	width: 129px;
	border: 1px solid #A9A9A9;
}
.input-100,.select-100{
	width: 100%;
}
.search-div {}
.search-div tbody tr td {
	padding: 5px;
}
.modify-content{
	margin: auto;
}
.modify-table {
	padding: 5px;
}
.modify-table tbody tr td {
	padding: 5px;
}
.modify-table tbody tr td input,textarea {
	border: 1px solid #A9A9A9;
}
.modify-textarea {
	width: 100%;
	height: 50px;
}
.modify-bottom-btn{
	margin: 20px auto;
}
.modify-bottom-btn-close{
	float: right;
	margin-top: 20px;
}
.log-table {
	background-color: #A9A9A9;
}
.log-table tbody tr td {
	width:124px;
	padding: 5px;
	background-color: white;
}
/*easyui*/
.icon-xls{background:url(../../js/jquery/themes/icons/xls.png) no-repeat;}
/*qtip*/
.qtip-border{
	border: 2px solid #F1D031;
	/*background-color: #FFFFA3;*/
	padding: 1px 5px;
}