﻿.largefont
{
    font-size: 21px;
    letter-spacing:-1px;
    line-height:21px;
}

.bold
{
    font-weight: bold;
}

a.largefont, a.largefont:visited, a.largefont:hover
{
    color: #fafbfc;
    letter-spacing:-1px;
}

.redfont
{
    color: red;
}

.errorfont
{
    font-size: 12px;    
    background-color: #000000;
    padding: 0px 5px 0px 5px;
    color: #f10800;
}

.largeComboBox
{
    border: solid 3px #0898fb;
    padding: 3px;
    width: 250px;
}

.smallComboBox
{
    border: solid 3px #0898fb;
    padding: 3px;
    width: 100px;
}

.smallfont
{
    font-size: 10px;
}

.mediumfont
{
    font-size: 12px;
}

.textBox
{
    border: solid 3px #0898fb;
    padding: 3px;
}

.inputfield
{
    float: left;
    width: 320px;    
    padding-bottom: 13px;
    position: relative;
}

.inputfield_checkboxes
{
    position: absolute;
    top: 263px;
    left: 327px;
    padding-bottom: 15px;
}

.subinputfield
{
    float: left;    
    width: 120px;    
}

.inputtext
{
    padding: 0px;    
}

.inputcheckbox
{        
    font-size: 12px;
}

.inputcheckbox a, .inputcheckbox a:visited, .inputcheckbox a:hover
{
    color: #fafbfc;
}

.inputlabel
{
    padding-bottom: 2px;
}

.inputerror
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.cleaner
{
    clear: both;    
}

.captcha
{
    position: relative;
}

.captchaLabel
{
    position: absolute;
    top: 0px;
    left: 200px;
}

.captchaTextBox
{
    position: absolute;
    top: 20px;
    left: 200px;
    border: solid 3px #0898fb;
    padding: 3px;
}

.captchaLabelVertical
{
    position: absolute;
    top: 60px;
    left: 0px;
}

.captchaTextBoxVertical
{
    position: absolute;
    top: 80px;
    left: 0px;
    border: solid 3px #0898fb;
    padding: 3px;
    width: 250px;
}

.pointer
{
	cursor: pointer;
}
