h1 {
	margin-top: 16px;
	margin-left:0;
	margin-bottom:0.6em;
	padding-bottom:6px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.6em;
	color: #333;
	border-bottom: 2px dotted #c0c0c0;
	clear: both;
}

.tip {
	padding: 10px; font-size: 14px; color:rgba(255, 255, 255, 0.6);
}

.item {
	padding: 12px;
}
.item label {
	width: 100px; display: inline-block; font-size: 16px;
}
.item label.ta {
	width: 350px; display: inline-block;
}


.input {
	width: 560px;
	background-color:#fff;
	margin: 0px 2px !important;
	padding: 5px;
	font-size: 16px;
	color:#333;
	border:0px;
	border-bottom:1px solid #aaa;
}

.input:hover {
	background-color:#f0f0f0;
}

.input:focus {
	background-color:#fff;
}


.button1 {
	border: none;
	background: #36ce77;
	color: #fff;
	padding: 0.8em;
	display: block;
	width: 200px;
	cursor: pointer;
	margin: 12px 0;
	font-size: 1.1em;
	text-align:center;
}
.button1:hover {
	background: #258ecd;
}

.button1.active {
	background: #0d77b6;
}

.button1.disabled {
	background: #aaa;
	pointer-events: none;
}

select {
	margin: 0px 2px !important; width: 150px; height: 24px; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; font-size: 14px; 
}





ul.parsley-error-list {
	margin: 2px; padding: 5px 0px; font-size: 12px; color: #aa0000; list-style-type: none;
}
ul.parsley-error-list li {
	line-height: 12px;
}


.tabbar {
	display:block;
	padding: 0;
}

.tabbar ul {
	display: inline-block; 
	margin: 0;
	padding:0;
}

.tabbar ul li.normal{
	display: inline-block;
	width:96px;
	height:26px;
	margin:8px 8px 0 8px;
	background: rgba(0,0,0,.4);
	color:rgba(255,255,255,.7);
	line-height:26px;
	text-align:center;
}

.tabbar ul li.normal:hover {
	background: rgba(0,0,0,.8);
	color:#fff;
	cursor:pointer;
}

.tabbar ul li.selected{
	display: inline-block;
	width:96px;
	height:26px;
	margin:8px 8px 0 8px;
	line-height:26px;
	text-align:center;
	background: rgba(255,0,0,.6);
	color:#fff;
	cursor:pointer;
}

