
.help {
	margin: 0 auto;
	width: 100%;
	min-width: 900px;
	max-width: 1500px;
	min-height: 500px;
	display: table;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.help .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.help .pointer
{
	cursor: pointer;
}


.help .header-title, .help .header-title2 {
	padding: 20px 20px 20px 0;
	font-size: 20px;
	text-align: left;
}

.help .mainbox {
	text-align: left;
}

.help .subheader-title {
	padding: 20px 0 20px 0px;
	font-size: 16px;
	text-align: left;
	clear: both;
}

.help .box1, .help .box2 {
    margin-left: 0px;
    margin-right: 0px;
}

.help .box1 > div:first-child, .help .box2 > div:first-child {
    margin-left: 0px;
    padding-left: 0px;
}

.help .box1 > div:last-child, .help .box2 > div:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.help .box1 > div > div {
	height:300px;
	background-color: #E5097F;
  	color: #ffffff;
  	text-align: center;
  	padding: 100px;
  	font-size: 16px;
  	cursor: pointer;
}

.help .box1 hr {
  	border: none;
	height: 4px;
	color: #C7E085;
	background-color: #C7E085;
}

.help .box2 > div > div {
	height:300px;
	background-color: #95AD53;
  	color: #ffffff;
  	text-align: center;
  	padding: 100px;
  	font-size: 16px;
  	cursor: pointer;
}

.help .box2 hr {
  	border: none;
	height: 4px;
	color: #E5097F;
	background-color: #E5097F;
}

.help .box2 > div {
	margin-bottom: 20px;
}