@CHARSET "UTF-8";

#loginContainer {
	width: 500px;
	border: 1px solid #cccccc;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	margin-top: 20px;
}

#accountGuidanceList li {
	margin: 10px 20px 20px 20px;
}

#loginTitle {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mailAddress {
	width: 100%;
}
#password {
	width: 100%;
}

#specList ul {
	list-style-type: disc;
	margin-left: 20px;
}

#degeneracy {
	margin: 20px 20px 20px 20px;
	padding: 0px;
	background-color: #F5F5F5;
	border: 1px dotted #666666;
	color: #ff0000;
	font-weight: bold;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#degeneracy #title {
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
#degeneracy #comment {
	color: #ff0000;
	font-weight: normal;
	padding: 10px;
}

#guidanceDescription {
	margin: 10px;
}
#guidanceMemo {
	margin: 10px;
}
#guidanceMemo p.strong {
	color: #ff0000;
	font-weight: bold;
}
#guidanceLoginId {
	margin: 10px;
    clear: both;
}
#guidancePassword {
	margin: 10px;
    clear: both;
}
#accountButtonContainer {
	text-align: center;
	margin: 20px;
}
#accountButtonContainer a {
	margin: 20px;
}
#accountButtonContainer .leftContainer {
	float: left;
	overflow: hidden;
}
#accountButtonContainer .rightContainer {
	overflow: hidden;
}
#accountButtonContainer a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

button#btnClear {
	display: none;
}

p#firstUse {
    color: #ff0000;
    font-weight: bold;
}
.leftContainer p {
	height: 65px;
	line-height: 32px;
}
.leftContainer {
	width: 335px;
}
.rightContainer {
	width: 335px;
}
.rightContainer p {
	height: 65px;
}
#btnCreateAccount {
    width: 240px;
    height: 60px;
    background-color: #FFF338;
}
#btnReissueAccount {
    width: 240px;
    height: 60px;
}
#accountGuidanceContainer {
	margin: 0px;
}
#accountGuidanceContainer a {
	margin: 0px;
}

#loginControlTitle {
	width: 20%;
}
#loginList {
	width: 100%;
}
#loginList .header {
	padding: 0px 10px 0px 10px;
	width: 20%;
	text-align: right;
}

/* subTitle IMG icon's */
div.imgLoginTitle {
	background-image: url(/public/images/title/page_title_login.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	padding: 0px;
}
