﻿input[type=submit]
{
    padding: 3px;
    background:#444 /*url(../images/columnheader-fade-top.png) repeat-x scroll center 13px*/;
    color:White;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;    
}

input[type=submit]:hover
{
    padding: 3px;
    background:#fff /*url(../images/columnheader-fade50-top.png) repeat-x scroll center 13px*/;
    color:#444;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;    
}

input[type=text], textarea,
input[type=password] 
{
    background: #fff /*url(../images/columnheader-fade25-top.png) center 1px repeat-x*/;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 2px;
    font-family: Trebuchet MS;
}



.optionlist .answer, textarea, select
{
    font-size: 0.9em;
}

.userInputForm .form-section
{
    padding: 5px;
}

.userInputForm .form-field
{
    padding-bottom: 1px;
}

.userInputForm .mandatory .question
{

}

.userInputForm .form-field .question
{
    width: 75px;
    padding: 0 0 0 0;
    display: block;
    float: left;
    font-size: 0.9em;
}

.userInputForm .form-field label
{
    padding: 2px 0 2px 0;
    width: 90px;
    display: inline-block;
}

td label.question
{
    font-size: 0.8em;
    width: 100%;
    display: inline;
}

.userInputForm .form-field .answer
{
    display: block;
    float: left;
}

.userInputForm .largetextbox .question
{
    display: block;
    width: 100%;
    text-align: left; 
}

.userInputForm .largetextbox .answer
{
    display: block;   
    width: 100%;
    text-align: left; 
}


.userInputForm .largetextbox .answer textarea
{
    height: 73px;
}

/* TakeMP */

#TakeMP .textbox .question
{
    width: 85px;
    text-align: left;
    padding-right: 5px;
}

#TakeMP .textbox .question label
{
    width: 90px;
}

#TakeMP .textbox .answer
{
    width: 130px;
}

#TakeMP .textbox .answer input
{
    width: 130px;
}

#TakeMP .largetextbox .question,
#TakeMP .optionlist .question
{
    display: block;
    width: 200px;
    text-align: left;
}

#TakeMP .largetextbox .question
{
    width: 100%;
}

#TakeMP .largetextbox .question label,
#TakeMP .optionlist .question label
{
    width: 100%;
}

#TakeMP .largetextbox .answer textarea
{
    width: 99%;
    height: 117px;
}

#TakeMP .optionlist .answer label
{
    width: 190px;
}


/* Contact Form */

#ContactForm .textbox .question
{
    width: 35%; 
}

#ContactForm .textbox .answer
{
    width: 65%;
}

#ContactForm .largetextbox .answer
{
    width: 100%;
    text-align: left;
}

#ContactForm input, #ContactForm textarea
{
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
}


#ContactForm textarea
{
    width: 203px;
}

#FindAdviser .locationTextBox,
#FindAdviser .radiusTextBox
{
    font-family: Cambria,Georgia,"Times New Roman",Times,serif;
    font-size: 1.0em;
    color: #2A368A;
    text-align: justify;
    font-style: normal;
    background-image: url(../images/columnheader-fade-bottom.png); 
    background-position: bottom center; 
    background-repeat:repeat-x;   
    background-color:  #555;
    color: White;
    border: 1px solid #444;
}

#FindAdviser .locationTextBox
{
    width: 200px;
}

#FindAdviser .radiusTextBox
{
    width: 80px
}