hr.separator {
	border: 0 #CCC solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

#fb-connect {
	height: 29px;
	position: relative;
	margin-top: 10px;
	margin-left: 2px;
	cursor: pointer;
}

.fb-icon-small {
	width: 17px;
	height: 17px;
	background-image: url('../../images/auth/fb_icon_17px.png');
	background-repeat: no-repeat;
}

#fb-icon {
	padding: 10px;
	float: right;
	cursor: pointer;
	border-left: 1px #cacbcc solid;
}

.fb-blurb {
	margin: 2px;
	height: 25px;
	position: absolute;
	left: 35px;
	font-size: 13px;
	line-height: 25px;
	color: #336699;
}

#fb-email-verification-dialog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 0 20px;
	width: 400px;
}

#ui-dialog-title-fb-email-verification-dialog+.ui-dialog-titlebar-close
	{
	display: none;
}

#fb-email-verification-dialog>h1 {
	font-size: 18px;
}

#fb-email-verification-dialog>div#blurb {
	width: 460px;
}

.fb-account-info {
	margin-bottom: 20px;
}

.fb-profile-pic {
	border-radius: 50%;
    vertical-align: bottom;
}

.fb-profile-details {
	display: inline-block;
    padding-left: 10px;
}

.fb-profile-name {
	font-size: 16px;
    font-weight: bold;
    color: #666;
}

.fb-profile-email {
	font-size: 13px;
    color: #999;
}

.account-switch-info {
	margin-bottom: 20px;
}

.fb-verification-button > .ui-button-text{
	line-height: 27px;
}

.fb-email-verification-dialog.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
	width: 500px !important;
	height: 330px !important;
}

.fb-icon-small-2 {
	width: 40px;
	height: 24px;
	background-image: url('../../images/auth/ic_fb.png');
	background-repeat: no-repeat;
}

.fb-icon-small-2:hover {
	background-image: url('../../images/auth/ic_fb_hover.png');
}

#fb-icon-2 {
	float: right;
	cursor: pointer;
}