/*
==================================================================
Usersコントローラ loginメソッド用CSS
==================================================================
*/

body{
	background: url("../admin/image/wrapper_bg.jpg") repeat;
}

#Header{
	display:none;
}

#Panel,#Contents{
	margin:0px;
	padding:0px;
	background:none;
	border:none;
	width:100%;
}


/* ログインフォーム */

#LoginDiv{
	width:525px;
	margin:auto;
	position:absolute;
	top:40%;
	left:50%;
	margin-top:-180px;
	margin-left:-272px;
	text-align:left;
}

#LoginDiv .logo{
	width:445px;
	height:36px;
	position:relative;
	margin-bottom:10px;
}

#LoginDiv .cs{
	background: url("./image/cs_logo.png") no-repeat;
}

#LoginDiv .cs_plus{
	background: url("./image/cs_plus_logo.png") no-repeat;
}

#LoginDiv .cs_lite{
	background: url("./image/cs_lite_logo.png") no-repeat;
}

#LoginDiv .LoginBg{
	background: url("./image/login_form_bg.jpg") no-repeat;
	height:250px;
	width:520px;
	position:relative;
}
#LoginDiv .LoginBottom{
	margin-top:5px;
	background: url("./image/login_form_bottom.jpg") no-repeat;
	height:28px;
	width:520px;
	position:relative;
}


#LoginDiv .LoginBg .msg{
	position:absolute;
	padding:0px;
	left:20px;
	top:15px;
	font-weight:bold;
	font-size:14px;
	color:#F00;
}


#LoginDiv .LoginBg input{
	display:block;
	position:absolute;
	padding:0px;
	left:195px;
	border:solid 1px #C1C4C6;
	font-size:18px;
}

#LoginDiv .LoginBg .username{
	width:235px;
	height:25px;
	line-height:25px;
	top:77px;
}

#LoginDiv .LoginBg .password{
	width:235px;
	height:25px;
	line-height:25px;
	top:135px;
}

#LoginDiv .LoginBg .submit{
	display:block;
	background: url("./image/login_button.jpg") no-repeat;
	width:145px;
	height:36px;
	top:187px;
	left:190px;
	cursor:pointer;
	border:none
}


#LoginDiv .text{
	margin-top:10px;
	color:#fff;
	font-size:10px;
}

#LoginDiv .text a{
	color:#00B2FF;
}


.ScreenSwitch{
	background	: #F0F0F0;
	text-align	: center;
	padding		: 5px 0px;
	margin-top	: 15px;
	border		: solid 1px #707070;
}