@charset "UTF-8";

div#newsheadline {
	position: absolute;
	width: 480px;
	height: 150px;
	padding: 0px;
	border: solid 1px #CCC;
	background-color: #EEE;
	box-shadow: 0px 0px 10px #CCC inset;
	border-radius: 5px;
	overflow: auto;
}
div#newsheadline div.dashboard {
	padding: 10px;
}
div#newsheadline div.dashboard h3 {
	font-size: 14px;
}
div#newsheadline div.dashboard dl dt {
	font-size: 14px;
	padding: 5px 5px 0px 5px;
}
div#newsheadline div.dashboard dl dd {
	font-size: 12px;
	padding: 0px 5px 5px 5px;
}

li#li_m_oldlog {
	display: none;
}
a#passwd_reminder,a#registed {
	position: absolute;
	top: 160px;
	color: #666;
	font-weight: bolder;
	font-size: 12px;
}
a#passwd_reminder {
	left: 150px;
}
a#registed {
	left: 90px;
}

input#loginid,input#loginpassword {
	top: 95px;
}
input#loginid {
	width: 140px;
	left: 80px;
}
input#loginpassword {
	left: 300px;
	width: 120px;
}
button#loginbutton {
	top: 130px;
	left: 360px;
	cursor: pointer;
}
div#loginerror {
	top: 130px;
	left: 80px;
	line-height: 1em;
}
.readonly {
	background: none;
	color: #333;
	box-shadow: none;
	border: none;
}
table.status {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 10px;
}
table.status th,table.status td {
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #CCC;
	padding: 5px 7px;
}
table.status thead td {
	background: #EEE;
}
table.status td {
	text-align: right;
}