@charset "UTF-8";
/* ********************************
* Site Name	:	Bar Green ADMIN
* Style Name:	login.css
* Version	:	0.01
* Auther	: N.akasaka 
******************************** */
body{
	background:url(../imgs/login_back.png);
}
p,dt{
	font-family:"メイリオ",Meiryo, Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px ;
}
body#login form fieldset{ 
	width:302px; 
	height:202px;
	position:absolute; 
	top:20%; 
	left:36%;
	border:none;
	background:url(../imgs/top_adminuser.png) no-repeat left top;
}
legend{
	display:none;
}
dl{
	width:250px;
	margin:auto;
    zoom: 100%;
}
dl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
dl dt{
	clear:both;
	float:left;
	margin:5px 10px 5px 0px;
	width:75px;
}
dl dd{
	float:left;
	margin:5px 0px;
	width:150px;
}
dl dd input{
	width:150px;
}
p.button{
	text-align:center;
	margin:10px auto 0 auto;
}
p.button a{
	text-decoration:none;
	cursor:default;
}
p.button input{
	background:url(../imgs/buttons.png) no-repeat left;
	width:150px;
	height:24px;
	margin:0px 10px;
	text-align:center;
	line-height:24px;
	color:#333333;
	border:none;
}
p.button  input:active{
	background:url(../imgs/buttons.png) no-repeat right;
	outline:none;
}

.error {
	color:#FF0000;
	margin:5px;
	margin-top:60px;
	text-align:center;
}