﻿/* --------------------------------------------------------------- */
/* -- form styles ------------------------------------------------ */
/* --------------------------------------------------------------- */
.disabled
{
    color:#999999;
    border-style:inset;
}
.borderTextBox
{
    width:375px;
}
input.btn
{
    margin:10px 0px;
}
.userFormLabel
{
    display:block;
    float:left;
    width:25%;
}
.userFormControl
{
    float:left;
    padding-bottom:5px;
    width:75%;
}

/* --------------------------------------------------------------- */
/* -- text styles ------------------------------------------------ */
/* --------------------------------------------------------------- */
.bold 
{
    font-weight:bold;
}
.italic,
.quote
{
    font-style:italic;
}
.small
{
    font-size:small;
}    
.headingText,
.headingText h2,
.listheading
{
    color:#1E5A8C;
    font-size:small;
    font-weight:normal;  
}
.PriceExclTaxLabel
{
    display:none;
}


 
