@charset "utf-8";
/*-------------------------------------------------
  LA PISTA Stylesheet
  * Login *
-------------------------------------------------*/
.loginVisual {
	background:#141414 url(/images/login/bg_pagevisual.jpg) no-repeat 0 0;
	min-height:393px;
	width:800px;
	margin:0 auto;
}
.loginVisual .pictureFrame {
	width:305px;
	margin:0 auto;
	padding:138px 0 81px 0;
}
.pictureFrame h3.loginTitle {
	text-align:center;
	margin:0 0 8px 0;
}

.pictureFrame dl {
	width:254px;
	margin:0 auto;
}
.pictureFrame dl dt {
	float:left;
	width:74px;
	line-height:0;
}
.pictureFrame dl dd {
	float:left;
	width:180px;
	line-height:0;
	margin:0 0 7px 0;
}
.pictureFrame dl dd input {
	background:#000000;
	width:164px;
	border:0;
	padding:3px 0 3px 3px;
	color:#ffffff;
}

.pictureFrame p.text2 {
	text-align:center;
	color:#ffffff;
}

.pictureFrame p.text {
	text-align:center;
	margin:10px 0 13px 0;
}
.pictureFrame p.loginBtn {
	text-align:center;
}


.pictureFrame dl:after,
.clearfix:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pictureFrame dl,
.clearfix {
	min-height: 1px;
	
	_overflow:visible;
	_height:1px;
	zoom:1;/*for IE 5.5-7*/
	/*dis
	play:inline-block;*/
}

* html .pictureFrame dl,
* html .clearfix { /*for IE -6*/
  height: 1px;
  
  /*for IE4,5*/
  /*¥*//*/ 
  height: auto;
  overflow: hidden;
  /**/
}
.error_text{
	text-align:center;
	margin:5px auto;
	color:#FF0000;
}
