@charset "utf-8";
/* CSS Document */
/*====================== common ======================*/

div#login {
  width:658px;
		background:url(/img/home/mid.gif) repeat-y scroll;
		/*margin:100px auto;*/
		position:absolute;
		top:30%;
		left:50%;
		margin-left:-329px;
		}
div#login span.inh {
  width:658px;
		height:18px;
		display:block;
		background:url(/img/home/top.gif) no-repeat scroll;
		}
div#login span.inf {
  width:658px;
		height:18px;
		display:block;
		background:url(/img/home/btm.gif) no-repeat scroll;
		}
div#login h1 {
  padding:30px 0 30px 35px;
		}
div#login dl {
  width:310px;
		margin:0 auto;
		}
		div#login dl dt {
		  width:100px;
				text-align:right;
				float:left;
				height:25px;
				}
		div#login dl dd {
		  width:190px;
				float:left;
				padding-left:10px;
				height:25px;
				}
.inp{
  width:150px;
		vertical-align:baseline;
		}

div#login p {
   text-align:center;
			padding:30px 0 30px 0;
			clear:both;
			}




