/* signup events widget*/
div.sum_wdt {
    padding: 1em;
    background-color: #fcfcfc;
    border: 1px solid #d4d2d2;
    margin:1em auto;
    width:92%;
    max-width: 26em;
}

.sum_wdt h2 {
    color: #c59400;
    font-size: 2.1em;
    margin: 0 0 1em 0;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.sum_wdt input[type="text"] {
    padding: 0.3em 2.5%;
    margin-bottom: 1em;
    width: 94%;
    max-width: 16em;
    font-size: 1.6em;
    color: #585858;
    border: 1px solid #d4d2d2;
    background-color: #f3f3f3;
}
.sum_wdt input[type="submit"] {
    width: 100%;
    padding: 0.3em 1.5%;
    font-size: 2em;
    border-radius: 0;
    background: #c59400;
    filter: none;
    font-weight: 500;
    box-shadow: none;
    margin-top:0.5em;
    letter-spacing:0.5px;
}
div.sum_wdt_chk {
    margin: 0.5em 0 1em 0;
}
.sum_wdt_chk em, .sum_wdt_chk span, .sum_wdt_chk label, .sum_wdt_chk input[type="checkbox"] {
    font-style: normal;
    color: #585858;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 0.25em;
    float: left;
    clear: left;
    display: block;
}
div.sum_wdt_chk label {
    clear: right;
    width: 80%;
}
.sum_wdt_chk input[type="checkbox"] {
    margin: 0.4em 0.25em 0 0;
}
.sum_wdt_chk label {
    margin-top: 0.25em;
}
div.sum_wdt p {
    background: url("../../Img/error_ico.png") no-repeat scroll 1px 0 #FF5C00;
    border-radius: 13px 3px 3px 13px;
    color: #FFFFFF;
    font-family: 'AlianzaSlab500';
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.2em;
    width: 86%;
    word-spacing: 0px;
    margin: 0 0 1em 0;
    padding: 0 0 0 13%;
}
