#modal{
	background-color:#000;
	border-bottom:2px solid #ccc;
	border-top:2px solid #ccc;
	display:none;
	padding:10px 0 60px 20px;
	position:absolute;
	text-align:left;
	width:940px;
}
#modal .close
{
    color:#666;
	cursor:pointer;
	float:right;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
}
#modal h2{
	color:#868686;
	font-size:18px;
	letter-spacing:1px;
	margin:10px 0;
}
#modal li
{
	background:transparent url(/dispatch-assets/images/link-chevron-right.gif) no-repeat scroll 0 6px;
    margin-bottom:5px;
}
#modal a{
    border-bottom:2px solid transparent;
	display:inline-block;
	font-size:11px;
    letter-spacing:1.2px;
    line-height:10px;
	margin-left:12px;
	padding-bottom:2px;
}
#modal a:hover
{
    border-bottom:2px solid #FFFFFF;
}
