.sw_area {
	width: 1000px;
	height: 280px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
	background-color: #FFF;
	color: #32373C;
	outline: 0px none;
	transition: border-color 0.05s ease-in-out 0s;
}

.submit_btn {
	background: #00A0D2 none repeat scroll 0% 0%;
	border: 1px solid #0073AA;
	box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15);
	color: #FFF;
	text-decoration: none;
	height: 30px;
	line-height: 28px;
	padding: 0px 12px 2px;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 20px;
}

.submit_btn:hover {
	border-color: #0E3950;
	box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.6) inset, 0px 0px 0px 1px #5B9DD9, 0px 0px 2px 1px rgba(30, 140, 190, 0.8);
}

.box_suc {
	background: #4EAA14;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.st_row {
	padding: 5px 0;
}

.st_row label {
	width: 100px;
	display: inline-block;
}

.st_row select {
	width: 250px;
}

.pa_custom_tabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 9px 15px 0 0;
	margin-bottom: 15px;
}

.pa_custom_tabs a {
    background: #e4e4e4;
    border: 1px solid #ccc;
    color: #555;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0.5em;
    padding: 5px 10px;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	bottom: -1px;
}

.pa_custom_tabs a:hover,
.pa_custom_tabs a:active,
.pa_custom_tabs a.btn_links_active {
	background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #f1f1f1;
    color: #000;
}

.st_row {
	padding: 5px 0;
}

.st_row label {
	width: 100px;
	display: inline-block;
}

.st_row select {
	width: 250px;
}


.st_row input {
	width: 250px;
}

#choose_type {
	display: none;
}

.match td {
	background: #61df34 !important;
}


.promote-author-tools_page_stopwords_pro #templateside, .promote-author-tools_page_stopwords_pro .misc-pub-filename, .pre, .promote-author-tools_page_stopwords_pro .widefat * {
	max-width: 440px;
} 

.promote-author-tools_page_stopwords_pro .widefat tr td:last-of-type,
.promote-author-tools_page_stopwords_pro .widefat tr th:last-of-type  {
	padding-right: 20px;
	text-align: right;
}

.promote-author-tools_page_stopwords_pro div #wpbody-content {
	width: 99%;
} 


.new_tag_label {
	display: inline-block;
	border: 1px solid #dedede;
	padding: 5px 10px;
	background: #fff;
	margin: 3px;
}

.new_tag_label a{
	color: #000;
}


