/*   General Guarantee Popup  */
body{
	font-size: 14px;
	padding:0;
	margin:0;
	overflow:auto;
	font-family: 'Trebuchet MS', sans-serf !important;
}
.guarantees{
	clear: both;
}
.guarantee, #popup-footer-LD{
	border-top: 1px dotted #666;
	*line-height: 15px;
}
.guarantee h2{
	margin-bottom: -5px;
}
.guarantee p, .guarantee h2{
	margin-left: 100px;
	font-size: 15px;
}
.guarantees img{
	position:relative;
	left: 25px;
	top: 25px;
	float: left;
	clear: both;
}
li{
	margin-top: 5px;
}

/* Legal Contracts Popup Rules */
#popup-header{
	color:white;
	background: url("/images/popupfooterLC.png");
	height:47px;
	padding: 1px 20px;
	margin-bottom: 15px;
}
#popup-footer{
	font-size: 12px;
	color:white;
	height: 75px;
	background: url("/images/popupfooterLC.png");
	padding:1px 45px;
	margin-top: 20px;
}
#popup-footer a{
	color:white;
}

#popup-text{
	padding: 0 5px;
}

/*    LawDepot $10,000 Legal Guarantee Popup Rules */
#popup-header-LD{
 margin-left: 45px;
}
#popup-header-LD h1{
	margin-top: 6px;
}
#popup-footer-LD{
	padding-left: 25px;
	margin: 0 20px;
	font-size: 10px;
}
.intro_p{
 margin: 0px 0 20px 30px;
}
#popup-header-LD-old{
	color: #5B1400;
	background: #ddd6a2; 
	
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px

	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;

	height:47px;
	padding: 1px 20px;
	margin: 8px 0;
}
#popup-footer-LD{
}
#popup-footer-LD-old{
	font-size: 12px;
	color: #5B1400;
	height: 60px;
	background: #ddd6a2; 
	 
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px

	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;

	margin-top: 12px;
	padding:2px 45px;
}
#popup-footer-LD a{
}
#popup-text-LD{
	padding: 0 15px;
}


