/* email_interactions */

/*
#header_image{
	float:left;
}
#page_title{
	font-size: 2em;
	padding: 10px 60px 0px 0px;
	float:right;
}
.p_clear_both{
	clear: both;
}
*/
#verify_user_form{
	width: 50%;
	margin: 0px auto 0px auto;
}
#verify_client_form{
	width: 50%;
	margin: 0px auto 0px auto;
}
#matching_clients{
	width: 50%;
	margin: 10px auto 0px auto;
}

#form_info_text{
	font-size: 2em;
	margin: 0px 0px 20px 0px;
}
.error_message{
	font-size: 1.5em;
	color: red;
}
.contact_form{
	width: 50%;
	border: 0px dotted DarkGray;
	margin: 0px auto 0px auto;
}
#username_check{
	margin: 10px 0px 0px 0px;
	font-size: 1.2em;
}
#peek{
	cursor: pointer;
	display: none;
}
#peek_holder{
	float:right;
	/* position: relative; */
	/* border: 1px dotted black; */
	width:20px;
	height:20px;
	/* background-color: yellow; */
	margin: -28px 9px 0px 0px;
}
#peek_verify{
	display: none;
	cursor: pointer;
/* 	position: absolute;
 *//* 	right:0px;
	bottom: 10px; */
}
#peek_verify_holder{
	float:right;
	/* position: relative; */
	/* border: 1px dotted black; */
	width:20px;
	height:20px;
	/* background-color: yellow; */
	margin: -30px 70px 0px 0px;
}
/* .glyphicon-eye-open:after {
  content: "\e105";
} */

.section_header{
	font-size: 1.4em;
}

.contact_info{
	border: 0px dotted DarkGray;
	margin: 0px 0px 5px 0px;
}
.ok{
	color: green;
}
.warning{
	color: #8a6d3b;
}
.alert{
	color: green;
}
.error{
	color: red;
}
