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

.logo{
	font-family: 'Cutive', serif;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 165px;
/*	height:40px; */
	background-image: url(../images/logo.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top: 100px;
}

.formbox{
	width: 300px;
	height: 200px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../images/login_back.png);
	margin: auto;
}
form p{
	font-family: 'Cutive', serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}

.boxform30{
	padding: 7px;
	width: 280px;
	border: 3px solid #E8E8E8;
	margin-bottom: 15px;
	   border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.submit input{
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E9EBEB;
	background-image: url(../images/sub_back.png);
	background-repeat: repeat-x;
	border: 2px solid #FFF;
	font-weight: bold;
}
