@charset "utf-8";
/* CSS Document */

.cd_txt {
	color: #434343;
	font-size: 14px;

	line-height: 24px;
	width: 40%;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

.cd_txt iframe{
	border-width: 0px;	
	}
	
.imp_txt {
	color: #FF0004;
	font-size: 16px;

	font-weight: bold;
}

.table_range {
	border-bottom: 1px dashed #686868;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.table_title {
	color: #000000;

	font-size: 20px;
	height: 25px;
	line-height: 35px;
	margin-bottom: 15px;
}

.table_from {
	color: #FFFFFF;

	font-size: 18px;
	line-height: 25px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.fields_style{
	height: 45px;
	color: #7C7C7C;
	font-size: 18px;
	border: 1px solid #848484;
	border-radius: 5px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	line-height: 30px;
	}
	
.fields_style1{
	height: 45px;
	color: #7C7C7C;
	font-size: 16px;
	border: 1px solid #848484;
	border-radius: 3px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	}
	
.fields_dtail_style{
	height: 200px;
	color: #7C7C7C;
	font-size: 16px;
	border: 1px solid #848484;
	border-radius: 10px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	}

.down_h_range {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}

 #nhvr a:hover {
	color: #191919;

	font-size: 16px;
           }
.table_title1 {	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	color: #FFFFFF;

	font-size: 16px;
	height: 35px;
	line-height: 35px;
}

.submit_button{
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background-color: #9B9564;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	border: 0px solid #FFFFFF;
	font-size: 18px;
	}