@charset "utf-8";
/* CSS Document */

.secNormal {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.secNormal p {
	line-height: 1.6em;
	text-align: justify;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-left: 30px;
	max-width:100%;
}
#results{
	padding-top:30px;
	width:600px;
	margin:0 auto;
}
.denTitle02 {
	font-size: 16px;
	font-weight: bold;
	color: #808D3A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6A3906;
	width: 560px;
	padding-left: 20px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.submit a{
	display:block;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
   -ms-border-radius: 10px;
   border:#a9a9a9 1px solid;
background: #f7f8f8;
background: -moz-linear-gradient(top, #f7f8f8 55%, #c9caca 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#f7f8f8), color-stop(100%,#c9caca));
background: -webkit-linear-gradient(top, #f7f8f8 55%,#c9caca 100%);
background: -o-linear-gradient(top, #f7f8f8 55%,#c9caca 100%);
background: -ms-linear-gradient(top, #f7f8f8 55%,#c9caca 100%);
background: linear-gradient(to bottom, #f7f8f8 55%,#c9caca 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#c9caca',GradientType=0 );
   width:160px;
   height:15px;
   padding:15px 5px 0;
   cursor:pointer;
   text-shadow:1px 1px 0px #fff;
   margin:0 auto;
   text-align:center;
   font-size:14px;
}
.submit a:link{
	text-decoration:none;
	color:#333;}
.submit a:hover{
	opacity:0.5;}