﻿.clear {overflow: hidden;width: 100%;}

div.container-form {
    overflow: hidden;
}
div.container-form .field {
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}
div.container-form .line {
    display: block;
    width: 100%;
}
div.container-form .left {
    display: inline;
    float: left;
    width: 47%;
}
div.container-form .right {
    display: inline;
    float: right;
    width: 47%;
}
div.container-form label, div.container-form .label p {
    color: #3a6b8e;
    cursor: pointer;
    padding-left: 2px;
    line-height: 16px;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 2px;
}
div.container-form .checkbox {
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    color: #3a6b8e;
}
div.container-form .checkbox label {
    color: #3a6b8e;
    cursor: pointer;
    padding-left: 2px;
    line-height: 16px;
    overflow: hidden;
    display: inline;
    width: 100%;
}
div.container-form .legend {
    font-family: verdana;
    font-size: 10px;
    color: #808080;
    display: block;
    overflow: hidden;
}
div.form .requiredValidator {
    font: bold 8pt Tahoma, Verdana, Arial, sans-serif;
    color: #800000;
}

/* Input
===============================================================*/
div.container-form input, div.container-form textarea {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #160929;
    padding: 6px;
}
div.container-form input:focus, div.container-form textarea:focus {
    border: 1px solid #9292ce;
}