﻿
#recover-password-container #content-module-primary
{
    width: 720px;
	overflow: hidden;
	margin-left: 111px;
	margin-right: 111px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#recover-password-container #content-module-primary .header
{
    height: 31px;
    overflow: hidden;
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    background-repeat: repeat-x;
    background-image: url('../images/main-module-header-background.gif'); 
}
#recover-password-container #content-module-primary .header .header-left
{
    background-position: left top;
    float: left;
    width: 11px;
    height: 31px;
    background-image: url('../images/main-module-header-background-left.gif');
    background-repeat: no-repeat;
}

#recover-password-container #content-module-primary .header .header-right
{
    float: right;
    background-position: right top;
    background-image: url('../images/main-module-header-background-right.gif');
    background-repeat: no-repeat; 
    width: 11px;
    height: 31px;
}

#recover-password-container #content-module-primary .header .header-title
{
    padding-top: 6px;
    padding-left: 6px;
    font-size: 12pt;
    color: #ffffff;
}
  
#recover-password-container #content-module-primary .content
{
    overflow: hidden;
}

#recover-password-container #content-module-primary .content .content-left
{
    background-position: left;
    background-image: url('../images/main-module-content-background-left.gif');
    background-repeat: repeat-y;
}
#recover-password-container #content-module-primary .content .content-middle
{
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
} 

#recover-password-container #content-module-primary .content .content-right
{
    background-image: url('../images/main-module-content-background-right.gif');
    background-repeat: repeat-y;
    background-position: right;
}
#recover-password-container #content-module-primary .footer
{
    height: 11px;
    overflow: hidden;
    background-image: url('../images/main-module-footer-background.gif');
    background-repeat: repeat-x; 
}

#recover-password-container #content-module-primary .footer .footer-left
{
    float: left;
    width: 11px;
    height: 11px;
    background-image: url('../images/main-module-footer-background-left.gif');
    background-repeat: no-repeat; 
}
#recover-password-container #content-module-primary .footer .footer-right
{
    float: right;
    width: 11px;
    height: 11px;
    background-image: url('../images/main-module-footer-background-right.gif');
    background-repeat: no-repeat;
}

#recover-password-container .subtitle
{
    color: #293133;
    font-size: 10pt;
    font-weight: bold;
    line-height: 16px;
}

#recover-password-container .content-input
{
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#recover-password-container .user-prompt-text
{
    color: #293133;
    font-size: 9pt;
    font-weight: bold;
    line-height: 16px;
}

#recover-password-container .user-input-text
{
    color: #293133;
    font-size: 9pt;
    font-weight: bold;
    line-height: 16px;
}

#recover-password-container .user-input-textbox
{   
    width: 200px;
    border: solid 1px #888888;
    background-color: #ffffff;
    color: #293133;
    margin: 0px;
    width: 250px;
}

#recover-password-container .action-button
{
    float:right;
    background-color: #0091B6;
    width: 76px;
    height: 20px;
    padding-right: 4px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-align:center;
    border: none;
    margin-right:4px;
    margin-bottom: 1px;
    margin-left: 5px;
}

#recover-password-container .status-message
{
    color: #0091B6;
    font-size: 9pt;
    font-weight: bold;
    line-height: 16px;
}

