﻿/* Request An Account Styles */

#main_window p.editUser
{
    width: 75%;
}

#main_window h1
{
      float: left;
    font-size: 3.2em;
    color: #fff;
    font-style: italic;
    padding: 25px 0 0 10px;
}
#main_window h1 a:link, #main_window h1 a:visited
{
    display: block;
    font-size: .5em;
    color: #4f8e9c;
}

#main_window .content
{
    margin: 0 5px 0 5px;
    background: #fff url(/App_images/Admin/mainWin_content_bg02.jpg) repeat-y;
    padding:0px;
    font-size: 1.2em;
}

#main_window .content .error-display
{
    padding: 10px;
    
    background-color: #eee;
    background-image: none;
     width: 66%;
    margin: 12px;
    border: 1px solid red;
}

#main_window .content .thankyouVerbiage
{
    color: #1f6e8c;
      padding: 10px;
    text-align:center;
    width: 66%;
    background-color: #eee;
    background-image: none;
   
    margin: 12px;
    margin-bottom: 5px;
    border: 1px solid #1f6e8c;
}

.content_container
{
    position: relative;
    float: left;
    width: 100%;
    padding:0px;
    top: 0px;
    
    padding-bottom: 10px;
    background: transparent url(/App_images/Admin/winMain_content_imgBG.jpg) no-repeat bottom right;
}


#main_window .content fieldset.fileName
{
 width: 70%;
 float: left;
 padding-bottom: 10px;
 
}

#main_window .content fieldset.first
{
    margin-bottom: 12px;
    border: 1px solid blue;
}

#main_window .content label
{
    display: block;
   
    float: left;
    padding-left: 20px;
    margin-bottom: 10px;
    height: 21px;
    position: relative;
    bottom: .5em;
    width: 120px;
}

#main_window .content input
{
    float: left;
}

#main_window .content input.ImageButton
{
    background-image: none;
    width: auto;
    height:auto;
}

#main_window .content input.specialTxtbx
{
    width: 200px;
}

#main_window .content h2
{
    margin: -.5em 10px 0 140px;
    text-indent: -128px;
    *text-indent: -128px;
    font-size: 1.2em;
    border-bottom: 1px solid #c0c0c0;
    font-weight: bold;
}

#main_window .content h2 .text
{
    position: relative;
    top: .5em;
}

#main_window fieldset .radioButton input
{
    background-image: none;
    background-color: transparent;
   
    border: none;
    width: auto;
}

#main_window fieldset .radioButton label
{
    font-weight: bold;
    padding-left: 5px;
    bottom: .22em;
    
}

#main_window fieldset .radioButton span.spfUsers
{
    display: block;
    width: 370px;
    margin-left: 110px;
    margin-top: -15px;
    text-indent: -110px;
    border-bottom: 1px solid #c0c0c0;
}

#main_window fieldset .radioButton span.spfUsers .text
{
    position: relative;
    top:15px;
   
}

#main_window fieldset div.allUsers
{
    margin: 5px 5px 0px 50px;
    width: 220px;
    float: left;
  
}

#main_window fieldset div.allUsers select, #main_window fieldset div.selectedUsers select 
{
    display: block;
    width: 200px;
    margin: 0 auto 10px;
}

#main_window fieldset div.selectedUsers
{
        margin: 5px 5px 0px 5px;
    width: 220px;

    float: left;
}

    /* Further Styles For Request An Account */
    
    #main_window .directions
{
    padding: 25px;
    background: #e3e3e3 url(/App_images/mainWind_contentTop_bg.jpg) repeat-y;
    font-size: 1.4em;
    border: 1px solid #c0c0c0;
}

#main_window fieldset
{
    border: 1px solid #c0c0c0;
   
    line-height: 30px;
    margin: 12px;
    padding: 10px 0 0 0;
    background: #fff url(/App_images/fieldSet_bg.jpg) repeat-x;
}


#main_window fieldset input
{
    height: 19px;
    color: #3e3e3e;
    padding-left: 7px;
    line-height: 20px;
    width: 153px;
    background: #eee url(/App_images/inputBox_bg.jpg) repeat-x;
    border: 1px solid #c0c0c0;
    margin-left: 25px;
    *margin-left: 15px;
    margin-bottom: 10px;
}

#main_window fieldset input.flUpload
{
    width: 240px;
    border: 1px solid #c0c0c0;
    *width: 230px;
    line-height: 17px;
}


#main_window fieldset input.ClickToAdd
{
    position: relative;
    top: 4px;
    padding: 0;
    margin: 0;
}

#main_window fieldset input.submit_btn
{
    position: relative;
    top: 2px;
    *top:  0px;
    width: 71px;
    height: 21px;
    line-height: 15px;
    border: 1px solid #c0c0c0;
    padding: 0 3px 0 3px;
    margin: 0px;
    background: #cbcbcb url(/App_images/inputButton_selectFile_bg.jpg) repeat-x;
    font-size: 1.1em;
    color: #3d3d3d;
}

#main_window p.main_button input
{
    float: none;
}

#main_window p.main_button
{
    text-align:center;
    margin-bottom: 20px;
}

#main_window p.button input
{
    float: none;
}

#main_window p.button 
{
    text-align: center;
    margin-bottom: 10px;
 
    }
    
    #main_window p.button .ImageButton
    {
        margin: 2px;
    }
    
#main_window fieldset textarea.FormComments
{
     border: 1px solid #c0c0c0;
     padding: 5px;
     color: #3e3e3e;
     width: 200px;
     margin-left: 15px;
}
