@charset "utf-8";

.error_message{
	margin:20px 0;
	padding:10px 21px;
	background-color:#f5f3f4;
}

.error_message p{
	margin:10px 0;
	text-align:left;
}

footer{
	position: fixed;
	width: 100%;
	bottom:0;
}

.btn01 input[type="submit"]{
	margin-top: 5px;
	width:100%;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
	border: 1px solid #ccc;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
}

input[type=submit]:hover{
	opacity:0.8;
}
