body{font: 11px "lucida grande",helvetica,arial,sans-serif;text-align: left; margin:0px;
background-color: #FFFFFF;
font-family: helvetica,arial,sans-serif;
}
#log2{width:300px;border:solid 1px #FFF;border-radius: 6px;background-color:rgba(255, 255, 255, 0.9);position:fixed;}
.clearfix{display:block;clear:both;}
.error-notice{
text-align:justify;
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fbfbfb,endColorStr=#e5e5e5);
background: #E5E5E5;
background: -moz-linear-gradient(#FBFBFB,#E5E5E5 30px);
background: -webkit-gradient(linear,0 0,0 100%,from(#FBFBFB),color-stop(30,#E5E5E5));
background: -o-linear-gradient(#FBFBFB,#E5E5E5 30px);
background: -ms-linear-gradient(#FBFBFB,#E5E5E5 30px);
-cp-background: linear-gradient(#fbfbfb,#e5e5e5 30px);
background: linear-gradient(#FBFBFB,#E5E5E5 30px);
padding: 5px 5px 8px 5px;
box-shadow:2px 2px 2px #CCCCCC;
font-size: 12px;
color: #444;
text-shadow: 0 1px 0 white;
font-weight: bold;
height:40px;
display:none;
}
#wrapper-login{
	width:365px;
	margin: 50px auto ;
	position: relative;
}
#notify {
	width:365px;
	height:40px;
	margin: 30px auto ;
}

#wrapper-login #login-block{
background: #FFFFFF;
box-shadow:3px 3px 2px #CCCCCC;
	margin:4px 4px 4px 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color:black;
	height: 320px;
}
#wrapper-login #login-block-top{
	background-image:url('images/login.jpg');
	height: 74px;
	color:black;
}
#wrapper-login #login-block-bottom{
	height: 240px;
	color:black;
}

#wrapper-login #login-form{
	margin: 30px auto ;
	color:black;
	width:285px;
}

.label-login{
color: white;
font-size: 12px;
font-weight: bold;
padding-bottom: 8px;
padding-left: 4px;
width: 100%;
}
.field-login {	
height: 32px;
box-shadow: inset 0 10px 10px #C1E5EF;
border: 1px solid #024257;
background-color: white;
background-position: 6px 6px;
background-repeat: no-repeat;
}
.field-login.username{
background-image: url(images/icon-username.png);
}
.field-login.password{
background-image: url(images/icon-password.png);
}
div.field-login input.input_text {
width: 254px;
height: 22px;
padding: 6px 0 4px;
color: black;
font-family: helvetica;
font-size: 13px;
background:transparent ;
border: none;
box-shadow: none;
margin-left: 26px;
outline: none;

}
#uicekbox{
	cursor:pointer;
	color:#10A5CA;
}
input.submit_button{
margin: 10px 0px 2px 0px;
padding: 5px 10px;
cursor: pointer;
border: 1px solid #5994bc; 
background: #94bce0; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94bce0', endColorstr='#5b96bd'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#94bce0), to(#5b96bd)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #94bce0,  #5b96bd); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top, #94bce0, #5b96bd); /* Opera 11.10+ */
background: linear-gradient(top, #94bce0, #5b96bd);
color: white;
font-weight:bold;
box-shadow: inset 0 10px 10px #C1E5EF;
}
input.submit_button:hover{
border: 1px solid #c0c0c0;
background: #f0eeef; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0eeef', endColorstr='#d2d2d2'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f0eeef), to(#d2d2d2)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #f0eeef,  #d2d2d2); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top, #f0eeef, #d2d2d2); /* Opera 11.10+ */
background: linear-gradient(top, #f0eeef, #d2d2d2);
color: black;
box-shadow: none 0 10px 10px #C1E5EF;
}

#kaki{
	border-bottom: 1px solid gray;
margin : 0px auto;
	width:80%;	
	box-shadow:0px -1px 2px gray;
}
#kaki #footer{
	color:#10A5CA;
margin :0px auto;
width: 300px;
text-align:center;
text-shadow:0px 0px 1px gray;
}