/* CSS Document */
.inner_nav ul li a{
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
	behavior:url(PIE.htc);
	position:relative;
}
.section_inner{
	border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	-webkit-border-radius:0 6px 6px 6px;
	behavior:url(PIE.htc);
	position:relative;
}
*+html .started_btn a{
	padding-top:0px;
	padding-bottom:0px;
}
*+html .testimonial_btn a{
	padding-top:0px;
	padding-bottom:0px;
}
*+html .emp_form_btn .employe_sub_btn{
	padding:0 20px;
	line-height:38px;
}
*+html .employ_form_raw sub{
	line-height:20px;
	position:relative;
	top:-10px;
}
*+html .emp_box{
	min-height:262px;
}

/*IE 8*/
@media \0screen{
.emp_form_btn .employe_sub_btn{
	padding:4px 50px;
	line-height:40px;
}
}


