#sso-log-in,
#sso-update{
    display: none;
}

.jrsso-overlay {
	background-color: #000000;
	background-color: hsla(0,0%,0%,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* first   -ms-filter must go before filter otherwise */
	filter: alpha(opacity=50);				                          /* If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7  */
}

.ie7 .jrsso-overlay {
	background-image: url('/_siteconfigs/_global/js/sso/simoverlay.png');
	background-color: transparent;
	background-position: 0 0;
}

.jrsso-container {
	background: #ffffff;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	padding: 10px 0 10px 0;
}


/* states and images */
.jrsso-close { 
	background-repeat: no-repeat; 
	background-image: url('/_siteconfigs/_global/js/sso/headersitemap.png');
	background-color: transparent; 
	background-position: 0 0; 
	display: block; 
	height: 43px; 
	margin: -18px -9px 0 0;
	overflow: hidden; 
	position: absolute;
	right: 0;
	text-indent: -99999px; 
	top: 0;
	width: 43px; 
 }

.jrsso-close:hover {  
	background-color: transparent; 
	background-position: 0 -93px; 
	height: 43px;
	width: 43px; 
}	

.btn-main-cta
{
    display: inline-block;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    font: bold 14px Arial,helvetica,sans-serif;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    background-color: #CCCCCC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 1px 2px 1px rgba(25,33,33,.17);
    -webkit-box-shadow: 1px 2px 1px rgba(25,33,33,.17);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.17);
    -moz-transition-property: background-color,color;
    transition-property: none;
}
.div-middle
{
    text-align: center;
}
.iframe-profile
{
    display: block;
    width: 100%;
    height: 1400px;
    border: none;
}