
#login-bar {
	width:500px;
	height:36px;
	padding-top: 20px;
	float: left;	
}

#login-form  {
	height:230px;
	width:496px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	clear: both;
	float: left;
	margin-left: 1px;
}

#login-top-bar-left {
	width:9px;
	height:36px;
	background-image:url(/res/images/left-cornor.gif);
	background-repeat: no-repeat;
	float:left;	
}

#top-bar-background {
	width:482px;
	height:36px;
	background-image:url(/res/images/login-bar-bg.gif);
	background-repeat:repeat;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#36C;
	text-align:center;
	font-weight:bold;
	line-height:29px;
	
}

#login-top-bar-right {
	width:9px;
	height:36px;
	background-image:url(/res/images/right-cornor.gif);
	background-repeat: no-repeat;
	float:left;
}

#username-field {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	padding-left:80px;
	padding-top: 60px;
}

#login-form-bottom  {
	width:499px;
	height:12px;
	background-image:url(/res/images/login-pannel-bottom-bar.gif);
	background-repeat:repeat-x;
	clear: both;
	float: left;
}

#login-container {
	clear: both;
	float: left;
	padding-right: 250px;
	padding-left: 250px;
}

#login-form #username-field .login-field {
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 400px;
}

#login-form #username-field .login-field label {
	float: left;
	padding-right: 20px;
	line-height: 22px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	width: 70px;
}


#login-form #username-field .login-field-2 {
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}

.forget_details_link:link {
	color:#cccccc;
	font-family:Arial;
	font-size:10px;
	text-decoration:underline;
	float:left;
	padding-top:7px;
	padding-left:88px;
	padding-right:5px;
}

.forget_details_link:visited {
	text-decoration:underline;
}

.forget_details_link:hover {

	text-decoration:none;
}


#login-button  {
	height:auto;
	width:auto;
	padding-left:170px;
}

#login-form #username-field .login-field input {
	float: left;
}

