@font-face {
    font-family: "Lato";
    src: url("/font/lato-heavy-webfont.woff2") format("woff2"),
         url("/font/lato-heavy-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/font/lato-light-webfont.woff2") format("woff2"),
         url("/font/lato-light-webfont.woff") format("woff");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/font/lato-regular-webfont.woff2") format("woff2"),
         url("/font/lato-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body
{
	margin: 0;
	font-family: Lato, Arial, Helvetica, Helv, Sans, Sans-serif, "Sans Serif";
	color: #000000;
	font-size: 0.9em;
	line-height: 1.3em;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

h2
{
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0 0 0.4em 0;
	font-weight: bold;
}

h2 span
{
	white-space: nowrap;
}

h3
{
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 0.4em 0;
	font-weight: bold;
}

p
{
	margin: 0 0 0.6em 0;
}

ul, ol
{
	margin: 0 0 0.8em 0;
	padding: 2px 12px 0px 26px;
}

ul li
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 4px 0px;
}

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 3px 0px;
}

a,
a:link,
a:visited
{
	color: #666666;
	text-decoration: underline;
}

a:active,
a:hover
{
	color: #000000;
	text-decoration: underline;
}

div.wrapper
{
	padding: 16px;
	max-width: 336px;
	margin: 0 auto 0 auto;
}

body
{
	min-width: 336px;
}

body.preapproval div.wrapper
{
	max-width: 542px;
}

form div
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 9px 0 0 0;
	border: none;
}

form select
{
	box-sizing: border-box;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #B3B3B3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Lato, Arial, Helvetica, Helv, Sans, Sans-serif, "Sans Serif";
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0;
	padding: 4px 6px;
}

fieldset.hidden
{
	display: none;
}

div.text input,
div.pwd input,
div.text textarea,
div.textarea textarea
{
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #B3B3B3;
	font-family: Lato, Arial, Helvetica, Helv, Sans, Sans-serif, "Sans Serif";
	font-size: 1em;
	line-height: 1.2em;
	padding: 4px 6px;
	margin-bottom: 0.4em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}

div.subm input
{
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1.1em;
	border: none;
	background-color: #4d4d4d;
	color: #ffffff;
	cursor: pointer;
	background-image: none;
	padding: 6px 15px 5px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.clearfix
{
	clear: both;
}

div.clearfix
{
	height: 0;
	overflow: hidden;
}

/* Form-specific */

body.single_field div.wrapper
{
	padding-top: 45px;
}

body.single_field form div.text
{
	float: left;
	width: 75%;
}

body.single_field form div.text input
{
	width: 100%;
	margin-top: 6px;
	margin-bottom: 0;
}

body.single_field form div.subm
{
	float: right;
	margin-top: 6px;
	width: 22%;
}

body.single_field form div.subm input
{
	width: 100%;
	padding: 6px 6px 5px;
}

body.single_field form div.cbox
{
	clear: both;
	padding-top: 4px;
}

body.login_form div.text
{
	width: 48%;
	float: left;
	padding-bottom: 0.6em;
}

body.login_form div.subm
{
	margin-bottom: 8px;
	clear: both;
}

body.login_form div.pwd
{
	width: 48%;
	float: right;
	padding-bottom: 0.6em;
}

body.login_form div.text input,
body.login_form div.pwd input
{
	width: 100%;
	margin-bottom: 2px;
}

body.login_form div.text label,
body.login_form div.pwd label,
div.phonemulti label:first-child
{
	display: block;
}

body.registr_form div
{
	clear: both;
}

body.registr_form div label
{
	display: block;
	margin-bottom: 2px;
}

body.registr_form div.text,
body.registr_form div.select
{
	padding-bottom: 2px;
}

body.registr_form div.text input
{
	margin-bottom: 2px;
	margin-top: 0;
}

div.twoup div
{
	clear: none;
}

div.twoup div.text
{
	width: 48%;
	float: left;
}

div.twoup div.text:last-child
{
	float: right;
}

div.phonemulti input
{
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #B3B3B3;
	padding: 4px 6px;
	font-family: Lato, Arial, Helvetica, Helv, Sans, Sans-serif, "Sans Serif";
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: .04em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0.8em 0;
}

body.registr_form div.cbox
{
	margin-bottom: 0.6em;
}

body.registr_form div.cbox input
{
	float: left;
}

body.registr_form div.cbox label
{
	margin-left: 18px;
	padding-top: 2px;
}

div.cbox_series
{
	padding-bottom: 0.4em;
}

div.cbox_series div.intro
{
	margin-bottom: 0.4em;
}

div.cbox_series label
{
	display: inline;
}

div.cbox_series div.cbox_split
{
	width: 48%;
	float: left;
	clear: none;
}

div.cbox_series div.cbox_split:last-child
{
	float: right;
}

body.registr_form div.textandphone,
body div.in-formsave
{
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #e6e6e6;
	padding: 6px 12px;
	margin-bottom: 8px;
}

body.registr_form div.textandphone div.text,
body div.in-formsave div.text
{
	padding-bottom: 0;
}

body.registr_form div.textandphone div.text input,
body div.in-formsave div.text input
{
	width: 100%;
}

body div.in-formsave div.text
{
	width: auto;
	float: none;
}

body div.textandphone div.cbox,
body div.in-formsave div.cbox
{
	padding-bottom: 0;
}

body.registr_form p.footnote
{
	font-style: italic;
	width: 120px;
	float: right;
	text-align: right;
}

body.registr_form div.subm
{
	width: 120px;
	clear: none;
}

body.email_agent p.footnote,
body.agent_search p.footnote
{
	font-style: italic;
	width: 120px;
	float: left;
}

body.email_agent div.subm,
body.agent_search div.subm
{
	text-align: right;
}

body.after_form p
{
	margin-bottom: 8px;
}

div#preapp_comment label
{
	margin: 0 0 8px 0;
	padding-top: 9px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

div#preapp_comment textarea
{
	width: 98%;
}

fieldset#preapp_contact div
{
	clear: both;
	padding-top: 9px;
}

fieldset#preapp_contact div.text label,
fieldset#preapp_contact div.select label
{
	width: 160px;
	padding-right: 18px;
	padding-top: 2px;
	float: left;
}

fieldset#preapp_contact div.text input
{
	width: 350px;
}

fieldset#preapp_contact input#phone_number1,
fieldset#preapp_contact input#phone_number2,
fieldset#preapp_contact input#phone_number_alt1,
fieldset#preapp_contact input#phone_number_alt2
{
	width: 30px;
	margin-right: 0;
}

fieldset#preapp_contact input#phone_number3,
fieldset#preapp_contact input#phone_number4,
fieldset#preapp_contact input#phone_number_alt3,
fieldset#preapp_contact input#phone_number_alt4
{
	width: 40px;
	margin-right: 0;
}

fieldset#preapp_contact div.radio_series label
{
	width: 160px;
	padding-right: 18px;
	padding-top: 2px;
	float: left;
}

fieldset#preapp_contact div.radio_series span.radio
{
	display: inline-block;
	width: auto;
	margin-right: 12px;
	padding: 0;
}

fieldset#preapp_contact div.radio_series span.radio input
{
	float: none;
	width: auto;
}

fieldset#preapp_contact div.radio_series span.radio label
{
	display: inline;
	float: none;
	margin: 0;
	padding: 0 6px 0 0;
}

