.translate_tabs {
	margin: 13px auto 0px 30px;
	width: 326px;
	height: 26px;
}
.tab_wrapper {
	width: 142px;
	height: 20px;
	margin: 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #EFF3E7;
	padding-top: 2px;
	float: left;
	position:relative;
}
.left_tab_active{
	width: 8px;
	height: 26px;
	background: #EFF3E7 url("/images/rounded_left_gray.jpg") left top no-repeat;
	float: left;
	position:relative;
}
.right_tab_active{
	width: 8px;
	height: 26px;
	background: #EFF3E7 url("/images/rounded_right_gray.jpg") left top no-repeat;
	float: left;
	margin-right:5px;
	position:relative;
}
.left_tab_inactive{
	width: 8px;
	height: 24px;
	background: #EFF3E7 url("/images/rounded_left_blue.jpg") left top no-repeat;
	float: left;
}
.right_tab_inactive{
	width: 8px;
	height: 24px;
	background: #EFF3E7 url("/images/rounded_right_blue.jpg") left top no-repeat;
	float: left;
	margin-right:5px;
}
#text_tab {
	background-color: #3D647D;
	border-bottom: 2px solid #000000;
}

.translate_tabs a, .translate_tabs a:active, .translate_tabs a:visited, .translate_tabs a:link, .translate_tabs a:focus {
	color: #fff;
	font-size: .80em;
	text-decoration: none;
	outline: none;
	text-align: center;
	font-weight: bold;
	display: block;
}
.translate_tabs a:hover {
	font-size:.80em;
	outline: none;
	text-align: center;
	display: block;
}
.translate_tabs .active_tab a, .translate_tabs .active_tab a:active, .translate_tabs .active_tab a:visited, .translate_tabs .active_tab a:link, .translate_tabs .active_tab a:focus {
	color: #ff0000;
	font-size: .85em;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	text-align: center;
	display: block;
}
.tab_body {
	margin: -2px 10px 0px 10px;
	border-top: 2px solid #000000;
	width: 	500px;
	height: 1px;
	z-index: -1;
}

.translate_content {
	margin: 20px 0 0 10px;
}
.translate_content h3 {
	color:#5D5C5B;
	font-size: 15px;
	font-weight:bold;
	display: inline;
}
.translate_content a {
	font-size: 8pt;
}
.translate_content #user_guide_link {
	margin-left:200px;
}

.large_text_box {
	width: 475px;
	height: 150px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	resize: none;
	scoll
}
.translate_content .translation_result {
	display: none;
	margin: 10px 0 20px 0;
}


.translate_content .translation_result .translation_result_box{
	width: 475px;
	height: auto;
	min-height: 33px;
	padding: 5px 10px 5px 5px;
	font-size: 0.85em;
	color:#000000;
	background-color: #ffffff;
	border: 1px solid #A7ACA6;
}

.translate_content select
{
	margin-right: 10px;
}

#web_partial {
	display: block;
}
#text_partial {
	display: none;
}
.divider{
	color:#000000;
	font-weight:bold;
}

.translate_content input.btn
{
	width: 70px;
}

.char_limit{
	float: right;
	margin: 0 42px 0 0;
}

.positive {
	color: #5D5C5B;
}
.negative {
	color: #FF0000;
}
.float_left{
	float: left;
}
