div.rounded {
    clear:both;
    max-width:2400px;
    margin-top: 5px;
    margin-left:10px;
    margin-right:10px;
}

div H2
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	font-size: 12.5px;
	text-align: left;
	overflow: hidden;
}

div.rounded div.top-middle
{
    background: url('../Images/RoundedPanel/BanTR.gif') no-repeat right bottom;
    padding: 0px;
    width: 100%;
}

div.rounded div.top-middle div.top-midfill
{
    background: url('../Images/RoundedPanel/BanTLn.gif') repeat;
    padding: 0px;
    margin-right: 8px;
}


 div.rounded div.top-middle div.top-midfill div.top-outer
{
    background: url('../Images/RoundedPanel/BanTL.gif') no-repeat left bottom;
    padding: 0px;
    width: 100%;
    
}

div.rounded div.top-middle div.top-midfill div.top-outer div.top-inner
{
    background: url('../Images/RoundedPanel/BanHR.gif') no-repeat right bottom;
    margin-left: 15px;
    width:50%;
}

div.rounded div.top-middle div.top-midfill div.top-outer div.top-inner div.top
{
    background: url('../Images/RoundedPanel/BanHM.gif') repeat;
    height: 24px;
    margin-right: 9px;
    font-size: .01em;
}


/* START Plain Top Panel */

div.rounded div.top-outer-plain
{
    background: url('../Images/RoundedPanel/PlnTL.gif') no-repeat left bottom;
    padding: 0px;
    width: 100%;
}

div.rounded div.top-outer-plain div.top-inner-plain
{
    background: url('../Images/RoundedPanel/PlnTR.gif') no-repeat right bottom;
    margin-left: 15px;
}

div.rounded div.top-outer-plain div.top-inner-plain div.top-plain
{
    background: url('../Images/RoundedPanel/PnlTM.gif') repeat;
    height: 9px;
    margin-right: 9px;
    font-size: .01em;
}

/* END Plain Top Panel */


div.rounded div.mid-outer
{
    background: url('../Images/RoundedPanel/MLBg.gif') repeat-y left;
    clear: both;
    width: 100%;
}

div.rounded div.mid-outer div.mid-inner
{
    background: url('../Images/RoundedPanel/MRBg.gif') repeat-y right;
    margin-left: 9px;
}

div.rounded div.mid-outer div.mid-inner div.mid {
	background-color:#fcfcf8;
    margin-right:8px;
}

div.rounded div.bottom-outer
{
    background: url('../Images/RoundedPanel/ComBL.gif') no-repeat left top;
    clear: both;
    padding: 0px;
    width: 100%;
}

div.rounded div.bottom-outer div.bottom-inner {
    background:url('../Images/RoundedPanel/ComBR.gif') no-repeat right top;
    margin-left:9px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom {
    background:url('../Images/RoundedPanel/ComBM.gif') repeat;
    height:9px;
    margin-right:9px;
    font-size:.01em;
}
body {
    background-color: #f9fbfb;
    margin: 0px;
    font-family: Tahoma;
    font-size: 12px;
}

.mainContainerWrapper {
    left: 50%;
    top: 50%;
    padding-top: 28px;
}

.welcomeFooter {
    width: 100%;
    font-size: 12pt;
    color: #555555;
    text-align: center;
}

.selfServiceFooter {
    width: 100%;
    font-size: 10pt;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: bold;
}

.welcomeHeader {
    vertical-align: bottom;
    text-align: center;
    color:#4C7385;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: normal;
}

.gradientBackground {
    background: -webkit-linear-gradient(#9BC7A3, #f9fbfb);
    background: -o-linear-gradient(#9BC7A3, #f9fbfb);
    background: -moz-linear-gradient(#9BC7A3, #f9fbfb);
    background: linear-gradient(#9BC7A3, #f9fbfb);
    background-image: -moz-linear-gradient(center top, #9BC7A3 0%, #f9fbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BC7A3', endColorstr='#f9fbfb', GradientType=0 );
    behavior: url(./Styles/PIE.htc);
}

#LogonContainer {
    margin: 0 auto;
    width: 400px;
    border: 1px solid #CDD4E3;
    padding: 0px;
    padding-bottom: 5px;
}

    #LogonContainer .header {
        background: url('../images/header1.png') repeat-x scroll 0 0;
        border-bottom: 1px solid #466094;
        color: #FFFFFF;
        height: 45px;
        position: relative;
    }

        #LogonContainer .header .key {
            background: url('../images/common/keys.png') no-repeat scroll 0 0 transparent;
            height: 52px;
            left: 30px;
            position: absolute;
            top: 8px;
            width: 33px;
        }

        #LogonContainer .header .text {
            padding: 19px 0 0 80px;
        }

    #LogonContainer .content {
        border: 1px solid #CDD4E3;
        margin-top: 3px;
        padding: 3px;
    }

    #LogonContainer .form {
        min-height: 125px;
        padding-bottom: 15px;
    }

    #LogonContainer .bottom-bar {
        background: url('../images/common/bottom-bar-grad.gif') repeat-x scroll 0 100% #E3E6EB;
        height: 22px;
        padding: 6px 0 0;
        text-align: center;
    }

.errorContainer {
    height: 25px;
    width: 230px;
    font-size: 10px;
    color: Red;
}

.requiredError {
    color: red;
    padding: 0 1px 0 1px;
}

.form .field {
    height: 24px;
    padding: 0;
    font-size: 12px;
}

.cursorHand {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

a.glow, a.glow:hover, a.glow:focus
{
    text-decoration: underline;
	color: #F55D11;
	text-shadow: none;
	-webkit-transition: 100ms linear 0s;
	-moz-transition: 100ms linear 0s;
	-o-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
	outline: 0 none;
}

a.glow:hover, a.glow:focus
{
    text-decoration: underline;
	color: #F55D11;
	text-shadow: -1px 1px 8px #FFBD71, 1px -1px 8px #FFDD91;
}
