/* This stylesheet is used to style the public view of the plugin. */

.user_profile table{
margin-left: 0;
border: none;
}

.user_profile label{
display: block;
}

.user_profile tr{
border-bottom: none;
}

.user_profile td{
border-top:none;
border-bottom:none;
width: 48%;
padding: 0.7em 0;
vertical-align: top;
}

.user_profile input[type="text"], .user_profile select, .user_profile input[type="password"]{
width: 96%;
}

.user_profile .address, .user_profile .address2{
width: 98% !important;
}



/**
*	styles for password strength checker
**/
div.pass_strength_container{
vertical-align: top;
}
.pass_strength{
    border-style: solid;
    border-width: 1px;
    margin: 5px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
}
.pass_strength.short{
    background-color: #FFA0A0;
    border-color: #F04040 !important;
}
.pass_strength.bad{
    background-color: #FFB78C;
    border-color: #FF853C !important;
}
.pass_strength.good{
    background-color: #FFEC8B;
    border-color: #FFCC00 !important;
}
.pass_strength.strong{
	background-color: #C3FF88;
    border-color: #8DFF1C !important;
}
.small_text{
	font-size: 0.8em;
	line-height: 1.2em;
}


.user_message{
border-style: solid;
border-width: 1px;
margin: 35px 5px 5px 1px;
padding: 3px 5px;
}
.user_message.good{
    background-color: #FFEC8B;
    border-color: #FFCC00 !important;
}
.user_message.bad{
    background-color: #FFA0A0;
    border-color: #F04040 !important;
}



#gfv_update_profile{
display: block;
margin: auto;
}


.rel_gf_view_table{
width: 100%;
}