	.bgrfixed {
		color: #656565;
		background: url('/img/applynow/bgr.png') repeat-x;
		position: relative;
		width: 100%;
		padding-top: 15px;
	}
	.bgrfixed > .body-container {
		width: 54%;
		margin: 0px auto;
		background-color: #FFFFFF;
	}
	.bgrfixed > .body-container > .box {
		padding: 30px 0px 10px 0px;
	}
	.bgrfixed > .body-container > .box .extra-options {
		display: none;
	}
	
	.bgrfixed > .body-container > .box.colored {
		background-color: #f6f6f6;
	}
	.bgrfixed > .body-container > .box .title {
		text-align: center; 
		font-size: 26px;
		margin: 20px 0px 0px 0px;
	}
	.bgrfixed > .body-container > .box .title_small {
		text-align: center;
		font-weight: bold; 
		font-size: 18px;
		line-height: 24px;
		margin: 10px 5px;
	}
	.row {
		width: 70%;
		margin: 0px auto;
		font-size: 18px;
		padding: 10px 0px;
	}
	.bgrfixed > .body-container > .box > .table-container {
		width: 70%;
		margin: 0px auto;
		font-size: 18px;
		padding: 40px 0px;
	}
	.bgrfixed > .body-container > .box > .table-container > table {
		width: 100%;
		border-spacing: 10px;
    	border-collapse: separate;
	}
	.bgrfixed > .body-container > .box > .row .subtitle {
		padding: 10px 0px;
	}
	.bgrfixed > .body-container > .box > .row .col50 {
		width: 45%; 
	}
	.bgrfixed > .body-container > .box > .row .col50.fl {
		float: left;
	}
	.bgrfixed > .body-container > .box > .row .col50.fr {
		float: right;
	}
	.sliderbox {
		margin: 0px auto;
		width: 30%;
	}
	.sliderbox .slider-value {
		text-align: center;
		margin-top: 3px;
		font-size: 22px;
	}
	.sliderbox .slider-value input {
		color: #656565;
		width: 28px;
		font-size: 22px;
		text-align: right;
		border: 0px;
	}
	.sliderbox .slider-value.big input {
		width: 55px;
		text-align: center;
	}
	
	.bgrfixed > .body-container > .box.colored .sliderbox .slider-value input {
		background-color: #f6f6f6;
	}
	
	.bgrfixed > .body-container > .box select.special {
		padding: 10px 0px; 
		width: 90%; 
		background-color: #FFFFFF; 
		border:0px; 
		text-indent: 10px;
	}
	
	.bgrfixed .login_button {
		float: none !important;
		margin-left: 0px;
		margin-bottom: 50px;
		font-size: 22px !important;
		display: inline-block;
		height: auto;
		cursor: pointer;
		padding: 5px 30px !important;
	}
	
	
	.center {
		text-align: center;
	}
	
	.form-control {
	    display: block;
	    width: 100%;
	    padding: 6px 16px;
	    font-size: 14px;
	    line-height: 1.52857;
	    color: #3A3F51;
	    background-color: #FFF;
	    background-image: none;
	    border: 1px solid #DDE6E9;
	    border-radius: 4px;
	    box-shadow: 0px 0px 0px #000 !important;
	    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	}
	select.form-control {
		width: 106%;
	}
	.form-control:focus {
	  border-color: #66afe9;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	}
	.form-control::-moz-placeholder {
	  color: #b7bac9;
	  opacity: 1;
	}
	.form-control:-ms-input-placeholder {
	  color: #b7bac9;
	}
	.form-control::-webkit-input-placeholder {
	  color: #b7bac9;
	}
	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
	  background-color: #edf1f2;
	  opacity: 1;
	}
	.form-control[disabled],
	fieldset[disabled] .form-control {
	  cursor: not-allowed;
	}
	textarea.form-control {
	  height: auto;
	  resize: none;
	  margin: 0px auto;
	  width: 400px;
	  height: 200px;
	}
	
	
	.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	    margin-top: 0px;
	    margin-bottom: 0px;
	    padding-top: 7px;
	}
	.c-checkbox, .c-radio {
	}
	.c-checkbox, .c-radio {
	    margin-right: 4px;
	}
	.radio-inline, .checkbox-inline {
	    position: relative;
	    display: inline-block;
	    padding-left: 20px;
	    margin-bottom: 0px;
	    vertical-align: middle;
	    font-weight: normal;
	    cursor: pointer;
	}
	label {
	    display: inline-block;
	    max-width: 100%;
	    margin-bottom: 5px;
	    font-weight: bold;
	}
	
	.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	    position: absolute;
	    margin-left: -20px;
	}
	.c-checkbox input, .c-radio input {
	    opacity: 0;
	    position: absolute;
	    margin-left: 0px !important;
	}
	input[type="radio"], input[type="checkbox"] {
	    margin: 4px 0px 0px;
	    line-height: normal;
	}
	input[type="checkbox"], input[type="radio"] {
	    box-sizing: border-box;
	    padding: 0px;
	}
	.c-checkbox *, .c-radio * {
	    cursor: pointer;
	}
	.c-checkbox input[type="radio"]:checked + span, .c-radio input[type="radio"]:checked + span {
	    background-color: #FFF;
	}
	.c-checkbox input[type="checkbox"]:checked + span, .c-radio input[type="checkbox"]:checked + span, .c-checkbox input[type="radio"]:checked + span, .c-radio input[type="radio"]:checked + span {
	    border-color: #5D9CEC;
	    background-color: #5D9CEC;
	}
	.c-radio span {
	    border-radius: 500px;
	}
	.c-checkbox span, .c-radio span {
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    margin-left: -10px;
	    width: 20px;
	    height: 20px;
	    border-radius: 2px;
	    border: 1px solid #CCC;
	    margin-right: 5px;
	    text-align: center;
	}
	.fa {
	    display: inline-block;
	    font-family: FontAwesome;
	    font-style: normal;
	    font-weight: normal;
	    line-height: 1;
	    font-size-adjust: none;
	    font-stretch: normal;
	    font-feature-settings: normal;
	    font-language-override: normal;
	    font-kerning: auto;
	    font-synthesis: weight style;
	    font-variant: normal;
	    font-size: inherit;
	    text-rendering: auto;
	    transform: translate(0px, 0px);
	}
	.c-checkbox *, .c-radio * {
	    cursor: pointer;
	}
	
	
	.c-checkbox input[type="radio"]:checked + span::before, .c-radio input[type="radio"]:checked + span::before {
	    color: #5D9CEC;
	}
	.c-checkbox input[type="checkbox"]:checked + span::before, .c-radio input[type="checkbox"]:checked + span::before, .c-checkbox input[type="radio"]:checked + span::before, .c-radio input[type="radio"]:checked + span::before {
	    color: #FFF;
	    opacity: 1;
	    transition: color 0.3s ease-out 0s;
	}
	.c-checkbox span::before, .c-radio span::before {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    right: 0px;
	    bottom: 0px;
	    opacity: 0;
	    text-align: center !important;
	    font-size: 12px;
	    line-height: 18px;
	    vertical-align: middle;
	}
	.c-checkbox span::before, .c-radio span::before {
	    margin-left: 0px;
	}
	.fa-check::before {
	    content: "";
	}
	
	
	.ui-widget-content {
	    border: 1px solid #A6C9E2;
	    color: #222;
	    background: #FFFFFF url("/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50%;
	}
	.ui-widget-header {
	    border: 1px solid #4297D7;
	    background: #FCFDFD url("/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom;
	    color: #FFF;
	    font-weight: bold;
	}
	.ui-dialog .ui-dialog-buttonpane {
		border: none;
	}
	.ui-state-hover .ui-state-active {
		background: none;
	}


