body {
  margin: 0;
  padding: 0;
  background-color: #BBBBB6;
}

#pnlLoginDialog,
#pnlLoginDialog img {
  padding: 0;
  border: 0;
  margin: 0;
}

#pnlLoginDialogTop {
  font-size: 10px;
  height: 15px;    
  /*background-image: url('/images/login_title.png');*/
  background-repeat: no-repeat;
  background-position: bottom;
}

#pnlLoginDialogBottom 
 {
  font-size: 10px;
  height: 15px;
  background-image: url('/images/login_bottom.png');
  background-repeat: no-repeat;
  background-position: top;
}

#pnlLoginDialog {
  width: 262px; 
}

.pnlLogin {
  background-color: #f5f5eb;
  font-size: 10pt;
  /*font-family: Times New Roman;*/
  font-family: geneva, 'Trebuchet MS', sans-serif;
  padding: 0;
  margin: 0;
width:262px;
}

#pnlSignIn
{
	margin-left:170px;
}


.SignInLabel
{
	margin-left:170px;
}

.pnlLogin table {
  padding: 0;
  margin: 0;
  margin-left: 0.5em;
margin-top:8px;
margin-bottom:8px;
}

.pnlLoginDialogTitle {
  background-image: url('/images/PopupTitleBg.png');
  background-repeat: repeat-x;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
	font-size:20px;
	width:262px;
}


.RegisterContainer
{
	font-size:16px;
}


.ForgottenPasswordContainer a
, .ForgottenPasswordContainer a:link
, .ForgottenPasswordContainer a:visited
, .ForgottenPasswordContainer a:hover
, .ForgottenPasswordContainer a:active
{
	
	color:#503f2b;
}

.LoginButton
{
	background-image: url(/Images/login-button.png);
	border-width: 0px; 
	width: 70px;
	height: 25px; 
	background-color: Transparent;	
	cursor: pointer;
	 
}

.CancelButton
{
	background-image: url(/Images/cancel-button.png);
	border-width: 0px; 
	width: 70px; 
	height: 25px; 
	background-color: Transparent;	
	cursor: pointer;
}
.LoginButtonImage
{
	visibility: hidden;
	position: absolute;
}
.CancelButtonImage
{
	visibility: hidden;
	position: absolute;
}