﻿#common-toploginbar {
	width: 100%;
	height: 27px;
	background-color: #dadada;
	background:url(/Assets/images/topnav/topnavbg.png) repeat-x top left;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 3px;
}
#common-toploginwrap {
	width: 816px;
	margin: 0px auto;
}
#common-formloginwrap {
	float:right;
	padding: 5px 0px 0px 0px;
}
#common-formloginwrap span{
	padding: 0px 5px 0px 5px;
	line-height:20px;
	font-size:11px;
	float:left;
	
	color: #6f8b97;
	
}
#common-formloginwrap img{
	float: left;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}
#common-formloginwrap .extrapadd{
	line-height:20px;
	font-size:11px;
	float:left;
	padding: 0px 0px 0px 20px;
}

.common-loggedin 
{
    height: 30px;
    vertical-align: top;
}

.common-login {	
 	width: 816px;
}
.common-login input{
	height: 14px;
	float: left;
	font-size:10px;
 	color: #3e3e3e;
}
.common-login .common-texta {
	margin-top: 1px;
	float:left;	
 	font-size: 10px;
 	background-color: #f2f2f2;
 	color: #3e3e3e;
	border: 1px solid #c5c5c5;
}
.common-login .common-formbutton {
margin-left: 10px;
float: left;
width: 45px;
height: 20px;
line-height: 20px;
border: 0px;
color: #fff;
cursor: pointer;
padding: 0px 0px 5px 0px;
margin-top: 0px;
font-size: 10px;
background:url(/Assets/images/topnav/topsubmit2.png) no-repeat left top;
background-attachment: scroll;
text-align: center;
}
.common-login .common-texta:focus
{
background-color: #fff;
}
.common-login .common-formbutton:hover
{
}

.common-rpxLoginButton 
{
  display: inline;   
}
