/* LinkToThisPage */
.lttp_header {
	text-align: left;
	vertical-align: middle;
	width: 30px;
	font-size: 13px;
	position:relative;
	left:489px;
	top:132.5px;
	z-index:100;
}

.lttp_header2 {
	text-align: left;
	vertical-align: middle;
	width: 30px;
	font-size: 13px;
	display: none;
	position:relative;
	left:489px;
	top:132.5px;
	z-index:100;
}

.lttp_box {
	display: none;
	width: 150px;
	position:absolute;
	left:448px;
	top:165px;
}
.justinRelativeBox{
	position:relative;
}
.lttp_right {
	font-family: arial;
	font-size: 11px;
	float: left;
	width:20px;
	text-align: right;
}
.lttp_left {
	font-family: arial;
	font-size: 11px;
	float: left;
	width:120px;
	text-align: left;
}

.lttp_dialog {
    position: relative;
	clear: both;
    border: 1px solid black;
    background-color: white;
	overflow: auto;		
	font-family: arial;
	font-size: 7px;
}
a.lttp_link {
	text-decoration: none;
}

.lttp_footer {
	text-align: right;
	width: 150px;
	font-size: 9px;
	display: none;
}

