/* @TODO form cms css stuff */


/*
fieldset {
    border: none;
    text-align: left;
}

label {
    clear: both;
    font-weight: bold;
}

input, textarea, select {
    border: 1px solid #C5C8E3;
    background: #fff;
    color: #434C94;
    margin-bottom: 20px;
}

input.txt {
    width: 500px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #bbb;
    padding: 0px;
}

input.check {
    position:relative;
    top:2px;
}
button, input.btn {
    font-size: 1em;
    width: 370px;
    color: #ffffff;
    text-align:center;
    font-weight: bold;
    background-color: #283881;
    padding: 0.1em 0.7em 0.2em 0.7em;
        border-top:  1px solid #ffffff;
        border-left:  1px solid #ffffff;
        border-right: 2px solid #eeeeee;
        border-bottom: 2px solid #dddddd;
        cursor: pointer;
}



*/

