.w240 { width: 232px !important; }
.submitbtn {
	background:
		-webkit-linear-gradient(top, #eee, #bbb),
		-webkit-linear-gradient(135deg, #fff 5px, #bbb 5px);
	background:
		-moz-linear-gradient(top, #eee, #bbb),
		-moz-linear-gradient(135deg, #fff 5px, #bbb 5px);
	background:
		-ms-linear-gradient(top, #eee, #bbb),
		-ms-linear-gradient(135deg, #fff 5px, #bbb 5px);
    border:0;
    background-position:left top, bottom right;
    background-size:100% 50%;
    background-repeat:no-repeat;
    color:#333;
    padding: 10px 0;
	width:260px;
	height:40px;
	cursor:pointer;
	letter-spacing:0.2em;
}
.fs2{ font-size:1.3em; }
.kiyaku-w { width:450px; }
.valign-m { vertical-align: middle; }