.title {
    font: bold 180% "メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
    vertical-align: middle;
    white-space: nowrap
}
.text {
	font: 100%/150% "ＭＳ Ｐゴシック",Osaka,sans-serif
}

.errortext {
	font: 100%/150% "ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #CC3333
}

.disabletext {
	font: 100%/150% "ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #999999
}

.loginmessage {
	text-align: center;
	height: 2em
}

.loginuserid {
	text-align: left;
	height: 2em
}

.loginpassword {
	text-align: left;
	height: 2em
}

.loginbutton {
	text-align: center;
	height: 2em
}

.copyright {
	font: 75%/150% "ＭＳ Ｐゴシック",Osaka,sans-serif;
	white-space: nowrap
}

.copyrightalign {
	text-align: center;
	height: 2em
}

.login_form {
    margin: 15px 0 30px 0;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #333;

}
.login_info {
    width:305px;
    margin:15px 10px 5px 20px;
}

.input_login {
    height:30px;
    width: 210px;
    display:block;
    margin-bottom:10px;
}

#language{
	width: 600px;
	height: 25px;
	position: absolute;
	left: 50%;
    top:50%;
	margin-top: -225px;
    margin-left: -300px;
	}
	
#panel {
    width:600px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -200px;
    margin-left: -300px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow:0px 2px 5px rgba(000,000,000,0.7);
    -webkit-box-shadow:0px 2px 5px rgba(000,000,000,0.7);
    background: #fff;
	border-bottom: 10px solid #009dcf;

}


#login_header {
    width: 100%;
    height: 75px;
	 color: #666;
    background-color: #ffffff;
  /*   background-image: url(../../img/logo.png); */
	 background-position: 20px 0; 
    background-repeat:no-repeat;
    border-bottom:3px solid #009dcf;
    text-align: center;
}
#login_header img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:5px;
}

#login_error {
    width:220px;
    height:45px;
}

#idButtonLogin{
    width:210px;

}
