﻿.account-container {
	width: 400px; 
	display: block;
	margin: 85px auto 50px auto;
	
	background: #f9f9f9;
	
	border: 1px solid #d5d5d5;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
}

.accountGroup {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 10px;
}
  .acctLabelSettings
    {
      float:left;
      font-weight:bold;
      width: 130px;
    }

   .acctTxtSettings
    {
     
       min-width: 200px; 
       max-width: 600px;  
       padding-right: 10px;     
    }
    .acctTxtSettings2
    {
      float:left;
      width: 130px;
    }

  .acctTxtSettingsBtns
    {
       float:left;     
            
    }


.content {
	padding: 16px 28px 23px;
} 
.account-container h1 {
	margin-bottom: .4em;
	
	color: #263849;
}

.Account-Buttons { width: 99.9%; height: 50px;padding-top: 20px;border-right:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc; }
.Account-Button-Cancel { float: left; width: 200px; text-align: left; margin-top: 5px; }

/*Added this style sheet for Login Page*/
.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; float: right; margin-top: 18px;}

/*Added this style sheet for Login Page*/

.login-extra {
	display: block; 
	width: 300px; 
	margin: 1.5em auto;
	 
	text-align: center;
	line-height: 19px; 
	
	text-shadow: 1px 1px 0px #fff; 	
}


.login-fields .field { margin-bottom: 1.25em; }
 .login-fields-input {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 250px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}
 .login-fields input {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 260px;
	display: bloc;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}
.username-field { background: url('../Images/signin/user.png') no-repeat; }

.password-field { background: url('../Images/signin/password.png') no-repeat; }

.login-actions { float: left; width: 100%; margin-top: -1em; margin-bottom: 1.25em; }

.login-extra-container { margin-top: 90px; border-top-style: solid; border-top-width: 1px; border-top-color: #999999; text-align: center; clear: both; }
.login-extra { margin-top: 20px; }

span.login-checkbox { float: left; margin-top: 31px; width: 204px; }
span.login-checkbox > input[type='checkbox'] { opacity: 0; float: left; width: 15px; }
span.login-checkbox > input[type='checkbox'] + label { clear: none; height: 15px; display: block; padding: 0 0 0 22px; margin: 0; font-size: 12px; line-height: 1.2em; background: url('../Images/signin/check.png') no-repeat 0 0; cursor: pointer; }
span.login-checkbox > input[type='checkbox']:checked + label { background-position: 0 -15px; }

.pad-R-Login
{
    margin-right: 20px;
}

.Modal-Text
{
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.text-Align-Left {
    text-align: left;
}
#MsrTitle {
    float: right;
    font-size: 26px;
    font-weight: bold;
    padding-right: 30px;
    line-height: 90px;
    vertical-align: bottom;
}

#TopBanner {
    height: 95px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
     margin-bottom: 1px;
}
