html{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, rgba(226,188,126,1), rgba(86,62,62,1));
	background-attachment: fixed;
}
*{
	color: #000;
	font-size: 13px;
	font-family: "Arial", Helvetica, sans-serif;
}
#div_form{
	margin: 15px 0 15px 0;
	opacity: 0.7;
	border: 1px solid #555;
	border-top-color: #ddd;
	background: #a2805d;
	box-shadow: 0 0 4px black;
	width: 100%;
	height: 60px;
	border-radius: 5px;
}
.input1{
	color: #fff;
	box-shadow: inset 0 0 5px #111;
	margin-left: 1.5%;
	padding-left: 8px;
	color: #eee;
	margin-top: 11px;
	height: 34px;
	border: 1px solid #555;
	border-radius: 7px;
	border-bottom-color: #ddd;
	width: 35.9%;
	background: #584537;
	float: left;
}
.inputbtn{
	box-shadow: 0 0 2px #111;
	height: 2.85em;
	border: 1px solid #444;
	border-top-color: #ddd;
	margin-top: 11px;
	border-radius: 5px;
	color: #eee;
	font-weight: bold;
	width: 20%;
	margin-left: 1.5%;
	padding-left: 8px;
	background-image: linear-gradient(to bottom, rgba(125,141,175,1), rgba(69,100,143,1));
	float: left;
}
#form_align{
	width: 80%;
	margin: auto;
}
.cntnt{
	margin: auto;
	border-radius: .6em;
	border: 3px solid #333;
	border-top-width: 2.33em;
	width: 80%;
	height: 6.5em;
}
.cntnt_top{
	height:33.3%;
}
.cntnt_mid{
	height:33.3%;
	background-image: linear-gradient(to right, rgba(125,102,91,0.6), rgba(51,51,51,0.8));
	margin-top: -0.5em;
}
#hh0{
	margin: 0 10% 0 10%;
}
.hh1{
	color: #fff;
	font-size: 1.12em;
	font-weight: bold;
	margin: -1.5em 0 0 1em;
}
.hh2{
	color: #fff;
	margin: 1em 0 0 2em;
}
.hh3{
	color: #fff;
	margin: 0 0 0 2em;
	line-height: 2em;
}
.hh4{
	color: #fff;
	margin: 0 0 0 2em;
	line-height: 2em;
}
.tab { 
    display:inline-block; 
    margin-left: 18.46em; 
}
tab0  {
	position:absolute;left:2em;  
}
tab2 {
	position:absolute;left:40%;
	color: #fff;
}
.foot_file{
	border-top: 1px solid #563e3e;
	width: 80%;
	margin: auto;

}
.foot_tab_1{
	text-align: justify;
	margin-right: 6%;
	width: 35.33%;
	display: block;
	float:left;
	padding-top: .5em;
	color: #c94c0e;
}
.foot_tab{
	width: 26%;
	display: block;
	float:left;
	padding-top: .5em;
}
.foot_tab p{
	line-height: 10px;
}
@media screen and (max-width: 700px) {
	.input1{
    float: none;
    width: 90%;
	margin-left: 3.5%;
	}
	.inputbtn {
    float: none;
    width: 90%;
	margin-left: 5%;
	}
	#form_align{
	 width: 95%;
	}
	#div_form{
	height: 11.92em;
	}
	.cntnt{
		width: 93%;
	}
	tab2{
		left: 55%;
	}
	.hh2,.hh3,.hh4{
		margin-left: 8px;
	}
	#mydiv{
	margin: -14.38em 0 0 -0.61em;
	}
	.foot_file{
		width: 90%;
	}
	.foot_tab{
		border-top: 1px solid #563e3e;
	}
	.foot_tab, .foot_tab_1{
		float: none;
		width: 100%;
	}
	#rarea{
		min-height: 15em;
	}
	.foot_tab_lst{
		margin-bottom: 15em;
	}
}
@media screen and (min-width: 701px) {
	#mydiv{
		margin: -7.07em 0 0 -0.61em;
	}
	#rarea{
		min-height: 32em;
	}
	.foot_tab{
		margin-left: 3.33%;
	}
}
#mydiv1 {
    position:fixed;
    width:100%;
    height:100%;
    background-color: #333;
	opacity: .7;
}
