/*index page style*/

html, body, .wraper_table {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

html {
	overflow: auto;
}

.wraper_table td {
	padding: 20px 0;
}

.header {
	height: 171px;
}

.content {
	background-image: url('../images/index_content_bc.png');
	height: 260px;
	margin-bottom: 90px;
}

* html .content {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/index_content_bc.png', sizingMethod='scale');
}

.content a {
	position: relative;
}

.left_side_content {
	width: 490px;
	height: 260px;
	padding: 0 20px 0 60px;
	float: left;
	position: relative;
}

.right_side_content {
	float: right;
	width: 250px;
	height: 260px;
	padding-left: 60px;
	position: relative;
}

h2.content_title a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
	overflow: hidden;
}

h2.corporate_title {
	width: 174px;
	height: 40px;
	margin-top: 27px;
	left: -20px;
	position: relative;
	background-image: url('../images/en_corporate_title.png');
}

h2.faceboard_title {
	margin-top: 21px;
	left: -26px;
	position: relative;
	width: 236px;
	height: 36px;
	background-image: url('../images/en_faceboard_title.png');
}

h3.news_title {
	font: bold 12px verdana, sans-serif;
	margin: 20px 0 7px 0;
}

h3.news_title, h3.news_title * {
	color: #ED1C24;
}

* html h2.corporate_title {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/en_corporate_title.png', sizingMethod='crop');
}

* html h2.faceboard_title {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/en_faceboard_title.png', sizingMethod='crop');
}

.short_news {
	color: white;
	line-height: 18px;
	height: 55px;
	padding-right: 41px;
	overflow: hidden;
}

.short_news strong, .short_news b {
	font: bold 13px arial, sans-serif;
}

p.bottom {
	position: absolute;
	bottom: 10px;
}

p.bottom.right {
	right: 20px;
}

p.bottom ,p.bottom * {
	font-size: 10px;
	color: #808080;
}

.right_side_content p.bottom {
	width: 185px;
	text-align: center;
}

.login_form {
	margin: 63px 0 0 0;
	font-size: 10px;
	color: white;
}

.login_form input {
	background: #5B5349;
}

.login_form .blue_link {
	font-weight: bold;
}

.login_form label.checkbox {
	background: #5B5349;
}

.login_form label.checkbox.ch_checked {
	background: url('../images/checkbox_checked_index.gif');
}

* html .login_form * {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='')!important;
}

.login_user_panel {
	margin: 33px 0 0 -28px;
}
/*end index page style*/