body
{
	font-family:Verdana;
	font-size:14px; 
	background:url(../../images/login/background.jpg) no-repeat;  
	width:100%;
	height:100%; 
	border:0; 
	padding:0;
	margin:0;
	background-attachment: fixed;
}
	
a
{
	font-size:12px;
	color:#000;
	font-family:Verdana; 
	text-decoration:none;
}

.loginPage
{
	margin:0 auto;
	width:100%; 
	height:auto;
}

.loginForm
{
	width:620px;
	height:280px;
	margin:220px auto 0 auto;
	text-align:center;
	background:url(../../images/login/login-trans.png) 
}

.loginMailForm
{
	width:680px;
	height:280px;
	margin:220px auto 0 auto;
	text-align:center;
	background:url(../../images/login/login-trans.png) 
}

.logo
{
	width:260px;
	height:97px;
	float:left; 
	background:url(../../images/login/logo-trans.png) no-repeat;
}

.logoMail
{
	width:364px;
	height:97px;
	float:left; 
	background:url(../../images/login/logo-transMail.png) no-repeat;
}

.loginSeparator
{
	src:url(../../images/login/separator-trans.png);
}

p 
{
	color:#FFF;
	margin-left:5px;
	text-shadow: 1px 2px 3px #002c55; 
}

.textField
{
	width:159px;
	margin:3px;
}

.button
{
	width:68px;
	height:34px;
	padding:1px;
	list-style:none;
}

.divHospList
{	
	margin:0 auto;
	width:100%; 
	height:auto;
	display:none;
	z-index:99;
}
.divHospListTitle
{
	width:300px;
	background-image:url(../../images/HospList_BG.gif); 
	background-repeat:repeat-y;
	text-align:center;
	padding-bottom:15px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:10px;
}
.divHospListBG
{
	width:300px;
	background-image:url(../../images/HospList_BG.gif); 
	background-repeat:repeat-y;
	text-align:center;
	padding-bottom:15px;
}
.divHospListTop
{
	background-image:url(../../images/HospList_TOP.gif); 
	width:300px; 
	height:8px; 
	background-repeat:no-repeat; 
	background-position:bottom;
}
.divHospListBottom
{
	background-image:url(../../images/HospList_BOTTOM.gif); 
	width:300px; 
	height:7px; 
	background-repeat:no-repeat;
}
.divHospCode
{
	background-image:url(../../images/HospList_SINGLE.gif); 
	width:262px; 
	height:22px; 
	background-repeat:no-repeat; 
	background-position:center;
	text-align:left;
	padding-left:8px;
	margin-bottom:5px;
}
.lnkHospCode
{
	line-height:22px;
	overflow:hidden;
	color:#6c6c6c;
	font-weight:bold;
	cursor:hand;
}
.inputDiabled
{
	height: 16px;
    width: 130px;
	background-color: #c0c0c0;
}
.selectClass
{
    height:20px;
    width:136px;
}