@charset "utf-8";

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

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

#data-outbox
{
	border                           : 8px solid #efefef;
	margin                           : 100px auto 0 auto;
	position                         : relative;
	width                            : 560px;
	background-color                 : #FFF;
}

#login-box
{
	height: 400px;
	margin-left: auto;
	padding: 10px;
	width: 215px;
}

#logo-box
{
	background-image: url("./image/logo_textcube.png");
	background-repeat: no-repeat;
	height: 147px;
	left: 85px;
	position: absolute;
	top: 100px;
	width: 166px;
}

#logo-box img
{
	display: none;
}

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                           : 1px solid #999999;
	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;
}

.login-button
{
	background-color                 : #FFFFFF;
	background-image                 : none !important;
	font-weight                      : bold;
	height                           : 3em;
	line-height                      : 3em;
}

#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("../../../image/icon_login_openid.gif");
	background-repeat: no-repeat;
	padding-left                     : 30px;
	width: 180px;
}

#openid-remember dt
{
	display: none;
}

#openid-remember dd
{
	margin-top: 5px;
	text-align: right;
}

#openid-field-box ul
{
	list-style-type: disc;
	margin-top: 10px;
}

#openid-field-box ul li
{
	line-height: 1.2em;
	list-style-type: disc;
	margin-left: 20px;
}

