/** Styles for new LZ landing page **/


div.lz_info_box {
	width: 950px;
	height: 363px;
	background: #fff url(../images/legal_zoom_landing/title-box.png) top center no-repeat;
	
	padding-top: 0px;
	padding-left: 25px;
	margin-bottom: 30px;
}

div.lz_info_box p {
	width: 650px;
	font-family: Arial;
	color: #022c47;
	font-size: 15px;
	margin-bottom: 20px;
}

div.lz_info_box h1 {
	font-size: 35px;
	color: #062b45;
	display: block !important;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

div.lz_info_box h2 {
	font-size: 27px;
	font-family: 'Oswald', sans-serif;
	display: block;
	margin-bottom: 45px;
}

div#container.lz_landing {
	border-bottom: 20px solid #3d81e2;
}

div#content.lz_landing {
	border-top: 3px solid #000066;
}


div#content.lz_landing .content {
	margin-top: 0;
	padding-top: 0 !important;
}

table.lz_options {
	width: 939px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 15px;
	position: relative;
	z-index: 999;
	background: #fff;
}

table.lz_options td {
	border: 1px solid #c6d4d7;
	border-collapse: collapse;;
	width: 313px;
}

table.lz_options thead tr th {
	background: url(../images/legal_zoom_landing/blue-gradient.png) top left no-repeat;
	font-size: 26px;
	color: #fff;
	height: 50px;
	font-family: sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 2px; 	
}

td.no_border {
	border: 0 !important;
}

div.steps_info {
	padding: 0;
	margin:0;
	margin-left: 16px;
	height: 55px;
	width: 935px;
	background: url(../images/legal_zoom_landing/grey-bar.png) top left no-repeat;
	color: #387ce1;
	font-size: 23px;
	line-height: 55px;
	text-align: center;

	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border: 1px solid #c6d4d7;
}

table.lz_options td.service,
table.lz_options td.steps
 {
	
	vertical-align: top;
	border: 0px;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 4%, rgba(199,217,230,1) 31%, rgba(199,217,230,1) 71%, rgba(230,230,230,1) 96%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(4%,rgba(230,230,230,1)), color-stop(31%,rgba(199,217,230,1)), color-stop(71%,rgba(199,217,230,1)), color-stop(96%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 4%,rgba(199,217,230,1) 31%,rgba(199,217,230,1) 71%,rgba(230,230,230,1) 96%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 4%,rgba(199,217,230,1) 31%,rgba(199,217,230,1) 71%,rgba(230,230,230,1) 96%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 4%,rgba(199,217,230,1) 31%,rgba(199,217,230,1) 71%,rgba(230,230,230,1) 96%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 4%,rgba(199,217,230,1) 31%,rgba(199,217,230,1) 71%,rgba(230,230,230,1) 96%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	min-height: 250px;
}

table.lz_options div.service_wrapper {
	background: #ffffff;
	margin: 0;
	width: 93%;
	height: 100%;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 20px;
	margin-left: 0px;
	padding-left: 13px;
	
	min-height: 250px;
}

td.steps div.service_wrapper {
	border-bottom: 1px solid #c6d4d7;
	position: relative;
}

div.service_wrapper.first_col {
	border-left: 1px solid #c6d4d7;
}

div.service_wrapper.last_col {
	border-right: 1px solid #c6d4d7;
	padding-right: 8px !important;
}

table.lz_options td.service h1 {
	font-size: 23px;
	padding-left: 68px;
	color: #364e66;

	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

table.lz_options td.service p {
	font-size: 15px;
	color: #387ce1;
	border-top: 3px solid #e68929;
	padding-top: 10px;
	margin-top: 0px;

	font-family: 'Oswald', sans-serif;

	min-height: 50px;

}

table.lz_options td.service span.reg_price {
	font-size: 11px;
	color: #022c47;
	display: block;
	font-family: Arial;

}

table.lz_options td.service a.download {
	font-size: 11px;
	font-family: Arial;
	color: #022c47;
}

table.lz_options td.service span.current_price {
	font-size: 20px;
	color: #f5870a;
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}

table.lz_options td.prep h1 {
	background: url(../images/legal_zoom_landing/icon-form-preparation.png) top left no-repeat;
	height: 62px;
	display: block;
	padding-top:15px;
	margin-bottom: 0;
}

table.lz_options td.full h1 {
	background: url(../images/legal_zoom_landing/icon-full-service.png) top left no-repeat;
	height: 62px;
	display: block;
	padding-top:15px;
	margin-bottom: 0;
}

table.lz_options td.basic h1 {
	background: url(../images/legal_zoom_landing/icon-basic.png) top left no-repeat;
	height: 62px;
	display: block;
	padding-top:15px;
	margin-bottom: 0;
}

table.lz_options td.service a.orange_button {
	display: block;
	cursor: pointer;
	width: 149px;
	height: 37px;
	text-align: center;
	line-height: 35px;
	background: url(../images/legal_zoom_landing/orange-button.png) top center no-repeat;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #25230a;
	margin-bottom: 5px;
}

table.lz_options ul {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 15px;
}

table.lz_options ul li {
	width: 95%;
	list-style: none !important;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	clear: both;
	color: #49556a;
	line-height: 20px;
	margin-bottom: 15px;
}

table.lz_options ul li span.step {
	display: block;
	float: left;
	background: url(../images/legal_zoom_landing/circle-icon.png) top center no-repeat;
	height: 32px;
	width: 32px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	margin-right: 5px;

	font-family: 'Oswald', sans-serif;
	font-weight: 700;

}

table.lz_options td.steps {
	vertical-align: top;
	position: relative;

	z-index: 999;
	
}

table.lz_options input.details_button {
	position: absolute;
	right: 78px;
	bottom: 22px;

	width: 163px;
	height: 33px;
	
	cursor: pointer;
}

div.table_shadow {
	/*background: url(../images/legal_zoom_landing/shadow.png);*/
	position: relative;
	height: 29px;
	width: 984px;
	
	top: -15px;
}


.tab_footer {
	bottom: 15px !important;
}

.modalCloseBtn
{
	background:url("/images/legal_zoom_landing/close-button.png") repeat-x scroll right top transparent !important;
	color:#999999;
	font-size:0.65em;
	font-weight:normal;
	height:25px;
	padding-right:25px;
	position:absolute;
	right:-15px;
	text-align:right;
	top:-15px;
	cursor:pointer;
}

.div_btn_close {
	background-color: inherit !important;
	border: 0 !important;
	margin: 0 !important;
}

/** END STYLES for new LZ landing page **/
/**

<p>We obtain all required licenses for you.</p>

<span class="reg_price">Full service available only by phone.</span>
<span class="current_price">Call 1-800-679-3611</span>

<a class="orange_button" href="#">Learn More</a>
<a href="#">Download a Sample of the Full Service</a>

*/