/* CSS Document */

.popupbox {
    background: none repeat scroll 0 0 #057EC0;
    box-shadow: 0 0 20px #000000;
    display: none;
    float: left;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 345px;
    z-index: 99999;
}

#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#intabdiv {
	text-align:center;
}
#close img {
	text-decoration:none;
}
#close {
	width:50px;
	height:50px;
	position: absolute;
	float:right;
}

#get-quote-container {
	padding:10px 20px 10px 26px;
}

#get-quote-container h1 {
	color: #fff;
	font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
	margin-bottom:10px;
}

#get-quote-container  h2 {
	font-size:24px;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
}
#get-quote-container p {
	font-size:12px;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
}






