.main{
	background:#ffffff;
}
.title1{
	text-align:center;
	margin:40px 0 5px;
	font-size:24px;
	letter-spacing:10px;
	color:#777171;
	width:100%;
}
.title2{
	text-align:center;
	margin:65px 0 5px;
	padding-bottom:10px;
	width:100%;
}
.title3{
	text-align:center;
	margin:15px 0 5px;
	border-bottom:2px dotted #b8b8b8;
	border-top:2px dotted #b8b8b8;
	padding:20px 0 30px;
	letter-spacing:1px;
	font-size:16px;
}
.form .formLine {
	padding:25px 0 25px 0;

}
.form .formLine .form-label{
	width:60px;
	text-align:right;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    padding-right: 12px;
	float:left;
	margin-top: 5px;
}
.form .formLine .form-label1{
	width:40px;
	text-align:right;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    padding-right: 12px;
	float:left;
	margin-top: 5px;
}
.form .formLine .form-col{
	overflow: hidden;
	margin:0 0 0 60px;;
}
.form .formLine .form-col1{
	overflow: hidden;
	margin:0 60px 0 40px;;
}
.form .formLine .form-col2{
	overflow: hidden;
	margin:0 60px 0 60px;;
}
.form .formLine .form-col .form-control{
	border: 1px solid #8c8c8c;
	width:100%;
	display: block;
	
}
.form .formLine .form-col1 .form-control{
	border: 1px solid #8c8c8c;
	width:100%;
	display: block;
	
}

.form .formLine .form-col2 .form-control{
	border: 1px solid #8c8c8c;
	width:100%;
	display: block;
	
}

.dotted-line{
	border-bottom:2px dotted #b8b8b8;
}
.infoStyle{
	height:120px !important;
	border: 1px solid #8c8c8c;
}
.topImg{
	width:100%;
}
.ResTitle{
	margin:0 0 15px 0;
	color:#826436;
	font-size:40pt;
	font-weight:300;
}



@media(max-width:767px){
	.title2 img{
		width:100%;
	}
	.form .formLine .form-label{
		width:20px;
	}
	.form .formLine .form-label1{
		width:20px;
	}
	.form .formLine .form-col{
		margin:0 20px 0 20px;;
	}
	.form .formLine .form-col1{
		margin:0 20px 0 20px;;
	}
	.form .formLine .form-col2{
		margin:0 20px 0 20px;;
	}
	#submit{
		width:90%;
	}
	.title1{
		padding:20px 15px 30px;
		letter-spacing:5px;
	}
	.title2{
		margin:15px 0 5px;
		padding:0 15px 10px;
	}
	.title2 img{
		width:65%;
	}
	.title3{
		padding: 20px 10px 15px;
		border-bottom:0;
		border-top:0;
		font-size:15px;
	}
	.ResTitle{
		font-size:24pt;
	}
	.form .formLine {
		padding:15px 0 10px 0;
	}

}