body{
	background: url(images/bg-all.jpg) repeat;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

.all{
	background: url(images/main.png) no-repeat center 0px, url(images/bg.jpg) repeat-x;	
}

.all2{
	background: url(images/paiment2.png) no-repeat center 0px, url(images/bg.jpg) repeat-x;	
}

.main{
	width: 1000px;
	min-height: 450px;
	margin: 0 auto;
}

.menu{
	height: 30px
}

ul.main-menu{
	color: white;
	list-style-type: none;
	margin: 0;
	font-size: 14px;
}

ul.main-menu li a{
	padding: 8px 20px 7px 20px;
	float:left;
	color: white;
	text-decoration: none;
}

ul.main-menu li a:hover{
	background: #E8C899;
	color: black;
}

.mail{
	position: absolute;
	margin-left: 670px;
}
.mail p{
	color: white;
	line-height: 0.6;
}

.mail p a{
	color: white;
}

	#wrap{
		display: none;
		opacity: 0.8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: rgba(1, 1, 1, 0.725);
		z-index: 100;
		overflow: auto;
	}
	
	#window{
		width: 80%;
		height: 90%;
		margin: 20px auto;
		display: none;
		background: #FFF;
		z-index: 200;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		overflow: scroll;
		text-align: center;
	}
	
	.close{
		margin-left: 97%;
		margin-top: 0px;
		cursor: pointer;

	}
	.close2{
		margin-left: 97%;
		margin-bottom: 0px;
		cursor: pointer;
position: relative;
	}
	.agree_button{
	background: #E5BB7D;
	color: #000;
	padding: 7px 20px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
	width: 500px;
	height:53px;
	}

	.agree_button:disabled{
		background: gray;
		color: #FFF;
		padding: 7px 20px;
		border: none;
		border-radius: 5px;
		font-size: 16px;
		margin-top: 10px;
		height:53px;
	}

	.docs{
		margin:0 auto;
		display: block;
	}

	.right_foot{
		margin-left: 830px;
		position: absolute;
		margin-top: -34px;
		width: 290px;
		text-align: right;
	}

		.info_1{
		text-align: center;
		width: 900px;
		position: absolute;
		color: #000;
		margin-top: -245px;
		margin-left: 50px;
	
	}

	.d_button{
		position: absolute;
		margin-left: 80%;
	
		margin-top: -25px;
}

	.d_button a{
		background: #B9B9B9;
		color: #FFF;
		padding: 7px 10px;
	
		border-radius: 5px;
}

	.d_button a:hover{
		background: #A5792A;
		color: #FFF;
		padding: 7px 10px;
		text-decoration: none;
		border-radius: 5px;
}