@charset "utf-8";

body{
	margin-top:0px;
	background-color:#e5f5f9;
}

#container{
	width:750px;
	overflow:hidden;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#ffffff;
	background-position:center;
	
}

#header{
	width:100%;
	height:20px;
	text-align:left;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:39px;
	overflow: hidden;
	background-color:#ffffff;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#contents{
	width:700px;
	margin-left:0px;
	float:right;
	padding:10px;
	background-position:center;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
	min-height:400px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#footer{
	width:100%;
	height:50px;
	float : left;
	font-size:12px;
	text-align:center;
	color:#777777;
	background-color:#ffffff;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#headerline{
	width:100%;
	height:4px;
	background-color:#35b2d5;
	overflow:hidden;
}

#titlebox{
	color:#fff;
	text-shadow: 1px 1px 1px #ddd;
	display: block;
	width: 550px;
	border:2px solid #35b2d5;
	background-color:#35b2d5;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	line-height:1.7em;
	padding:10px 15px 10px 15px;
	margin:15px auto 15px auto;
}
#titlebox span{
	margin-right: 1.4em;
}

#loginbox{
	display:block;
	width:400px;
	font-weight:bold;
	text-align:center;
	margin:5px auto 0px auto;
}

#loginform table{
	width:100%;
	border-collapse:collapse;
}

#loginform th{
	font-size: 1.2em;
	font-weight: normal;
	color:#444;
	text-shadow: 0 1px 1px #aaa;
	width:100px;
	padding:10px 0px 10px 15px;
	text-align:left;
	/*background-color:#5577ee;*/
	/*border: 1px solid #3322aa;*/
}

#loginform td{
	text-align:center;
	width:210px;
	padding:5px 10px 5px 10px;
	/*border: 1px solid #3322aa;*/
}


#LoginBtn{
	color:#fff;
	font-size:1.4em;
	letter-spacing: 3px;
	width:300px;
	height:50px;
	margin-top:15px;
	background: linear-gradient(to bottom, #35b2d5, #2b91ac);
	
	border: solid 1px #35b2d5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 5px 5px 5px #dddddd;
	-webkit-box-shadow: 5px 5px 5px #dddddd;
	-moz-box-shadow: 5px 5px 5px #dddddd;
}
#LoginBtn:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#errmsg{
	color:#f02e8e;
	text-shadow: 2px 1px 1px #ddd;
	text-align:center;
	margin-top:100px;
}

#BackLnk{
	text-align:center;
	
}
#BackLnk a{
	color:#fff;
	font-size:1.9em;
	text-align:center;
	width: 200px;
	padding:5px;
	margin-top:90px;
	margin-bottom:100px;
	
	display: inline-block;
	background: linear-gradient(to bottom, #35b2d5, #2b91ac);
	
	border: solid 1px #35b2d5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
}
#BackLnk a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.subline {
	display:none;
	width:680px;
	height:2px;
	background-color:#0099ff;
	overflow:hidden;
}

.logintxt{
	font-size:1.2em;
	width:200px;
	height:30px;
	ime-mode:inactive;
}

