@charset "UTF-8";

/**************************************

index CSS File

***************************************/
/**************************************
header
***************************************/
#headerBottomWrap_login {
	width: 100%;
	height: 142px;
	border-top: 1px solid #D3CBBC;
	border-bottom: 1px solid #FFF;
}

#headerBottom_login {
	margin: -10px auto;
	width: 965px;
	position: relative;
}

.school_name_logo {
	width: 445px;
	height: 155px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline;
	z-index: 1;
}

.school_name_sub {
	width: 410px;
	height: 110px;
	position: relative;
	top: 25px;
	left: 17px;
	text-align: center;
	font-size: 12pt;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	z-index: 2;
}

.school_name_main {
	font-size: 28pt;
	font-weight: bold;
}

.school_name_image {
	height: 110px;
	width: 410px;
}

#headerRight {
	float: right;
}

#headerRight select {
	font-size: 9pt;
}

.alignCenter {
	text-align: center !important;
}

/**************************************
container
***************************************/
#container {
	padding: 60px 0 0;
	margin: 0 auto;
	width: 390px;
}

#containerWrap {
	background: #FAF7F3;
	border-top: 1px solid #D3CBBC;
	border-bottom: #D3CBBC solid 1px;
}

#containerBg {
	height: 450px;
	border-top: 1px solid #FFFFFF;
	background: #F2EFEC;
	border-bottom: #FFF solid 1px;
}