div#expPswdWrpr {
    width: 600px;
    height: 460px;
    margin: 0 auto;
    color: #6c6e72;
    border: solid;
    border-width: 2px;
    border-color: lightblue;
    background-image: -moz-linear-gradient(bottom, #e3e3e3 0%, #fefefe 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e3e3e3));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e3e3e3');
    margin-top: 65px;
}

div#forgotPswdWrprRst
{
    width: 600px;
    height: 350px;
    background: url('images/login-bg-fg-350.png') no-repeat;
    margin: 0 auto;
    color: #6c6e72;
    margin-top: 75px;
}

div#forgotPswdWrpr {
    width: 600px;
    height: 250px;
    background: url('images/login-bg-fg-250.png') no-repeat;
    margin: 0 auto;
    color: #6c6e72;
    margin-top: 75px;
}

div#resetPswdWrpr {
    width: 600px;
    height: 400px;
    background: url('images/reset-bg-fg-400.png') no-repeat;
    margin: 0 auto;
    color: #6c6e72;
    margin-top: 75px;
}

div#logInWrapper {
    width: 600px;
    height: 250px;
    background: url('images/login-bg.png') no-repeat;
    margin: 0 auto;
    color: #6c6e72;
    margin-top: 75px;
}

div#signInDiv
{
    width:350px;
    padding:5px 5px 5px 15px;
    float:left;
}

.silverTextBox
{
	width:155px;
	background: transparent url('images/textBox-bg.png') no-repeat;
	color : #3b3b3b;
	font-size:14px;
	height:24px;
	border:0;
	padding-left: 3px;
	padding-right: 10px;
	/* padding:4px 8px; */
	margin-bottom:0px;
}

.silverTextBoxDisabled {
    width: 155px;
    background: transparent url('images/textBox-bg.png') no-repeat;
    color: #888888;
    font-size: 14px;
    font-style: italic;
    height: 24px;
    border: 0;
    padding-left: 3px;
    padding-right: 10px;
    margin-bottom: 0px;
}

.tdSilverStyle
{
    text-align:right;
    white-space:nowrap;
    font-size:12px;
    font-weight:bold;
}

.tdSilverStyleRight
{
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}

.tdSilverStyleLeft
{
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}

.tdSilverStyleCenter
{
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}

.lblSilverStyle
{
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

.lblSilverStyleDisabled
{
    white-space: nowrap;
    font-size: 12px;
    font-weight:normal;
    font-style:italic;
}

table#loginTable
{
    border-top:1px double #6c6e72;
}

table#passwordTable
{
    border-top: 1px double #6c6e72;
}
table#getCodeTable
{
    border-top: 1px double #6c6e72;
}

table#chgPswdTable
{
    border-top: 1px double #6c6e72;
    margin-left: 4em;
    margin-top: 2em;
    width: 100%;
}

.loginTD
{
    text-align:right;
    padding-right:13px;
}

.silverButtons {
	-moz-box-shadow:inset 0px 1px 0px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #000000;
	box-shadow:inset 0px 1px 0px 0px #000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7b899a), color-stop(1, #5b6574) );
	background:-moz-linear-gradient( center top, #7b899a 5%, #5b6574 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b899a', endColorstr='#5b6574');
	background-color:#7b899a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #61666e;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #6f7174;

}

.silverButtons:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #75c3d9), color-stop(1, #5e9cae) );
	background:-moz-linear-gradient( center top, #75c3d9 5%, #5e9cae 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#75c3d9', endColorstr='#5e9cae');
	background-color:#75c3d9;
	border:1px solid #4f96aa;
}

.silverButtonsDisabled {
    -moz-box-shadow: inset 0px 1px 0px 0px #000000;
    -moz-border-radius: 6px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #000000;
    -webkit-border-radius: 6px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EEEEEE), color-stop(1, #CCCCCC) );
    background: -moz-linear-gradient( center top, #EEEEEE 5%, #CCCCCC 100% );
    box-shadow: 1px 1px 2px #AAAAAA;
    background-color: #DDDDDD;
    border-radius: 6px;
    border: 1px solid #AAAAAA;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 2px 2px 0px #333333;
}

.silverLink
{
    text-decoration:none;
    color:#6f7174;
    font-size:9px;
}
