@charset "utf-8";


/* -------------------------------------------------- Header */

div#header { 
	background: url(/knowledgesuite/common/images/header_bg.gif) repeat-x;
	text-align: center;
	width: 100%;
	height: 58px;
}



div#header h1,
div#header p.Logo {
	float: left;
	width: 161px;
	height: 0px;
	margin: 17px 0 0 0px;
	line-height: 0;
	font-size: 0;
	padding: 0;
}

div#loginContent {
	width: 527px;
	margin: 30px auto 0;
}

/* -------------------------------------------------- Login layout */
div.loginArea {
	background: url(/knowledgesuite/images/login_area_middle.gif) left center repeat-y;
	
}
div.loginHeader {
	background: url(/knowledgesuite/images/login_area_head.gif) left top no-repeat;
}

div.loginBottom {
	background: url(/knowledgesuite/images/login_area_bottom.gif) left bottom no-repeat;
}

div.errorArea {
	padding-top: 20px;
}

p.loginError {
	text-align: right;
	color: #ff0000;
	padding-right: 20px;
	/*display: none;*/
}
	p.loginError img {
		vertical-align: middle;
		margin-right: 5px;
	}
	
p.loginError a,
p.loginError a:link,
p.loginError a:active,
p.loginError a:visited,
p.loginError a:hover {
	color: #ff0000!important;
}

p.loginError{
	clear:both;
}


div.inputArea {
	background: url(/knowledgesuite/images/login_textarea.gif) left top no-repeat;
	font-size: 16px;
	margin: 5px auto 0px;
	height: 34px;
	width: 487px;
}

div.passBox {
	margin-top: 20px;
}

div.inputArea p{
	width: 100px;
	height: 29px;
	padding-top: 5px;
	_height: 34px;
	float: left;
	font-weight: bold;
}

div.inputArea input { 
	background: none;
	width: 370px;
	float: right;
	height: 24px;
	font-size: 16px;
	border: none;
	padding-left: 5px;
	padding-top: 8px;
	ime-mode: disabled;
}

div.keepPass {
	float: left;
	text-align: left;
	width: 130px;
	padding-left: 133px;
	margin: 5px 0 20px 0;
}

div.keepPass input {
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0;
}

div.forgetPass {
	text-align: left;
	float: right;
	width: 160px;
	margin-top: 5px;
}

input.submit {
	width: 160px;
	height: 46px;
	margin: 0 auto 30px auto;
}

div.berrySign {
	height: 100px;
}

p.caseNotLogin {
	padding-left: 20px;
	width: 320px;
	float: left;
}
	p.caseNotLogin {
		margin-top: 35px
	}

p.berry {
	text-align: right;
	padding: 10px 30px 0 0;
	width: 100px;
	float: right;
}



/* --------------------------------------------------  */

dl.loginAttention {
	background-color:#eee;
	padding: 10px 20px;
	margin: 10px 0;
}

ul.loginAttention  {
	margin: 20px 10px;
}

ul.loginAttention li,
dl.loginAttention dd {
	margin-bottom: 10px;
}

dl.deltaList01 dt {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

ul.deltaList01 li,
dl.deltaList01 dd {
	padding-left: 10px;
	background: url(/knowledgesuite/common/images/icon_delta_link.gif) no-repeat 5px left;
	text-align: left;
	
}


