﻿/* Box */
.box, .buttonSend
{
    width: 740px;
    margin: 20px 0 0 0;
    float: left;
}
.boxTop, .boxBottom
{
    width: 739px;
    height: 5px;
    float: left;
}
.boxTopLeft, .boxBottomLeft
{
    width: 5px;
    height: 5px;
    float: left;
}
.boxTopCenter, .boxBottomCenter
{
    width: 729px;
    height: 5px;
    float: left;
}
.boxTopRight, .boxBottomRight
{
    width: 5px;
    height: 5px;
    float: right;
}
.boxMain
{
    width: 714px;
    padding: 16px 7px 10px 17px;
    float: left;
    height: auto;
}
.boxTitle
{
    width: 738px;
    float: left;
    padding: 3px 0 7px 0;
    text-align: center;
}
/* End box */
input[type=text]
{
    width: 300px;
}
input#birthDate, input#conclusionDate, input#wage, input#phone, input#mobile, input#dateAdmission1, input#dateResignation1, input#dateAdmission2, input#dateResignation2, input#dateAdmission3, input#dateResignation3
{
    width: 110px;
}
input#state
{
    width: 30px;
}
select
{
    width: 113px;
}
textarea, input[type=text], select
{
    margin: 3px 0;
}
.inputRadio
{
    margin: 2px 0 7px 0;
}
label
{
    position: relative;
    clear: left;
    float: left;
    width: 245px;
    margin-right: 10px;
    text-align: right;
    line-height: 23px;
    *line-height:25px;
}
.lineForm
{
    width: 100%;
    margin: 0 0 1px 0;
}
.titleLineForm
{
    width: 100%;
    height: 25px;
    margin: 5px 0 1px 0; 
}
.titleLineForm1
{
    width: 100%;
    height: 25px;
    margin: 0 0 1px 0; 
}
.titleLineForm2, .titleLineForm3
{
    width: 100%;
    height: 25px;
    margin: 10px 0 1px 0; 
}
textarea
{
    width: 300px;
    height: 65px;
}
.buttonSend
{
    text-align: center;
}
input[type=submit]
{
    margin: 1px 0 0 0;
    *margin: 1px 0 0 0;
}
.imgError
{
    width: 50px;
    height: 50px;
    float: left;
}
.textError
{
    width: 280px;
    float: left;
    margin: 16px 0 0 12px;
}
