 .form-container {
   border: 1px solid #000000;
   background:  #f5f5f5;
   background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
   background: -webkit-linear-gradient(top, #f5f5f5, #f5f5f5);
   background: -moz-linear-gradient(top, #f5f5f5, #f5f5f5);
   background: -ms-linear-gradient(top, #f5f5f5, #f5f5f5);
   background: -o-linear-gradient(top, #f5f5f5, #f5f5f5);
   background-image: -ms-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:800px;
   padding:20px;
   width:800px;
   margin:auto;
   }
   margin align="center";

 .form-field {
   border: 1px solid #be8500;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background-color: #ffffff;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:280px;
   }

 .form-field:focus {
   background: #f0e691;
   color: #003246;
   }

.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }

.form-title {
   color: #000000;
   text-shadow: #fdf2e4 0 1px 0;
   }

.submit-container {
   margin:8px 0;
   text-align:right;
   }

.submit-button {
   border: 1px solid #447314;
   background: #ff69b4;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff69b4), to(#ff69b4));
   background: -webkit-linear-gradient(top, #ff69b4, #ff69b4);
   background: -moz-linear-gradient(top, #ff69b4, #ff69b4);
   background: -ms-linear-gradient(top, #ff69b4, #ff69b4);
   background: -o-linear-gradient(top, #ff69b4, #ff69b4);
   background-image: -ms-linear-gradient(top, #ff69b4 0%, #ff69b4 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #505050 0 1px 0;
   color: #ffffff;
   font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
   padding: 10px 36px;
   font-size: 14px;
   font-weight:bold;
   text-decoration: none;
   vertical-align: middle
   display block;
   margin-left auto
   margin-right auto;
   }

.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #ff99cc;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff99cc), to(#ff99cc));
   background: -webkit-linear-gradient(top, #ff99cc, #ff99cc);
   background: -moz-linear-gradient(top, #ff99cc, #ff99cc);
   background: -ms-linear-gradient(top, #ff99cc, #ff99cc);
   background: -o-linear-gradient(top, #ff99cc, #ff99cc);
   background-image: -ms-linear-gradient(top, #ff99cc 0%, #ff99cc 100%);
   color: #fff;
   }

.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #ff99cc;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff99cc), to(#ff99cc));
   background: -webkit-linear-gradient(top, #ff99cc, #ff99cc);
   background: -moz-linear-gradient(top, #ff99cc, #ff99cc);
   background: -ms-linear-gradient(top, #ff99cc, #ff99cc);
   background: -o-linear-gradient(top, #ff99cc, #ff99cc);
   background-image: -ms-linear-gradient(top, #ff99cc 0%, #ff99cc 100%);
   color: #fff;
   }

.radio label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	text-align: center;
	line-height: 3;
}
.box {
    display: -moz-inline-box;
    display: inline-block;
    display: inline;
    zoom: 1;
   color: #000000;
}

.center{
text-align: center;
}

.divnone {
	display: inline-block;
	_display: inline;
	color: #000000;
}

.menuLineDoubleLight {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#7EBA03;
	border-style:solid;
	background:#c8415c;
	color:#ffffff;
	line-height:140%;
	font-weight:bold;
	text-align: center;
	font-size:25px;
}
.menuLineDoubleLight2 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color:#d87b13;
	border-style:solid;
	background:#fbd92d;
	color:#653d29;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.form-policy {
   color: #000033;
   font-size:14px;
   }
