.help_form,.help_form__universal,.help_form__quick,.help_form__check{
    border: 1px #e1e1e1 dashed;
}

.help_form__universal,.help_form__quick{
    background: #FCFCFC;
}

.help_form__universal,.help_form__quick, .help_form__check{
    margin: 1em;
    padding: 1em;
}

.help_form{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2em;
}

.help_form__universal, .help_form__quick{
    flex: 1;
}

.help_form__check{
    flex: auto;
}

/* 

jFlow Plus Demo CSS 

Description: Demonstation CSS for jFlow Plus
Creator: Devin Walker
Date: July 29, 2010


*/

#container {
	width: 579px;
	height: 321px;
	position: relative;

	margin: 0 auto;
}

#slide1 span, #slide2 span, #slide3 span {
	background: url("../images/contentBg.png") repeat top left transparent;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
}

#slide1 h3, #slide2 h3, #slide3 h3 {
	color: #FFF;
	font-size: 35px;
	margin: 0 0 10px 0;
}

#slide1 p, #slide2 p, #slide3 p {
	color: #FFF;	
	margin: 0;
}

.jFlowSlideContainer a {
	color: #F90;
	text-decoration: none;
}

.jFlowSlideContainer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}

.jFlowNext div {

	height:130px;
	position:absolute;
	top:110px;
	right: 0px;
	width:50px;
	cursor:pointer;
}

.jFlowPrev div {
    content: "\E87c";
	height:130px;
	position:absolute;
	top:110px;
	left: 0px;
	width:50px;
	cursor:pointer;
}

.jFlowPrev div:hover {
	background-position: -84px -235px;
}

.jFlowNext div:hover {
	background-position: 0px -235px;
}
