html {
	overflow: auto;
}

body {
	background-image: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

form span{
	color:#ff0000;
}

form #font_size {
	font-size:12px;
	color:#343434;
}

form table{
	width: 630px;
	background: #ccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

form table td{
	line-height: 2;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 12px;
}

form table th{
	width:30%;
	padding:8px;
	line-height:2;
	background:#f1f1f1;
	text-align:left;
	font-weight:normal;
	border: 1px solid #CCCCCC;
}

form input{
	line-height: 1.0;
}

.btn{
	width:630px;
	text-align:center;
	margin-bottom:30px;
}

#message{
	font-size:12px;
}

span.small {
	font-size: 11px;
	color: #343434;
}

.btn input {
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}
input[type="submit"],input[type="button"]{
	text-align: center;
	xdisplay: block;
	width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	margin-left: 275px;
	margin-bottom: 20px;
}
