@charset "UTF-8";
/* CSS Document */
html, body {height: 100%;} 
body{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	min-height:420px;
}

#login{
	height: 420px;
	width: 340px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	padding-top: 20px;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.4);
	margin-top: -210px;
	margin-left: -170px;
}
#login h1{
	margin: 10px 0px 10px;
}
#login dl{
	margin: auto;
	width: 130px;
	padding: 0px;
	}
#login dl dt{
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}
#login dl dd{
	margin: 0px 0px 20px;
	padding: 0px;
}
#login dl dt.member{
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #80B4A1;
}
#login dl dt.student{
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #80B4A1;
}
#login dl dd a{
	font-size: 13px;
	line-height: 36px;
	color: #FFF;
	text-align: center;
	display: block;
	height: 36px;
	width: 85px;
	text-decoration: none;
	margin: auto;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#login dl dd.member a{
	background-color: #80B4A1;
}
#login dl dd.student a{
	background-color: #80B4A1;
}
#login dl dd.member a:hover{
	background-color: #598775;
}
#login dl dd.student a:hover{
	background-color: #598775;
}