#cookie_login {
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
}

.profile-system img {
	display: inline;
}

.profile-system .width500 {
	width: 500px;
}
.profile-system .auth_error {
	padding:10px;
	margin-bottom: 10px;
}
.profile-system .message-done {
	padding:10px;
	margin-bottom: 10px;
}
.profile-system .login-options {
	padding: 25px 25px 25px 45px;
	margin: 0 0 0 20px;
	border-left:1px solid #cccccc;
}

/* login page hacks */
.profile-system .input {margin-bottom:10px;}
.profile-system .input label {display:inline-block;//zoom:1;width:100px;}
.profile-system .cookie_login {display:none;padding:5px;margin-bottom: 10px;font-weight:bold}
.profile-system #reset_cookie_login {display:none }


.modal {
	color: #000000;
}

.profile-system .profile_sidebar img {
	width: 100%;
}

.profile-system .dropdown > .dropdown-menu {
	display: block;
	position: static;
	margin-bottom: 5px;
	width:100%;
	padding: 0;
	list-style: none;
}
.profile-system .dropdown-menu>li>a {
	padding: 3px 10px;
	text-decoration: underline;
}

.profile-system #officials {overflow:hidden;}
.profile-system #officials h3 {text-align: center}
.profile-system #officials .member {width:75px; float:left;margin:0 3px 5px 3px; min-height:156px;line-height: 13px;overflow:hidden;text-align: center}
.profile-system #officials .member a {text-decoration:none;line-height: 16px;text-align: center; display: inline-block;}
.profile-system #officials .member a img {display: inline;}
.profile-system #officials .member a:hover span {text-decoration:underline}
.profile-system #officials .member span {font-size:13px;}
.profile-system #officials .member span.small {text-decoration:none; text-align: center;font-size:11px;}


.profile-system .profile_body h3 {
	border-bottom: 1px solid #F2F2F2;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 18px;
	padding-bottom: 15px;
	text-transform: uppercase;
}


.profile-system .edit-profile h3 {
	border-bottom: 1px solid #F2F2F2;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 18px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.profile-system.stranger-profile #officials h3 {text-align: left}
