body {
	font-size:10px;
	font-family:verdana,arial,sans-serif;
}
h1 {
	display:none;;
}
ul li {
	list-style: disc inside;
	text-indent:1em;
}

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}


/* Header Column */
#upper0 {
	height:173px;
	width:450px;
	letter-spacing:0.1em;
	background: url('../img/login_upper_bg.gif') no-repeat;
}

#upper0_border_bottom {
	height:1px;
	width:450px;
	background: url('../img/login_upper_bg_border_bottom.gif') no-repeat;
}

#upper1_border_bottom {
	height:1px;
	width:450px;
	background: url('../img/signin_bg_border_bottom.gif') no-repeat;
}


.td_title {
	width:110px;
	text-align:right;
}

#lower_border_top {
	margin-top:12px;
	height:1px;
	width:450px;
	background: url('../img/login_lower_bg_border_top.gif') no-repeat;
}
#lower {
	height:340px;
	width:450px;
	background: url('../img/login_lower_bg.png') no-repeat bottom right;
	line-height:200%;
	color:#2b3869;
	padding:10px 0;
	letter-spacing:0.1em;
}
#news_block {
	margin-left: 20px;
	padding:10px 0;
	width: 430px;
	height:270px;
	overflow-y:scroll;
}
#lower_news_header {
	color:#ce045b;
	font-weight:bold;
	font-size:12px;
	margin:0 20px;
}
#lower_news_date {
	color:#8c94b2;
	font-family: 'century gothic',verdana, sans-serif;
	font-weight:bold;
}
#lower_news_title {
	color:#2b3869;
	font-weight:bold;
}
.hr {
	width:410px;
	border-bottom:1px solid #e1e4ef;
	margin:12px 0;
}
#lower_hw0,#lower_hw1,#lower_error_message {
	height:358px;
	width:448px;
	border: 1px solid #ff9243;
	background: #fffdf5 ;
	line-height:200%;
	color:#2b3869;
}
#login_error {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:2em;
}
#recommended_env,#releasenote {
	margin:20px 20px;
}

.u {
	text-decoration:underline;
}
#close {
	float:right;
	cursor:pointer;
}
#login_block,#signin_block,.link_block {
	margin-left:60px;
}

.h_printlogo {
	visibility:hidden;
}
/* sign in */
#signin_title {
	color:#3b50a0;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	margin:10px 0 0 100px;
}
.raquo {
	color:#3b50a0;
	font-weight:bold;
	font-size:12px;
}
#link2signin {
	color:#3b50a0;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

.link_loginpage {
	color:#3b50a0;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

#upper1 {
	height:546px;
	width:450px;
	letter-spacing:0.1em;
	background: url('../img/login_upper_bg.png') no-repeat;
}




/* Footer */
#login_footer,#signin_footer {
	text-align:right;
	margin:0; 
	padding:0 0; 
	height:20px;
	z-index:8;
	line-height:18px;
	color:#c5c4bc;
}

.f_recommendation_hil,.f_releasenote_hil {
	color: #5d6892;
	background:#fffdf5;
	border:1px solid #ff9243;
	border-top-width:0;
	position:relative;
	top:0px;
	padding:3px ;
	cursor:pointer;
}

.input_text {
	width:180px;
	font-size:12px;
}

/* footer */

#login_footer a:link,#signin_footer a:link {
	color:#c5c4bc;
	text-decoration:none;
}
#login_footer a:visited,#signin_footer a:visited {
	color:#c5c4bc;
	text-decoration:none;
}
#login_footer a:hover,#signin_footer a:hover {
	color:#eb9bbd;
	text-decoration:underline;
}



/*  error messages */

.signin_error { 
	background-color: #fffdf5;
	width: 210px; 
	padding: 10px; 3px;
	border:1px solid #ff9243;
	font:normal 10px Verdana;
	color: #3b50a1;
	line-height:18px;
	z-index:100;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.signin_error input {
	padding:3px 10px;;
	margin:10px 0;
}
#signin_error_0 { /* userid unavailable */
	position:absolute;
	top:240px;
	left:570px;
}

#signin_error_1 { /* password unmatch */
	position:absolute;
	top:320px;
	left:570px;
}

#signin_error_2 { /* email invalid */
	position:absolute;
	top:370px;
	left:570px;
}

