﻿

.RFQ_Form 
{
    font-family:Arial;
    color: #111111;
    font-size: small;
}

.RFQ_SubmitButton 
{
    clear: both;
    float: right;
}

.RFQ_Form button
{
    float: right;
}

.RFQ_Label_H1 
{
    font-size: 16px;
    font-weight: bold;
    clear: both;
    display:block;
    width:100%;
}


.RFQ_TextLabel_Container 
{
    width: 45%;
    margin: 2%;
    float: left;
}


.RFQ_TextLabel_Container_MultiLine
{
    width: 96%;
    margin: 2%;
    float: left;
}

.RFQ_TextLabel_Label 
{
}

.RFQ_TextLabel_TextBox
{
    width: 100%;
}


.RFQ_TextLabel_Validator
{
    color: Orange;
}

.RFQ_TextLabel_Validator_Invalid 
{
    color: Red;
}

.RFQ_Panel_Header, .RFQ_Panel_Header_Expanded
{
    display: block;
    float: left;
    width: 22%;
    margin-right: 3%;
    background: silver;
    color: Black;
    text-align: center;
    line-height:30px;
    vertical-align:middle;
}

.RFQ_Panel_Header_Expanded
{
    background: gray;
}

.RFQ_Panel_Header A 
{
    text-decoration: none;
    color: Black;
}

.RFQ_Panel_Header_Expanded A 
{
    text-decoration: none;
    color: White;
}

.RFQ_Panel_Header A:hover
{
    display: block;
    width: 100%;
    background: gray;
    color: Black;
}

.RFQ_Panel_Body, .RFQ_Panel_Body_Expanded
{
    display: none;
    border: solid 2px gray;
    background: white;
    width: 100%;
    clear: both;
}

.RFQ_Panel_Body_Expanded p
{
    margin: 12px;
}

.RFQ_Panel_Body_Expanded
{
    display: block;
}
.RFQ_TextLabel_Label 
{
    float: left;
}
#Captcha 
{
    width: 150px;
    height: 50px;
    background-color: Black;
    float: left;
}

#CaptchaA 
{
    font-size: smaller;
    float: left;
    
}