/* registration page */
#tooltip-intel {
    position:absolute;
    border:1px solid #dadada;
    background:#ffc;
    padding:8px 12px;
    color:#333;
    display:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    z-index:99;
    width:180px;
    text-align:left;
    font-size:11px;
    background: none repeat scroll 0 0 #FFF !important;
}
.helpTip {
    border: 1px solid rgb(225, 225, 225);
    width: 24px;
    height: 24px;
    padding: 1px 7px;
    margin-left: 5px;
    color: rgb(0, 113, 197);
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.wizard-overlay {
    background: none !important;
    position: inherit !important;
}

#edit_hover_box {
    background: none !important;
    border: none !important;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    text-align: left;
    width: 840px;
}

#edit_hover_box form {
    margin-bottom: 10px;
    background: #e8e8e8;
    padding: 10px;
}

#edit_hover_box label {
    font-weight: bold;
    line-height: 1em;
    margin-right: 5px;
}

#display_name_disclaimer {
   font-size: 12px;
}
  
#edit_hover_box .clearfix {
    display: none !important;
}

#edit_hover_box h2 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 100;
}	

#edit_hover_box h3 {
    padding-bottom: 15px;
}
  
#edit_hover_box h5 {
    padding-bottom: 5px;
}

#edit_hover_box .button {
	background: #75B7E3;
    background: -moz-linear-gradient(center top , #75B7E3 0%, #5498D6 50%, #408BD0 51%, #387AC8 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#75B7E3),color-stop(50%,#5498D6),color-stop(51%,#408BD0),color-stop(100%,#387AC8));
    border: 1px solid #3169AA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-shadow: 0 1px 0 black;
}

#edit_hover_box #username {
    margin-right: 5px;
    padding:7px 10px;
}


#edit_hover_box .grey_buttons {
    background: none !important;
}

.next-step {
	display: none !important;
}

#jive-pw-strength {
	display: none !important;
}

.ageConfirm {
	font-size: 12px;
}

.alreadyRegistered {
    padding-bottom: 15px;
    font-size: 16px;
}