﻿
div#formCont
{
   
    float:left;
    width:560px;
    min-height:401px;

}

div.formField
{
    clear:both;
    
}

div.formLabel
{
    float:left;
    width:200px;
}

div.formValue
{
    float:left;
    padding:0 0 8px 0;
}

div.formValue input, div.formValue textarea, .optionsDropdown
{
    border:solid 1px #dddee0;
    border-top:solid 2px #dddee0;
    width:245px;
}

.options
{
    margin-left:-4px;
}

.options td input
{
    border:none;
    width:14px;
}



span.formLabelText
{
    display:block;
    float:left;
}

div.required
{
    float:left;
}

a.stdButton
{
    position:relative;
    left:200px;
    margin-bottom:40px;
}

.fileRequired
{
    position:relative;
    top:4px;
    left:10px;
}

/* CAPATCHA */

div.capatchaValue, div.capatchaInputValue
{
    margin:20px 0 0 200px;
}


/* ERROR */

.messageCont
{
    
    background:#fff;
    padding:10px 0;
    width:566px;
}

.messageCont span.unansweredQs
{
    display:block;
    line-height:150%;
    color:#f00;
}

.error
{

}

.cpError
{
    position:relative;
    left:0px;
    top:20px;
}

.selectError
{
    position:relative;
    left:0px;
    top:10px;
}
