body{
      background-color:#f0f0f0;
}

form{
	margin:0px;
	padding:0px;
}

.main-cont{
	clear:both;
	display:block;
	background-color:rgb(255,255,255);
	width:100%;
	max-width:1170px;
}

.sub-cont{
	clear:both;
	display:block;
	background-color:rgb(255,255,255);
	width:100%;
	max-width:1170px;
	margin-top:20px;
}

.width-33-per{
	width:33%;
}

.width-40-per{
	width:40%;
}

.page-head{
    padding:25px 0px 0px 25px;
}
