﻿form.openid {
	display: block;
	height: 180px;
	}

#openIdBlock {
	width: 186px;
	height: 61px;
	margin: 0 !important;
	padding: 0 0 5px 0 !important;	
	}

	#authForm #openIdBlock {
		background: url(/static/images/openid/iconsBgGrey.gif) no-repeat;
		_background: none;	 
		}
	
	#right #openIdBlock {
		background: url(/static/images/openid/iconsBgWhite.gif) no-repeat;	
		_background: none;	  
		}

form.openid ul { 
	text-align: left; 
	list-style-type:none; 
	margin: 0  !important;
	padding: 0  !important;
	}

form.openid ul li {
	float:left; 
	list-style:none;
	background:none !important;
	display: block;
	}
	
form.openid ul li.firstRow {
	padding:10px 3px 2px 3px !important;
	}


	#authForm form.openid ul li.highlight.firstRow { 
		background: url(/static/images/openid/firstRowGrey.gif) no-repeat top center !important;
		}

	#right form.openid ul li.highlight.firstRow { 
		background: url(/static/images/openid/firstRowWhite.gif) no-repeat top center !important;
		}

form.openid ul li.secondRow {
	padding: 2px 3px 10px 3px !important;
	}

	#authForm form.openid ul li.highlight.secondRow { 
		background: url(/static/images/openid/secondRowGrey.gif) no-repeat bottom center !important;
		}

	#right form.openid ul li.highlight.secondRow { 
		background: url(/static/images/openid/secondRowWhite.gif) no-repeat bottom center !important;
		}
