﻿div.more_info {
	float:left;
}

span.pop_up_link { 
	display: block; 
	float; left; 
	margin-left: 30px; 
	margin-top: 20px; 
	padding-right: 15px; 
	background-image: url(/App_Modules/CareerChange/img/more_info.gif); 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	cursor: pointer; 
	color: #F95B20; 
	text-decoration: underline; 
}

div#pop_up_more { 
	position: absolute; 
	padding: 2px 6px 0 6px; 
	font-family: 'Lucida Sans Unicode'; 
	font-size: 11px; 
	font-weight: normal; 
	background-color: #FFFFFF; 
	border: 1px solid #D1D2CE 
}

div#pop_up_more a { 
	display: block; 
	line-height: 21px; 
	text-decoration: none; 
	color: #F95B20; 
	background-image: url(/App_Modules/CareerChange/img/dotted_hr.gif); 
	background-position: left bottom; 
	background-repeat: repeat-x 
} 

div#pop_up_more a:hover { 
	text-decoration: underline 
}

div#pop_up_more a.pop-up-more-last { 
	line-height: 20px; 
	background-image: none 
} 