.ab-disclaimer
{
	background: url('../img/info.png') no-repeat;
    background-position: 20px center;
    padding-left: 70px;
    margin-bottom: 1em;
    color: #4d4181;
}
.field
{
	clear: both;
    padding-top: 0.7em;
}
.name
{
	font-size: 1.3em;
	color: #4d4181;
	margin-bottom: 0.1em;
}
.check
{
	display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    width: 18px;
    height: 18px;
    background: url('../img/box-unchecked.png');
    margin-right: 4px;
}
.checkbox-emu.selected .check
{
	background: url('../img/box-checked.png');
}
.checkbox-emu
{
	cursor: pointer;
	padding: 3px;
}
.ab-job-type input[type="checkbox"], .ab-week-day input[type="checkbox"]
{
	display: none;
}
.value input[type="text"]
{
	border: 1px solid#4d4181;
    padding-left: 3px;
    box-sizing: border-box;
    outline: none;
	border-radius: 1px;
	width: 100%;
}
.value select
{
	border: 1px solid#4d4181;
    padding-left: 3px;
    box-sizing: border-box;
    outline: none;
    border-radius: 1px;
    color: #4d4181;
    height: 1.7em;
    width: 100%;
}
.value textarea
{
	border: 1px solid#4d4181;
    resize: none;
    width: 100%;
    height: 100px;
}
.candidate-form
{
	margin-bottom: 3em;
}
.candidate-form input[type="submit"]
{
	display: block;
    margin-top: 1em;
    border: none;
    padding: 0.5em;
    font-weight: bold;
    color: white;
    outline: none;
    border-radius: 1px;
    background: #4d4181;
    padding-left: 2em;
    padding-right: 2em;
    cursor: pointer;
}
.request-submit-result
{
	margin-top: 1em;
    display: block;
}
.wa-captcha-input
{
	width: 100px !important;
}
.couple-only {display: none;}