
table {
	width: 90%;
	margin: 0 auto;
	
}

table td {
	padding: 8px;
}

table td h5 {
	font-weight: bold;
}

table td h4 {
	font-weight: bold;
}

table td .input-width-550 {
	width:550px;
}

table td .input-width-200 {
	width: 200px;
}

.required-field {
		color: #ff0000;
}

.left {
	float:left;
}
.width-100 {
	width:100px;
}


.sfwl_tag_box {
	height: 34px;
	line-height: 25px;
	padding: 4px;
	border: 1px solid #aaa;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	width: auto;
	float: left;
	color: #000;
	margin-right: 5px;
	text-shadow: 0 -1px 1px #fff;
	cursor: pointer; 
}

.sfwl_tag_box a {
	display: block;
	text-decoration: none;
}

.sfwl_tag_box a:hover {
	text-decoration: none;
	color: #EE9309;
}

.sfwl_tag_box_ck {
	background: #EE9309;
	text-decoration: none;
	color:#fff; 
}
