.formscontainer
{
    line-height: 2em;
    /*background-color: #FAFAFA;*/
    border: solid 1px #dedede;
    border-right: 0px;
    background-image: url(../../image/general/FormBack.gif);
    width: 450px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

*html .formscontainer
{
    width: 430px;
      padding-left: 10px;
      background-image: url(../../image/general/FormBackIE.gif);
}

.formscontainerSaF
{
    /*background-color: #FAFAFA;*/
    border: solid 1px #dedede;
    border-right: 0px;
    background-image: url(../../image/general/FormBack.gif);
    width: 430px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.buttons
{
    width: 436px;
}

.formscontainerextra
{
    /*font-size: 12px;*/
    background-color: #FFFFFF;
    width: 436px;
    padding: 7px;
    margin-bottom: 7px;
}

.formslogincontainer
{
    position: absolute;
    left: 678px;
    top: 200px;
    /*font-size: 12px;*/
    background-color: #FAFAFA;
    border: 1px solid #ADC2D6;
    width: 121px;
    padding: 7px;
    margin-bottom: 7px;
}

.formscontainer .introtext, .formslogincontainer .introtext
{
    margin-bottom: 7px;
}

.formslogincontainer a
{
    display: block;
    text-decoration: none;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 18px;
    /*font-size: 12px;*/
    background-image: url(../images/arrow-gray.html);
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.formslogincontainer a:hover
{
    color: rgb(204,0,0);
    background-image: url(../images/arrow-red.html);
}

.formscontainertitle
{
  /*font-size: 12px;*/
  font-weight: bold;
    margin-bottom: 7px;
}

.formscontainerheadline
{
  /*font-size: 12px;*/
    margin-bottom: 17px;
}

.formscontainerheadline1
{
  /*font-size: 12px;*/
    margin-bottom: 17px;
}

.formscontainer table
{
    border-collapse: collapse;
    padding: 0; 
    margin: 0;
    border: 0;
    width: 430px;
}

*html .formscontainer table
{
  width: 352px;
}

.formscontainerline
{
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}

table.formscontainerline, table.formscontainerline td
{
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}

.formscontainer input
{
    font-size: 11px;
}

.formscontainer select
{
    font-size: 11px;
}

td.formsfieldspacer
{
    border-collapse: collapse;
    width: 7px;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

td.formsleftcaption
{
    width: 139px;
}

table.formsfield
{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border: 1;
    width: auto;
}

table.formsfield td
{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border: 0;
}

td.forminputdescription
{
  /*font-size: 12px;*/
    color: #373737;
    height: 14px;
}

.forminputdescription
{
  /*font-size: 12px;*/
    color: #373737;
    height: auto;
    /*line-height: normal;*/
}

.formtext
{
  /*font-size: 12px;*/
    color: black;
}

label.formcheckboxdescription
{
    margin-top: 3px;
  /*font-size: 12px;*/
    color: #373737;
    height: auto;
    /*line-height: normal;*/
}

label.formcheckboxdescriptionerror
{
    margin-top: 3px;
  /*font-size: 12px;*/
    color: #CC0000;
    height: auto;
    /*line-height: normal;*/
}

.forminputdescriptionerror
{
  /*font-size: 12px;*/
  color: #CC0000;
    height: auto;
    /*line-height: normal;*/
}

.forminputvalue
{
  /*font-size: 12px;*/
    color: black;
    height: auto;
    /*line-height: normal;*/
}

.formviewlineeven
{
    background-color: #F2F2F2;
}

.formviewlineodd
{
    background-color: Transparent;
}

.formviewlineeven .forminputdescription
{
    padding: 2px;
    width: 50%;
}

.formviewlineeven .forminputvalue
{
    padding: 2px;
    width: 50%;
}

.formviewlineodd .forminputdescription
{
    padding: 2px;
    width: 50%;
}

.formviewlineodd .forminputvalue
{
    padding: 2px;
    width: 50%;
}

.infotext
{
    /*line-height: normal;*/
  font-family: arial, sans-serif;
  /*font-size: 12px;*/
  padding: 4px;
  background-color: #FFFFFF;
  display: none;
  border: 1px solid black;
  position:absolute;
  z-index: 100;
  left:0;
  top:0;
  white-space: nowrap;
  text-align: left;
}

.infoicon
{
    padding-bottom: 2px;
    vertical-align: bottom;
    text-align: right;
}

.infoiconrt1
{
    vertical-align: middle;
    text-align: left;
}

.infoiconrt2
{
    vertical-align: top;
    text-align: left;
}

.continueButton
{
  text-align: right;
}


/* form-module
*******************************************************************************/
#form-module * {
    padding:0px;
    margin:0px;
}

#form-module {
    margin:0px;
    padding:0px;
    width:470px;
    background-color:#f7f7f7;
    color:#666;
    font-family:arial, verdana, helvetica, sans-serif;
    font-size:1.2em;
}

#form-module fieldset {
    border:0px solid #fff;
}

#form-module legend {
    display:none;
}


#form-module p {
    margin:0;
    padding:5px;
    font-size:1em;
    font-weight:bold;
}

#form-module .element {
    display:block;
    clear:both;
    background-color:#f7f7f7;
    border-top:2px solid #fff;
}

#form-module label {
    display:block;
    float:left;
    padding:5px;
    width:120px;
    border-right:2px solid #fff;
}

#form-module label.checkbox {
    width:372px;
    border-left:2px solid #fff;
    border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
    float:left;
    margin:5px;
    width:295px;
    border:1px solid #333;
}

#form-module input.text {
    height:20px;
}

#form-module input.checkbox {
    width:120px;
    padding:0;
    border:none;
}

#form-module input.submit { 
    margin:5px 5px 5px 137px;
    padding:2px 5px;
    border:1px solid #333;
    background-color:#fff;
    color:#666;
    font-family:arial, verdana, helvetica, sans-serif;
    text-align:center;
    cursor:pointer;
}

#form-module input.submit:hover { 
    background-color:#f7f7f7;
    color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
    height:96px;
}

#form-module-thanks {
    display:block;
    color:#666;
    font-family:arial, verdana, helvetica, sans-serif;
    font-size:1.2em;
}
 

/* Content */
.contentBold
{
  font-weight: bold;
}