html {
  background: url("../img/bg.png") repeat scroll 0 0 transparent;
}
#contents h1 {
  margin: 10px 0 0 0;
  padding:0;
  border: none;
  text-align: center;
}
#contents #login{ margin:40px auto; }
#contents #login h2{
  margin-bottom:1.5em;
  font-size: 138.5%;
  font-weight: normal;
  border: none;
  background: transparent;
}
#contents #login h2 img{vertical-align: middle; margin-right: 8px;}
#contents #login h2 span{
  vertical-align: bottom;
  background: none;
  display: inline;
}
#login p.must{ font-weight:bold; margin-bottom:10px;}

#login form{ display:inline;}
#login table { width:100%; margin-bottom:15px;}
#login table th, #login table td { padding: 5px; font-size:93%; word-wrap: break-word; display: table-cell; vertical-align: inherit;}
#login table th { font-weight: normal; text-align: right; width: 30%;}
#login table td { text-align:left;}
#login table td input.TextInput { background: #FAFFBD; border: 1px solid #BDC7D8; height: 20px; width: 250px; padding: 0.1em;line-height: 1;vertical-align: middle;}
#login table td span.InputGuide { display: block; color: #0b559b; font-size: 88%;}
#login input.Btn-orange {padding: 5px 20px;}
.centerBox {
	width:540px;
	text-align:center;
	padding:20px 0;
	margin:0 auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top,#FFF,#F6F6F6);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF),color-stop(1,#F6F6F6));
	background: -o-linear-gradient(top, #FFF, #F6F6F6);
}
.form-input-text, .form-textarea {
	background: #F6F6F6;
	color: #666;
	font-size: 93%;
	padding: 3px 5px;
	border: 1px solid #B9B9B9;
	border-top-color: #A4A4A4;
	-moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
	-ms-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
	-webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
	box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#login a.Remain {
    background: url("../img/wrench.png") no-repeat scroll left center transparent;
    padding-left: 20px;
}
div#login a.Man {
    background: url("../img/pdf_small.gif") no-repeat scroll left center transparent;
    padding-left: 20px;
}
div#login a {
    display: inline-block;
    line-height: 2;
}
div#login table {
  margin-left: auto;
  margin-right: auto;
}
div#login table.links {
  width: 40%;
}