#login #sign_up #loginAction {
    display: block;
    margin-top: 5px;
    padding-left: 20px;
    background: #FFF url(../image/openIdIcon/openid_small.gif) no-repeat center left;
    width: 80px;
    color: #EF0030;
}

#login #sign_up #loginAction:hover {
    text-decoration: underline;
}
 
#openidlogin {    	
	position: absolute;	
	z-index: 10;	
}

#openidlogin .help
{
	display: none;
}

#openidlogin .inputbox {
    text-align: center;
    display: none;
    clear: both;
}


#openidlogin .inputbox input
{	
	background-position: 0 50%;
	padding-left: 18px;	
	float: none;
	margin: 0 0 10px 0;
	border: solid 1px gray;
	background: #FFF url(../image/openIdIcon/openid_small.gif) no-repeat;
	width: 272px;
}

#openidlogin .buttons
{
	clear: both;
	text-align: center;
}

#openidlogin .provider
{   
    text-align: center;
	cursor: hand;
}

#openidlogin .buttons .provider
{
	border: 1px solid #DDD;
	margin: 3px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: static;
	display: table;
}

#openidlogin .large .provider
{
    float: left;
	height: 60px;
	width: 90px;
}

#openidlogin .small .provider
{
    float: left;
	width: 24px;
	height: 24px;
	margin-right: 1px;
}

#openidlogin .small .provider img
{
	max-width: 22px;
	max-height: 22px;
}

#openidlogin .provider img {
  	clear: both;
}

#openidlogin .buttons .highlight
{
	border: 1px solid yellow;
}

#openidlogin .buttons .provider div
{
	margin: 0;
	padding: 0;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
	position: static;	
}

#openidlogin .large.buttons {
    width: 200px;    
    margin: 0 auto;
}

#openidlogin .small.buttons {
    width: 250px;
    height: 24px;
    margin: 0 auto;
}
