#profile_content .alert {
	/*margin: 60px 0px 100px;*/
	font-weight: 900;
	text-align: center;
	background-color: white;
	}

#profile_content .message {
	margin: 0px;
	padding: 8px 5px;
	color: #333333;
	border-top: 1px solid #CCC;
	}
#profile_content .unread {
	background-color: #F4F4F4;
	}
#profile_content .message .photo {
	padding:6px;
	background-color:#FFF;
	border:1px solid #E4E4E4;
	float:left;
	margin-right: 10px;
	}
#profile_content .message .name {
	font-size: 12px;
	color: #3885B3;
	font-weight: 900;
	}
#profile_content .message a.subject:link, #profile_content .message a.subject:visited {
	font-size: 12px;
	font-weight: 900;
	color: #3885B3;
	text-decoration: none;
	}
#profile_content .message a.subject:hover, #profile_content .message a.subject:active {
	text-decoration: underline;
	}
#profile_content .message .datetime {
	color: #666666;
	font-size: 11px;
	}
#profile_content .message .msgInfo1 {
	float: left;
	margin-right: 35px;
	}
#profile_content .message .msgInfo2 {
	float: left;
	}
#profile_content .message .checkbox {
	float:left;
	margin:25px 10px 0px 10px;
	}
#profile_content h2 {
	margin-bottom: 10px;
	padding-left: 10px;
	}
#profile_content .full_message .photo {
	padding:6px;
	background-color:#FFF;
	border:1px solid #E4E4E4;
	margin-right: 10px;
	float:left;
	}
#profile_content .full_message .content {
	padding: 15px;
	background-color: white;
	border: 1px solid #ccc;
	}
#profile_content .full_message .name {
	font-size: 12px;
	color: #3885B3;
	font-weight: 900;
	}
#profile_content .full_message .datetime {
	color: #666666;
	font-size: 11px;
	}
#profile_content .msgInfo {
	margin-bottom: 5px;
	}
#profile_content .optionsBar {
	background-color: #3D8BBC;
	background-image: url('/images/gradients/blue.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 8px;
	color: white;
	margin-bottom: 15px;
	}
#profile_content .optionsBar a:link, #profile_content .optionsBar a:visited {
	color: white;
	font-weight: 900;
	text-decoration: none;
	}
#profile_content .optionsBar a:hover, #profile_content .optionsBar a:active {
	text-decoration: underline;
	}

