﻿input.feTextBox
{
    width:160px;
    height:18px;
    background-color:#DCE6E9;
    border:solid 1px #666666;
    font-weight:bold;
    font-size:9pt;
    color:Black;
}

input.feTextBox:hover
{
    background-color:#FFFFFF;
    border:solid 1px #333333;
}


input.feTextBoxMic
{
    width:140px;
    height:18px;
    background-color:#DCE6E9;
    border:solid 1px #666666;
    font-weight:bold;
    font-size:9pt;
    color:Black;
}

input.feTextBoxMic:hover
{
    background-color:#FFFFFF;
    border:solid 1px #333333;
}


input.feTextBoxCosMic
{
    width:50px;
    height:18px;
    background-color:#DCE6E9;
    border:solid 1px #666666;
    font-weight:bold;
    font-size:9pt;
    color:Black;
}

input.feTextBoxCosMic:hover
{
    background-color:#FFFFFF;
    border:solid 1px #333333;
}

textarea
{
    width:270px;
    height:100px;
    font-family:Verdana, Sans-Serif;
    color:Black;
    background-color:#DCE6E9;
    overflow:auto;
    border:solid 1px #666666;
}

textarea.formsecund
{
    width:270px;
    height:100px;
    font-family:Verdana, Sans-Serif;
    color:Black;
    background-color:#FFFFFF;
    overflow:auto;
    border:solid 1px #666666;
}

textarea:hover
{
    background-color:White;
}

input.formsecund
{
    width:270px;
    height:18px;
    background-color:White;
    border:solid 1px #666666;
    font-weight:bold;
    font-size:9pt;
    color:Black;
}

input.formsecund:hover
{
    background-color:#FFFFFF;
    border:solid 1px #333333;
}
