@charset "utf-8";
/* CSS Document */

#res_body_background{
	margin: 0 auto;
	width: 938px;
	/*height:416px;*/
	background-image:url(../images/bgs/res_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom:0px;
	}

input, textarea{
	width:200px;
	background:#FFFFFF;
	border: #666 1px solid;
	}
.input_text {
	width:65px;
	margin-left:5px;
	height:20px;
	font-size: /*0.9em;*/ 10px;
	}
	
.forms_download{    
	line-height: 2.5em;
}
.content_title{
	font-size:/*1.3em;*/14px;
	font-weight:bold;
	color:#822424;
}
.content{
	padding-top:10px;
}
.bullet{
	margin-right:20px;
}
.form_desc{
	width:520px;
	height:19px;
	clear:both;
	padding-bottom:15px;
}
.btn_download{
	background-image:url(../images/btn_download.png);
	background-repeat:no-repeat;
	width: 78px;
	height: 19px;
}
.flc_logout {
	font-weight:bold;
	text-align:right;
}
.td_ht{
	padding-bottom:5px;
	padding-top:5px;
	}
/*********************/
a.res_link:link{
	color:#666;
	text-decoration:none;
}
a.res_link:visited{
	color:#333;
	text-decoration:none;
}
a.res_link:hover{
	color:#999;
	text-decoration:underline;
}
a.res_link:active{
	color:#ba443d;
	text-decoration:underline;
}/*********************/
a.logout_link:link{
	color:#822424;
	text-decoration:none;
}
a.logout_link:visited{
	color:#a42d2d;
	text-decoration:none;
}
a.logout_link:hover{
	color:#5c1919;
	text-decoration:underline;
}
a.logout_link:active{
	color:#5c1919;
	text-decoration:underline;
}