/* POPUPS
-----------------------------------------------------------------------------*/

.user_title {
	width: 586px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-size: 13.5pt;
	height: 39px;
	line-height: 38px;
	background: #e97c24;
	padding-left: 16px;
}

.user_content {
	width: 568px;
	text-align: left;
	background: #FFF;
	padding: 17px;
}

.user_content_label, .user_content_label_small {
  font-weight: bold;
	font-size: 11pt;
	margin-bottom: 3px;
	margin-left: -1px;
}

.user_content_label_small {
	font-size: 9pt;
}

.user_content_input {
  width: 197px;
	height: 20px;
}

.user_content_left {
  float: left;
	padding-right: 30px;
	border-right: 1px solid #adadad;
}

.user_content_right {
  float: left;
	width: 20px;
	border-left: 1px solid #adadad;
	margin-left: -1px;
	padding-left: 30px;
}

.user_content_small_link {
  font-size: 8pt;
	font-style: italic;
}

.user_content_small_link img {
  position: relative;
	top: -1px;
}

.user_content_small_link:hover {
  text-decoration: none;
}

.user_content_small_link:hover span {
  text-decoration: underline;
}

.user_content_text {
  line-height: 14pt;
}


/* MY DETAILS
-----------------------------------------------------------------------------*/

.details_label {
  float: left;
	width: 132px;
	font-weight: bold;
}

.details_input {
  float: left;
	width: 406px !important;
	height: 16px !important;
  line-height: 16px !important;
	color: #778188;
	border: 1px solid #d2d5d7 !important;
	margin-bottom: 7px !important;
}

