@charset "utf-8";

/* Login *****************************************************************************************/

body
{
	background-color                 : #FFFFFF;
	background-image                 : url("./image/bg_login.png");
	background-position              : left top;
	background-repeat                : repeat-x;
}

#data-outbox
{
	
	margin                           : 150px auto 0 auto;
	position                         : relative;
	width                            : 520px;
}

#logo-box
{
	left                             : 0;
	position                         : absolute;
	top                              : 70px;
}

#field-box
{
	background-image                 : url("./image/bg_login_border.png");
	background-position              : left top;
	background-repeat                : no-repeat;
	height                           : 190px;
	margin-left                      : 250px;
}

dl
{
	margin-left                      : 90px;
}

dt
{
	font-weight                      : normal !important;
	line-height                      : 1em !important;
	padding-top                      : 15px;
	position                         : static !important;
}
	
dd
{
	margin-left                      : 0 !important;
}

dd .input-text
{
	border                           : 1px solid #999999;
	font-family                      : "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size                        : 1.3em;
	padding                          : 3px 0 3px 5px;
	width                            : 208px;
}

#checkbox-line dt
{
	display                          : none;
}

#checkbox-line dd
{
	color                            : #666666;
	margin-top                       : 25px;
}

.login-button
{
	background-color                 : #FFFFFF;
	background-image                 : none !important;
	display                          : block;
	font-weight                      : bold;
	height                           : 3em;
	line-height                      : 3em;
	position                         : absolute;
	right                            : -25px;
	top                              : 153px;
	width                            : 74px;
}

#message-box
{
	background-color                 : #F2F2F2;
	margin-top                       : 10px;
	padding                          : 5px;
	text-align                       : center;
}