body {
	padding: 22px 0 0 0;
}
h1 {
	font-size: 35px;
	text-align: center;
    margin-bottom:3px;
}
h1 em {
	display: block;
}
h2 {
	font-size: 35px;
}

.longfield
{
    width:278px!important;
    max-width:278px!important;
}




/***** Header *****/
#kfg_header {
	margin-bottom: 22px;
}




/***** Content *****/
#kfg_content {
	max-width: 590px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 30px 0;
}




/***** Form *****/
select {
	height: 36px;
	border: 1px solid #999;
	background: #fff;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	
	width: 192px;
	line-height: 36px;
	overflow: visible;
}
option {
	width: auto;
	overflow: visible;
}
.kfg_form li {
	border: none;
	overflow: visible;
	min-height: 37px;
}
.kfg_form label,
.kfg_radios strong {
	float: left;
	text-align: right;
	width: 223px;
	margin: 5px 10px 0 0;
}
.kfg_form input[type="tel"],
.kfg_form input[type="text"],
.kfg_form input[type="email"],
.kfg_money {
	width: 192px;
	float: left;
	margin: 0 6px 0 0;
	height: 36px;
}
li.kfg_radios label {
	width: auto;
	margin-right: 20px;
}
li.kfg_submit {
	border-top: 3px solid #e9e9ea;
	padding-top: 22px;
	clear: both;
}
input.kfg_button,
.kfg_button,
.kfg_button:visited {
	width: auto;
	padding: 0 50px;
	float: right;
}
.kfg_buttonBack {
	float: left;
	padding: 0 20px;
}
/* Step 1 */
li.kfg_selectProduct label {
	float: none;
	text-align: left;
}
#kfg_selectProductOptions {
	float: left;
	width: 330px;
	margin-bottom: 20px;
}
li.kfg_loanType {
	margin-bottom: 5px;
}
li.kfg_repaymentType {
	margin-bottom: 0;
}
/* Step 2 */
.kfg_split .kfg_tooltip {
	clear: none;
	padding-top: 3px;
}
legend {
	margin-left: 270px;
}
.kfg_col1 {
    width: 105px;
    max-width: 140px;
    margin-right: 4px;
}
.kfg_col2 {
    width: 115px;
    max-width: 160px;
    padding-left: 10px;
}
.kfg_maritalStatus select {
	width: 98px;
}
.kfg_relationship select {
	width: 239px;
	max-width: 239px;
}
.kfg_col1.kfg_fullWidth {
	width: 198px;
}
li.kfg_expenseOtherLoans {
	margin-bottom: 25px;
}
/* Step 3 */
#kfg_step3header {
	text-align: center;
	margin-bottom: 25px;
}
.kfg_privacyLink {
	text-align: center;
}
/* Step 4 */
#kfg_congrats {
	text-align: center;
	width: 600px;
	margin: 0 auto 30px auto;
}
#kfg_nextSteps {
	background: #1e5799;
	background: -moz-linear-gradient(left,  
		#ffffff 0%, 
		#f1f1f1 100%
	);
	background: -webkit-gradient(linear, left top, right top, 
		color-stop(0%,#ffffff), 
		color-stop(100%,#f1f1f1)
	);
	background: -webkit-linear-gradient(left,  
		#ffffff 0%,
		#f1f1f1 100%
	);
	background: -o-linear-gradient(left,  
		#ffffff 0%,
		#f1f1f1 100%
	);
	background: -ms-linear-gradient(left,  
		#ffffff 0%,
		#f1f1f1 100%
	);
	background: linear-gradient(to right,  
		#ffffff 0%,
		#f1f1f1 100%
	);
	padding-left: 40%;
}
#kfg_nextSteps li em {
    width: 360px;
    margin-top: 4px;
}
#kfg_successPic {
	position: absolute;
	top: 155px;
	left: 0;
	width: 304px;
	height: 513px;
	background: url(../images/success-person.png) no-repeat 0 0;
}
#kfg_welcome {
	padding-left: 45%;
}
/* Fail */
#kfg_moreInfo {
	max-width: 600px;
	margin: 0 auto;
}


@media screen and (min-width: 990px) {
    h1 em {display: inline;}
}
