﻿/* Form
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.container-form {
    font-size: 12px;
    overflow: hidden;
}
div.field {
    margin-top: 6px;
    margin-bottom: 6px;

}
.container-form div.field .line {
    display: block;
    overflow: hidden;
    width: 100%;
}
.container-form div.field .left {
    display: inline;
    float: left;
    width: 47%;
}
.container-form div.field .right {
    display: inline;
    float: right;
    width: 47%;
}
.container-form label, 
.container-form .label p {
    color: #4C7B9E;
    cursor: pointer;
    padding-left: 2px;
    line-height: 16px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.container-form input {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e4e3e0;
    padding: 6px;
}
.container-form input:focus {
    border: 1px solid #4C7B9E;
}
.container-form .button {
    background-color: #d0e1ed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px;
    border: 1px solid #c2d3df;
    color: #494d4f;
}
.container-form .button:hover {
    border: 1px solid #9e8a68 !important;
    color: #756548;
}

.container-form div.field .checkbox {
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    color: #4C7B9E;
}
.container-form  div.field .checkbox label {
    color: #4C7B9E;
    cursor: pointer;
    padding-left: 2px;
    line-height: 16px;
    overflow: hidden;
    display: inline;
    width: 100%;
}
.container-form div.field .legend {
    font-family: verdana;
    font-size: 10px;
    color: #808080;
    display: block;
    overflow: hidden;
}



.container-form .requiredValidator {
    font: bold 8pt Tahoma, Verdana, Arial, sans-serif;
    color: #800000;
}
.container-form  em {
    font: bold 8pt Tahoma, Verdana, Arial, sans-serif;
    color: #800000;
}