@charset "UTF-8";
#form {
	margin: auto;
	width: 700px;
}
#form small {
	font-size: 12px;
	color: #999999;
}
input,textarea{
	border-style:none;
	}
required {
	text-align:right;
}
body a {
	display: block;
}
.form_bottun input   {
	border-radius: 10px;
	display: inline-block;
}
.form_bottun {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	overflow:hidden;
}
input[type="submit"] {
	background-color: #F39700;
	color: #fff;
	font-size: 1.5rem;
	margin-right: 2px;
	border: 2px solid #F8CD2C;
}
input[type="reset"] {
	background-color: #9F9FA0;
	color: #fff;
	font-size: 1.5rem;
	border: 2px solid #C2C2C2;
}
.form_bottun input:hover {
	opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
	}
.form_bottun a {
	text-decoration: none;
	color: #717171;
	font-size: 0.8rem;
	text-align: center;
	margin-top: 10px;
		}
.form_bottun a:hover{
	text-decoration: underline;
		}
table tr td {
	border:none;
}
