﻿			html, body { background-color: #dcdcdc }
			
			#loginarea { background-image: url(../../images/login/login-back.png); position: absolute; text-align: center; margin-top: -290px; width: 842px; background-repeat: no-repeat; height: 580px; margin-left: -421px; top: 50%; left: 50%; overflow: hidden }
			#loginarea #partner-logo { width: 842px; background: url(../../images/login/login-partner-logo.png) no-repeat; height: 49px }
			#loginarea #bannerbox { margin-top: 1px; width: 842px; height: 209px; overflow: hidden }
			#loginarea #roles { margin-top: 103px; width: 842px; height: 36px }
			#loginarea #roles #role-links { position: relative; padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 21px; padding-right: 21px; display: block; background: none transparent scroll repeat 0% 0%; height: 36px; clear: both; padding-top: 0px }
			#loginarea #roles #role-links li { text-align: center; float: left }
			#loginarea #roles #role-links a { padding-bottom: 0px; line-height: 36px; text-indent: -999999px; margin: 0px; padding-left: 0px; width: 114px; padding-right: 0px; display: block; float: left; overflow: hidden; padding-top: 0px }
			#loginarea #roles .selected#role1 { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -21px 0px }
			#loginarea #roles .selected#role1:hover { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -21px 0px }
			#loginarea #roles #role1:hover { background: url(../../images/login/login-rolestrip-hover.png) no-repeat -21px 0px }
			#loginarea #roles .selected#role2 { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -135px 0px }
			#loginarea #roles .selected#role2:hover { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -135px 0px }
			#loginarea #roles #role2:hover { background: url(../../images/login/login-rolestrip-hover.png) no-repeat -135px 0px }
			#loginarea #roles .selected#role3 { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -249px 0px }
			#loginarea #roles .selected#role3:hover { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -249px 0px }
			#loginarea #roles #role3:hover { background: url(../../images/login/login-rolestrip-hover.png) no-repeat -249px 0px }
			#loginarea #roles .selected#role4 { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -363px 0px }
			#loginarea #roles .selected#role4:hover { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -363px 0px }
			#loginarea #roles #role4:hover { background: url(../../images/login/login-rolestrip-hover.png) no-repeat -363px 0px }
			#loginarea #roles .selected#role5 { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -477px 0px }
			#loginarea #roles .selected#role5:hover { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -477px 0px }
			#loginarea #roles #role5:hover { background: url(../../images/login/login-rolestrip-hover.png) no-repeat -477px 0px }
			#loginarea #roles .selected#role6 { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -591px 0px }
			#loginarea #roles .selected#role6:hover { background: url(../../images/login/login-rolestrip-selected.png) no-repeat -591px 0px }
			#loginarea #roles #role6:hover { background: url(../../images/login/login-rolestrip-hover.png) no-repeat -591px 0px }
			#loginarea #roles #role7:hover { width: 116px; background: url(../../images/login/login-rolestrip-hover.png) no-repeat -705px 0px }
			#loginarea #roles .selected#role7 { width: 116px; background: url(../../images/login/login-rolestrip-selected.png) no-repeat -705px 0px }
			#loginarea #roles .selected#role7:hover { width: 116px; background: url(../../images/login/login-rolestrip-selected.png) no-repeat -705px 0px }
			
			#loginarea #inputbox
			{
				float:left;	
				width:842px;
				height:30px;
				margin-top:24px;
				color:#0068b7;
				overflow:hidden;
			}
			
			#loginarea #inputbox #txtUsrName
			{
				font-size:14px;
				font-weight:bold;
				float:left;
				margin-left:66px;
				width:258px;
				height:28px;
				line-height:28px;
				border:1px solid #a1a1a1;
				padding:0 5px;
				background:url("../../images/login/login-id-bg.png") no-repeat;
			}
			
			#loginarea #inputbox #txtUsrPwd
			{
				font-size:14px;
				font-weight:bold;
				float:left;
				margin-left:12px;
				width:208px;
				height:28px;
				line-height:28px;
				border:1px solid #a1a1a1;
				padding:0 5px;
				background:url("../../images/login/login-pwd-bg.png") no-repeat;
			}
			
			#loginarea #inputbox #btnLogin
			{
				float:left;
				margin-left:12px;
				width:89px;
				height:30px;
			}
			
			#loginarea #inputbox #btnCheck
			{
				float:left;
				margin-left:10px;
				width:90px;
				height:30px;
			}
			
			#loginarea #errorbox
			{
				margin-top:8px;
				float:left;
				width:842px;
				height:34px;
			}
			
			#loginarea #errorbox #lblErr
			{
				margin-left:66px;
				font-size:14px;
				float:left;
				padding:4px 10px 0 25px;
				height:30px;
				
				line-height:30px;
				text-align:left;
				background:url("../../images/login/login-err-bg.png") left;
			}
			
			#loginarea #contactsbox
			{
				margin-top:30px;
				float:left;
				width:842px;
				height:34px;
			}
			