@charset "utf-8";

body {font:12px Verdana,Arial;}

/* layout */
#message{
	width: 650px;
	margin: 5px auto;
	padding: 5px;
	border: 2px solid #ff6600;
	background:#ffff88;
}
#message p{
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}
#message .submit{
	text-align: center;
}
#message .submit{
	font-family: Arial;
	color: #ffffff;
	font-size: 1.3em;
	font-weight:bold;
	margin-top:5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid #f5fdff 2px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#61c7e0), to(#418da8));
	background: -moz-linear-gradient(top, #61c7e0, #418da8);
	background: #8cc316;
}

#message .submit a{
	color:#fff;
}
#message .submit:hover{
	background: #77a415;
}


#form{
	width: 500px;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid #555;

}
 
#form p{
	font-size: 14px;
	margin: 0;
}
 
#form .form-title{
	text-align: center;
}
 
#form .userid,#form .pass{
	margin-bottom: 20px;
}

#form input[type="text"],
#form input[type="password"] {
	width: 400px;
	padding: 4px;
	font-size: 14px;
	margin: 0;
	ime-mode: disabled;
}
     
#form .check{
	margin-top: 20px;
}

#form .submit{
	text-align: right;
}
 
/* font */
#form p{
	font-weight: bold;
}
 
#form .form-title{
	font-family: Arial;
	font-size: 30px;
	color: #447b61;
}
 
/* skin */
#form{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #0bbc8a;
	-moz-box-shadow: 0px 1px 10px #0bbc8a;
	box-shadow: 0px 1px 10px #0bbc8a;
	border: solid #0bbc8a 1px;
	background: #f7fefc;
}
 
#form .form-title{
	padding-bottom: 6px;
	border-bottom: 2px solid #447b61;
	margin-bottom: 20px;
}

#form .submit input{
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 2px #e3e3e3;
	-moz-box-shadow: 0px 4px 2px #e3e3e3;
	box-shadow: 0px 4px 2px #e3e3e3;
	border: solid #f5fdff 0px;
	background: linear-gradient(to bottom, #21c0c7, #21a88d);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#21c0c7), to(#21a88d));
	background: -moz-linear-gradient(top, #21c0c7, #21a88d);
}
#form .submit input:hover{
	background:#21a88d;
}


.footer {margin:0 auto 15px}


.button .submit input,
.header .logo .logout .submit input{
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid #f5fdff 4px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#61c7e0), to(#418da8));
	background: -moz-linear-gradient(top, #61c7e0, #418da8);
	background: #0b8abc;
}

.button .submit input:hover,
.header .logo .logout .submit input:hover{
	background: #32a5d2;
}

.cautionred {color:#ff0000; font-weight:bold}
.cautionblack {color:#000000; font-weight:bold}
