@charset "utf-8";
#data-outbox {
	position: relative;
	width: 600px;
	height: 500px;
	margin: 50px auto 0 auto;
	background: transparent url("./image/bg_login.png") scroll no-repeat center 30px;
}
#login-message-box {
	width: 250px;
	height: 100px;	
	position: absolute;	
	left: 50px;
	top: 100px;
}
#login-message-box p {
	margin:0;
	padding:5px 0;
}
#login-box {
	height: 400px;
	margin-left: auto;
	padding: 10px;
	width: 215px;
}
	#logo-box
	{
		position: absolute;
		top: 10px;;
		left: 10px;
		width: 175px;
		height: 90px;
		background-image: url("./image/img_login_logo.png");
		background-repeat: no-repeat;
	}
		#logo-box img
		{
			display: none;
		}
#login-box form {
}
.field-box ul {
	list-style-type: disc;
	margin-top: 10px;
}
.field-box ul li {
	line-height: 1.2em;
	list-style-type: disc;
	margin-left: 20px;
}
dt {
	font-weight: normal !important;
	line-height: 1em !important;
	padding: 10px 0 3px 0;
	position: static !important;
}
	
dd {
	margin-left: 0 !important;
}

dd .input-text {
	border: 2px solid #999999;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	padding: 3px 0 3px 5px;
	width: 208px;
}

hr {
	display: none;
}

#checkbox-line dt {
	display: none;
}

#checkbox-line dd {
	color: #666666;
	margin-top: 5px;
	text-align: right;
}

.button-box {
	margin-top: 10px;
	text-align: right;
}

.input-button
{
	background-color: #fff;
	background-image: url("./image/bg_submenu_item.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-size: 1em;
	height: 2em;
	line-height: 2em;
	padding: 0 5px !important;
	vertical-align: middle;
}

#message-box {
	background-color: #F2F2F2;
	left: 10px;
	margin-top: 10px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 300px;
}

/* open id */

#openid-field-box {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

#openid-line {
	margin: 0;
}

#openid-line .example {
	font-size: 0.85em;
	line-height: 1em;
	margin-top: 5px;
}

#openid_identifier {
	background-color: #fff;
	background-image: url("../../../resources/image/icon_login_openid.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 183px;
}

#openid-remember dt {
	display: none;
}

#openid-remember dd {
	margin-top: 5px;
	text-align: right;
}

#openid-helper
{
	font-size: 0.9em;
	list-style-type: none !important;
	margin: 20px 0 0 0;
	text-align: center;
}

#openid-helper a
{
	color: #aaa;
}

