/* Form customisations */

.wmpform input, .wmpform textarea, .wmpform select {
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    font-family: INGMe;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    width: auto;
	margin: 3px 0 10px 0;
}

.wmpform input[type="checkbox"] { margin-right: 10px; }

.wmpform input[type="radio"] {
    width: auto;
    border: none;
    box-shadow: none;
    display: block;
    margin: 4px;
}

.wmpform textarea { height: 120px; }
.wmpform .wm-field-label label em b { display: none; }

.wmpform .submit:hover { color: #FF6200; }
.wmpform .submit {
    background-color: #FF6200;
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid transparent;
    position: relative;
}
.wmpform .submit:hover {	color: #FF6200; background-color: #fff; border-color: #FF6200; }

.wmpform .default-content ul { margin-bottom:0; }
.wmpform li.option { list-style-type: none; }
.wmpform .horizontal li.option {
    width: 18px;
    display: inline-block;
    text-align: center;
}

ul.wm_formelement_errors {
    list-style: none;
    padding-left: 5px;
    color: #FF0000;
    font-size: 12px;
}

/* Login form */
.login {
    width: 240px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    background: url('/upload_mm/b/7/e/131060_fullimage_ing-login-logo.png') top center no-repeat #FFFFFF;
    margin: 0 auto;
    padding: 92px 30px 20px 30px;
}

.login input.login-field { width: 220px; }
.login h1 {
	font-family: INGMe;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
    color: #767676;
}

/* Captcha */

#title_captcha, #captcha {
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    max-width: 310px;
    margin-bottom: 20px;
}

#text_title_captcha, #text_captcha {
	display: none;
}

.visualCaptcha-explanation {
    background-color: #A8A8A8;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    color: #FFF !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
}

.visualCaptcha-possibilities, .visualCaptcha-button-group {
    display: inline-block;
}

.visualCaptcha-possibilities .img {
    display: inline-block;
    margin-right: 8px;
}

.visualCaptcha-possibilities .img img {
    padding: 5px;
}

.visualCaptcha-possibilities .img.visualCaptcha-selected img {
    border: 2px dashed #FF6200;
	padding: 3px;
}

.visualCaptcha-button-group {
    float: right;
    position: relative;
}

.visualCaptcha-refresh-button img {
    width: 36px;
    height: 36px;
    background-image: url('/static/captcha_refresh.png');
    box-sizing: border-box;
    padding-left: 36px;
}