@charset "utf-8";
/* CSS Document */
#login_container{
margin:0px auto 0;
width:596px;
height:300px;
}
#login_container{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
border:1px solid #CCCCCC;
margin-bottom:10px;
}
h2.ttlForm p {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/ttlLogo_login.png) no-repeat scroll;
background-position:10px 10px;
display:block;
height:50px;
overflow:hidden;
}
h2.ttlForm {
font-size:100%;
text-decoration:none;
text-indent:-9000px;
}
#corpBox{
	float:left;
	width:291px;
	height:120px;
}
#userBox{
	float:right;
	width:291px;
	height:120px;/*87+123*/
}
#corp{
	margin:20px 0 0 54px;
	width:237px;
	height:123px;
	background:transparent url(../images/bg_formLogin.png) no-repeat scroll;
}
#user{
	margin:20px 54px 0 0;
	width:237px;
	height:123px;
background:transparent url(../images/bg_formLogin.png) no-repeat scroll;
}
.input_area{
	padding:28px 12px;
/* 	background-color:#FFF; */
}
.input_item{
	margin:0 0 12px;
/* 	background-color:#00C; */
	overflow: auto;

}
*html .input_item{/*for IE6hack*/
padding-bottom:12px;
margin-bottom:25px;
}

#corp label,
#user label{
	float:left;
	width:90px;
	text-align:right;
	/* background-color:#6F6; */
}
#corp input.text,
#user input.text{
	float:right;
	width:111px;
/* 	padding:3px 2px; */
	line-height:108%;/*for IE*/
}
	
	

input.text/* , input.search, textarea.textarea */ {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(../images/fieldbg.gif) repeat-x scroll center top;
border-color:#7C7C7C #C3C3C3 #DDDDDD;
border-style:solid;
border-width:1px;
font-size:108%;
margin:0;
padding:3px 2px;
height:14px;
}
#btnBox{
	clear:both;
	text-align:center;
	padding:40px 0 60px;
/* 	border:#F00 1px solid;
 */}

IFRAME{
	border:#666 1px solid;
	margin-top:10px;
	margin-bottom:5px;
}
p#passwordForgot{
	text-align:right;
	margin-top:25px;
	margin-right:55px;
	font-weight:bold;
	text-decoration: underline;
}


/*
login_Info
**************************************************************************/
body#login_Info {
	text-align:left;
}
#login_Info h1{
	color:#0084bf;/*selectColor_4*//*mainColor*/
	background-color:#daeff7;/*selectColor_5*//*veryPaleColor*/
	padding:9px 0 6px 25px;
	font-size:110%;
}
#login_Info h2{
	color: #666;
	font-size:100%;
	font-weight:bold;
	border:none;
	border-bottom:none;
	border-left-color:#daeff7;/*selectColor_5*//*veryPaleColor*/
	border-left-width:16px;
	border-left-style:solid;
	padding:0 0 0 5px;
/* 	background-color:#CF9; */
	margin:8px 0 0 9px;
	line-height:16px;
}
#login_Info h3{
	color:#0084bf;/*selectColor_4*//*mainColor*/
	font-size:100%;
	font-weight:bold;
	padding:0 23px 0 28px;
}
#login_Info p{
	padding:0 23px 6px 28px;
	line-height:1.4;
}

	