﻿div.container-form {
    overflow: hidden;
}
div.container-form .input input {
}
div.container-form .field{
}
div.container-form .label {
    margin-bottom: 4px;
}
div.container-form .label p{
    padding: 0px;
    margin: 0px;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}
div.container-form .validation {
    font-size: 10px;
    color: #FF0000;
    font-family: verdana;
    font-weight: bold;
}
div.container-form .required{
}

/* buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.bluebutton {
    background: transparent url('images/btn_blue_bkg_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.bluebutton span {
    background: transparent url('images/btn_blue_bkg_left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.bluebutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.bluebutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.whitebutton {
    background: transparent url('images/btn_white_bkg_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.whitebutton span {
    background: transparent url('images/btn_white_bkg_left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.whitebutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.whitebutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



.login-box {
    background-color: #99ccff;
    width: 300px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
}
.login-box .title {
    background-color: #61061b;
    color: #e1b22d;
    padding: 5px;
    font-size: 14px;
    font-weight: bolder;
}
.login-box .text-body {
    padding: 5px;
    background-color: #99ccff;
}
.login-box .button {
    margin: 10 auto;
    padding: 10px;
    width: 250px;
    text-align: center;
}