/*
	Simple OpenID Plugin
	http://code.google.com/p/openid-selector/
	
	This code is licensed under the New BSD License.
*/

#openid_form {
	width: 580px;
}

#openid_form legend {
	font-weight: bold;
}

#openid_choice {
	display: none;
}

#openid_input_area {
	clear: both;
	padding: 10px;
}

#openid_btns, #openid_btns br {
	clear: both;
}

#openid_highlight {
	padding: 3px;
	background-color: #FFFCC9;
	float: left;
}

.openid_large_btn {
	width: 160px;
	height: 34px;
/* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
	_width: 48px;
	_height: 48px;
	margin: 0px;
	float: left;
}

.openid_small_btn {
	width: 24px;
	height: 24px;
/* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
	_width: 26px;
	_height: 26px;

	border: 1px solid #DDD;
	margin: 3px;
	float: left;
}

button.openIdButton{ border: none; padding-bottom: 30px; width: 100% !important;}


.openid_selected {
	border: 4px solid #DDD;
}

.inner-box--medium br{display:none}

#openid_btn_yahoo,#openid_btn_aol,#openid_btn_facebook,#openid_btn_google,#openid_btn_twitter{clear:none !important;margin-top:0 !important;padding-left:0 !important;position:relative;display:inline-block;height:50px;width:100%}
#openid_btn_yahoo .glow,#openid_btn_aol .glow,#openid_btn_facebook .glow,#openid_btn_google .glow,#openid_btn_twitter .glow{position:relative;display:inline-block;margin-top:.55em}
.glow:hover {
    -webkit-box-shadow: 3px 3px 3px 0 #DEDEDE;
box-shadow: 3px 3px 3px 0 #DEDEDE;
}