.packright/*Default Settings */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
/* General Settings */

html {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
body {
	min-width: 960px;
	line-height: 1;
}
.wrapper {
	background-repeat: repeat;
}
#navbarWrapper {
	background-image: url("../img/navbarWrapper_bg.png");
	background-position: left bottom;
	height: 50px;
}
.contentWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#navbar {
	line-height: normal;
	position: relative;
	z-index: 1000;
}
#navbar .content {
	padding: 0 0 0 158px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 {
	font-family: 'banda-regular-normal', 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 40px;
}
ul {
	list-style: none outside none;
}
li {
	list-style: none outside none;
}
a, span.link {
	color: #336699;
	outline: medium none;
	text-decoration: none;
}
/* Index Settings */


#logo a {
	background: url("../img/logo-trans.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 50px;
	left: -2px;
	position: absolute;
	text-indent: -999em;
	top: 0;
	width: 143px;
}
#navbar a.navLink:hover {
	color:#0099cc;
}
#navbar a.navLink {
	color: #777777;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 12px;
	text-decoration: none;
	text-shadow: 0 1px #F7F7F7;
}
#navbar .btn-login {
	background: none repeat scroll 0 0 #F2F2F2;
	border-color: #E6E6E6 #D1D1D1 #D1D1D1;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px #DDDDDD, 0 0 0 1px #FFFFFF inset;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-top: 9px;
	padding: 0 9px 1px 10px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-shadow: 0 1px 0 #FBFBFB;
	top: 0;
}
#navbar .btn-signupx {
	color: #777;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-top: 9px;
	margin-right:10px;
	margin-right: 70px;
	margin-top: 13px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-shadow: 0 1px 0 #FBFBFB;
	top: 0;
}
#navbar .btn-login {
	border-style: solid;
	color: #000000;
	cursor: pointer;
	line-height: 28px;
	text-align: center;
	text-shadow: 0 1px 0 #FBFBFB;
}
.nopadding {
	padding: 0;
}
.offScreen {
	top: -1000px !important;
}
#loginBox {
	background-color: #F9F9F9;
	border-color: #EEEEEE;
	border-style: solid;
	border-top-right-radius: 0;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #E9E9E9 inset, 0 15px 30px 10px rgba(0, 0, 0, 0.8);
	padding: 15px;
	position: absolute;
	right: 10px;
	top: 43px;
	z-index: 100;
}
#loginBox #secureId {
	padding: 7px 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.defaultTextInput {
	position: relative;
}
label.title {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type="text"], input[type="password"], .freecontactform input {
	-moz-transition: -moz-box-shadow 0.3s ease-in 0s;
	border: 1px solid #A3A3A3;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	color: #333333;
	line-height: 20px;
	min-width: 250px;
	outline: medium none;
	padding: 4px 0 4px 8px;
}
#secureId input[type="text"], #secureId input[type="password"] {
	width: 200px;
}
p {
	color: #777777;
	line-height: 22px;
	margin-bottom: 0.8em;
}
#secureId p.forgotPassword {
	margin-bottom: 0.3em;
}
p a {
	color: #109FCE;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
#secureId p.forgotPassword a strong {
	color: #4174B5;
	font-size: 11px;
}
#secureId p.remember label.title {
	margin-top: 0;
}
input[type="checkbox"] {
	vertical-align: middle;
}
.btn-cmt {
	background-image: url("../img/trim.png");
	background-position: 0 -1300px;
	background-repeat: repeat-x;
	cursor: pointer;
	outline: medium none;
	white-space: nowrap;
	background-color: #525B69;
	border-color: #AAB0BB #525A69 #333842;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.btn-cmt, .btn-throbber {
	-moz-user-select: none;
	background-clip: padding-box;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 3px 10px 4px 9px;
	white-space: nowrap;
}
.btn-cmt:hover, .btn-cmt.hover {
	background-position: 0 -1350px;
}
#title {
	color: #111111;
	text-shadow: 0 1px #E1E8F0;
	z-index: 1;
	min-height: 360px;
	position: relative;
}
#enticingPreview {
	background-image: url("../img/dashboard-promo.jpg");
	display: block;
	height: 360px;
	margin-left: -105px;
	width: 540px;
	z-index: 0;
}
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.section:before, .section:after, .clearfix:before, .clearfix:after, .container_12:before, .container_12:after, .grid_row:before, .grid_row:after {
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.section:after, .clearfix:after, .container_12:after, .grid_row:after {
	clear: both;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.omega {
	margin-right: 0;
}
.container_12 .grid_8 {
	width: 620px;
}
#titleWrapper {
	background-image: url("../img/titleWrapper_bg-home.jpg");
	min-height: 360px;
}
#title .intro {
	color: #E1E8F0;
	margin-top: -335px;
	position: relative;
	text-shadow: 0 1px #0E2F58;
	width: 640px;
	z-index: 1;
}
#title .intro h1 {
	font-size: 48px;
	letter-spacing: -0.05em;
	line-height: 54px;
	text-shadow: 0 2px #0E2F58;
}
#title .intro p {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 1em;
}
#enticingPreviewBlock {
	float: left;
	height: 225px;
	width: 345px;
}
#title .intro ul {
	padding: 0.6em 0;
}
#title .intro ul li {
	line-height: 18px;
	margin-bottom: 0.8em;
	text-align:left;
}
.btn-cta, .btn-cta-lrg {
	background-image: url("../img/btn_bg.png");
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	padding: 0 18px 0 21px;
	position: relative;
	text-align: center;
	text-indent: -0.02em;
	white-space: nowrap;
}
/*.banner .btn-cta{
	background-image: url("../img/signup.png");
    height: 43px;
    text-shadow: none;
    width: 120px;
}
.banner .btn-cta:hover{
	background: url("../img/signuphover.png") 0 0  no-repeat;
}*/
	
.btn-cta {
	font-size: 18px;
	height: 41px;
	line-height: 39px;
	min-width: 98px;
}
#title .intro .btn-cta {
	padding: 0 9px 0 12px;
}
.btn-cta .cap, .btn-cta-lrg .cap {
	background-image: url("../img/btn_bg.png");
	display: inline-block;
	position: absolute;
	right: -3px;
	top: 0;
}
.btn-cta .cap {
	height: 41px;
	width: 3px;
}
.btn-type2 .cap {
	background-position: -497px 0;
}
.btn-cta:hover, .btn-cta-lrg:hover {
	background-image: url(../img/btn_bg-hover.png);
}
.btn-cta:hover .cap, .btn-cta-lrg:hover .cap {
	background-image: url(../img/btn_bg-hover.png);
}
.intro .btn-cta {
	width:140px;
}
.alpha {
	float: right;
	margin-left: 0;
	margin-top: -360px;
}
.login {
	background: url("../img/titleWrapper_bg.jpg") repeat scroll center bottom transparent !important;
	color: #FFFFFF;
	height: 150px !important;
}
.container_12 .grid_4 {
	width: 300px;
}
.c-c {
	text-align: center;
}
#title .login .banner {
	background: url("../img/login_bg-transie.png") no-repeat scroll left bottom transparent;
	box-shadow: 0 13px 13px -13px rgba(0, 0, 0, 0.5) inset;
	margin-left: -4px;
	min-height: 355px;
	padding: 26px 6px 0;
	position: absolute;
	width: 300px;
}
h2 {
	font-family: 'banda-regular-normal', 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 24px;
	margin-bottom: 0.6em;
	position: relative;
}
#title .banner h2 {
	color: #ED0000;
	font-size: 26px;
	font-weight: bold;
	line-height: 29px;
	margin-bottom: 8px;
	margin-top: 0;
	text-shadow: 1px 2px #C5C5C5;
}
form .element, .form .element {
	margin-bottom: 0.3em;
	position: relative;
}
.element .pht {
	color: #999999;
	left: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
}
#title .element {
	margin-bottom: 10px;
}
#title .element .pht {
	left: 30px;
	line-height: 28px;
}
#title .banner .options {
	margin-bottom: 14px;
}
#title .banner .options li {
	font-size: 11px;
	line-height: 22px;
	margin: 0 auto;
	text-align: left;
	width: 258px;
	color:#000000;
}
.btn-type2 {
	background-position: 0 0;
	text-shadow: 0 1px #476F20;
}
.btn-type1 .cap {
	background-position: -497px -164px;
}
#pageWrapper {
	background-image: url("../img/pageWrapper_bg.jpg");
	background-position: 0 0;
	background-repeat: repeat;
	border-color: transparent transparent #FFFFFF;
	border-style: solid;
	border-width: 0 0 2px;
	min-height: 200px;
	position: relative;
}
#pageWrapper .stitch-top, #pageWrapper .stitch-bottom, #pageWrapper .stitch-divider {
	background-image: url("../img/stitch-h.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 11px;
}
#pageWrapper .stitch-top, #pageWrapper .stitch-bottom {
	left: 0;
	position: absolute;
	width: 100%;
}
#pageWrapper .stitch-top {
	top: 0;
}
#page {
	padding: 22px 0 30px 0;
}
.featuredUsers {
	margin-bottom: 20px;
}
.col1, .col2, .col3 {
	float: left;
	margin: 0 0 0 4px;
	width: 316px;
	_width: 310px;
}
.coll {
	float: left;
	margin-top: 10px;
	width: 153px;
}
.coll img {
	border: 1px solid #DDEEEE;
}
.colr {
	display: block;
	float: left;
	line-height: 1.3;
	margin: 12px 0 0 4px;
	width: 145px;
}
.colr h4 {
	font-weight: bold;
}
.colr p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0.1em;
}
.colr strong {
	font-size: 12px;
}
.sep {
	float: right;
	width: 2px;
}
.facebtn {
	margin: 20px 0 0 75px;
}
.tabel {
	background: url("../img/titleWrapper_bg-home.jpg") 0 0 repeat;
	border-radius: 5px 5px 5px 5px;
	margin-top: 30px;
	width: 960px;
	border:1px solid #597740;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.tablebg {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin: 0 auto;
	width: 950px;
}
.tablebg th {
	color: #EBEAEA;
	padding: 10px 0;
	vertical-align:middle;
}
.footerbg {
	background: url("../img/tablebg.png") repeat-x scroll 0 0 transparent;
	height: 10px;
}
.nobordertop {
	border: medium none !important;
}
.tbody tr {
	background-color: #fefefe;
	background: -moz-linear-gradient(center top, #e1e0e0, #fefefe) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, center top, center bottom, from(#e1e0e0), to(#fefefe));
	background: -webkit-linear-gradient(#e1e0e0, #fefefe);
	background: -moz-linear-gradient(#e1e0e0, #fefefe);
	background: -o-linear-gradient(#e1e0e0, #fefefe);
	background: -ms-linear-gradient(#e1e0e0, #fefefe);
	background: linear-gradient(#e1e0e0, #fefefe);
	border-radius: 5px 5px 5px 5px;
	margin-left: 5px;
	width: 790px;
}
.tbody tr:hover {
	background:url(../img/hovertr.png) repeat 0 0;
	color:#ebeaea;
}
.tablebg tbody tr {
	border-top: 1px solid #C7CFDC;
	width: 890px;
}
.tablebg tbody td {
	margin-left: -5px;
	padding: 8px 5px;
	text-align: center;
	font-size: 13px;
}
.margins {
	margin-left: 160px;
}
.c-r {
	text-align: right;
}
.btn-cta-lrg {
	height: 45px;
	min-width: 258px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.btn-cta-lrg.btn-type2 {
	background-position: 0 -225px;
	text-shadow: 0 1px #254567;
}
.btn-cta-lrg .btn-t {
	font-size: 22px;
	line-height: 28px;
}
.btn-cta-lrg .btn-st {
	font-size: 12px;
	line-height: 14px;
	text-shadow: none;
}
.btn-type2 .btn-st {
	color: #BED0E2;
}
.btn-cta-lrg .cap {
	height: 61px;
	width: 3px;
}
.btn-cta-lrg.btn-type2 .cap {
	background-position: -497px -225px;
}
.btn-cta-lrg.btn-type1 {
	background-position: 0 -164px;
	text-shadow: 0 1px #476F20;
}
.faqicon {
	float: left;
	margin: -40px 0 0 10px;
	width: 100px;
}
.faqtitle {
	float: left;
	margin: 10px 0 0 60px;
}
.faq h2 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	padding-top: 15px;
}
h2.firstborder {
	border-top: medium none;
}
.faq p {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	min-height: 30px;
	background: url("../img/box_info.png") no-repeat scroll 0 -5px #e6efea;
	border-bottom: 1px solid #D2DCE1;
	border-top: 1px solid #D2DCE1;
	padding-left: 45px;
}
.lastborder {
	padding-bottom: 15px;
}
#footerWrapper {
	background-image: url("../img/footerWrapper_bg.jpg");
	color: #E1E1E1;
	height: 70px;
}
.rightsidefooter, .leftsidefooter {
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 25px;
}
.rightsidefooter ul li {
	display: inline;
}
.rightsidefooter ul li a {
	color: #FFFFFF;
}
.rightsidefooter ul li a:hover {
	text-decoration:underline;
}
/* Contact Settings */

#titlecontainer {
	background: url("../img/titleWrapper_bg-home.jpg") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	height: 360px;
}
.centercontainer {
	margin: 0 auto;
	width: 960px;
}
.leftside {
	color: #E1E8F0;
	padding-top: 26px;
	text-shadow: 0 1px #0E2F58;
	width: 640px;
}
.leftside h1 {
	font-family: 'banda-regular-normal', 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 54px;
	padding-left: 7px;
	text-shadow: 0 2px #0E2F58;
}
#maincontainer {
	background: url("../img/pageWrapper_bg.jpg") repeat scroll 0 0 transparent;
	min-height: 600px;
}
.stick-top {
	background: url("../img/stitch-h.png") repeat-x scroll 0 0 transparent;
	height: 11px;
}
.container {
	margin-left: 50px;
	margin-top: 20px;
}
.firstcolumn {
	float: left;
	width: 440px;
}
.contactform {
	width: 412px;
}
.contactform p {
	margin: 1em 0;
}
.contactform a {
	color: #4183C4;
	text-decoration: none;
}
input, select, textarea, input.clean:focus, select.clean:focus, textarea.clean:focus {
	-moz-transition: background-color 0.2s ease-in-out 0s;
	background-color: #FFFFFF;
	border: 1px solid #B8B8B9;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 3px #E0E0E0 inset, 0 1px #FAFBFB;
	color: #222222;
}
dl.form {
	margin: 15px 0;
}
dl.form dt {
	margin: 0 0 6px;
}
dl.form dt label {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
dl.form dd input[type="text"], dl.form dd input[type="password"], .freecontactform input {
	background-position: right center;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 14px;
	margin-right: 5px;
	padding: 5px;
	width: 400px;
}
p.checkbox input[type="checkbox"] {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	margin:0;
	vertical-align: middle;
}
.contactform textarea {
	height: 100px;
	width: 400px;
	font-size: 12px;
	padding: 5px;
}
.form-actions {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 5px;
	text-align: right;
}
button.classy, .freecontactform input.leadbutton {
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-user-select: none;
	background-color: #013972;
	background-image: -moz-linear-gradient(#013972, #00244b);
	background: -webkit-gradient(linear, center top, center bottom, from(#013972), to(#00244b));
	background: -webkit-linear-gradient(#013972, #00244b);
	background: -moz-linear-gradient(#013972, #00244b);
	background: -o-linear-gradient(#013972, #00244b);
	background: -ms-linear-gradient(#013972, #00244b);
	background: linear-gradient(#013972, #00244b);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013972', endColorstr='#00244b');
	border-color: #626262;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #EAEAEA;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	padding: 8px 15px;
	position: relative;
	text-shadow:  0 1px rgba(0, 0, 0, 0.9);
}
.secondcolumn {
	float: left;
	width: 440px;
}
.secondcolumn h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 1em 0;
}
ul.checklist li {
	background: url("../img/check.png") no-repeat scroll 0 2px transparent;
	font-size: 13px;
	list-style-type: none;
	margin: 25px 0;
	padding-left: 18px;
}
.rule {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 transparent;
	border-color: -moz-use-text-color -moz-use-text-color #DDDDDD;
	border-style: none none solid;
	border-width: medium medium 1px;
	clear: both;
	height: 0;
	margin: 20px 0;
	overflow: hidden;
}
.secondcolumn p {
	margin: 1em 0;
}
.secondcolumn a {
	color: #4183C4;
	text-decoration: none;
}
.secondcolumn a:hover {
	text-decoration:underline;
}
.contactform a:hover {
	text-decoration:underline;
}
.heartocat {
	margin-left: 145px;
}
/* Login Settings */

#login {
	background: url("../img/bg_tile.png") repeat-x scroll center top #071733;
	color: #2D2D2D;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
}
#login .wrapper {
	background: url("../img/bg.png") no-repeat scroll center top transparent;
	height: 850px;
	margin: 0 auto;
}
#adminB {
	background: url("../img/bg_tile.png") repeat-x scroll center top #071733;
	color: #2D2D2D;
	font-family: Arial, sans-serif;
}
#adminB .wrapper {
	background: url("../img/bg.png") no-repeat scroll center top transparent;
	height: 850px;
	margin: 0 auto;
}
#adminB input {
	min-width: 130px;
}
.header {
	height: 64px;
	margin: 0 auto;
	width: 600px;
}
.logintitle a.headerlogo {
	background: url("../img/logo-inside.png") no-repeat scroll 1px 14px transparent;
	display: block;
	height: 64px;
	text-indent: -9999px;
	width: 145px;
}
#loginmaincontain {
	margin: 0 auto;
	width: 600px;
}
.topcontent {
	background: url("../img/loginheader.png") no-repeat scroll 0 0 transparent;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	border-top: 1px solid #252525;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 54px;
	margin-top: 7px;
	width: 598px;
}
.headerline {
	border-top: 1px solid #6C6C6C;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.headerline h3 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 54px;
	padding: 0 20px;
	text-shadow: 0 2px 0 #000000;
}
.mainarea {
	background: none repeat scroll 0 0 #F3F3F3;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: 0 0 0;
	padding: 20px 0;
}
.colleft {
	float: left;
	padding: 11px 0 10px 35px;
}
.colleft h3 {
	color: #505050;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom:0;
}
ul.settings {
	float: left;
	margin: 11px 0;
}
ul li.element input {
	background: url("../img/text-bg.gif") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #ACACAC;
	border-radius: 3px 3px 3px 3px;
	color: #2D2D2D;
	font-size: 14px;
	padding: 6px 26px 6px 6px;
	width: 240px;
	box-shadow:none;
	min-width:200px;
}
.colright {
	display: block;
	float: left;
	padding: 10px 35px 10px 46px;
}
.colright p {
	margin-bottom:0;
}
.colright ul li#list1, .colright ul li#list2 {
	color: #505050;
	font-size: 12px;
	line-height: 12px;
	margin-top: 18px;
}
.colright ul li#list2 {
	margin-top:34px;
}
.colright ul li a {
	color: #187AB2;
	display: block;
	font-size: 12px;
	padding-top: 2px;
	text-decoration: none;
}
.buttonlogin {
	background: url("../img/singinbutton.png") no-repeat scroll 0 0 transparent;
	border: 1px solid #789516;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	height: 34px;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-top: 10px;
	width: 92px;
}
.buttonlogin:hover {
	background:url(../img/singinbutton.png) 0 -34px no-repeat;
}
.headerlinebutton {
	border-top: 1px solid #E3EFBB;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
a.loginbutton, button.loginbutton {
	background: url("../img/continue_arrow_white2.png") no-repeat scroll right center transparent;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	padding: 0 23px 0 9px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #697E20;
	border: 0 none;
	cursor:pointer;
}
#loginfooter {
	color: #FFFFFF;
	padding-top: 15px;
	width: 600px;
}
#loginfooter .leftside {
	color: #FFFFFF;
	padding-top:0;
	text-shadow:none;
	width: 260px;
}
#loginfooter .leftside p, #loginfooterplans .leftside p {
	font-size: 11px;
	color: #FFFFFF;
	line-height:0.8em;
}
.leftside a {
	color: #FFFFFF;
	text-decoration: none;
}
.rightside ul li {
	display: inline;
	font-size: 11px;
}
.rightside ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
/* Myaccountfree Settings */

.centercontainerplans {
	margin: 0 auto;
	width: 960px;
}
.plans {
	width: 960px;
}
a.logout:link, a.logout:visited {
	color: #EC7807;
	text-decoration: none;
}
a.logout {
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 40px 30px 0 0;
	text-decoration: none;
}
a.logout:hover {
	color:#7ca635;
}
.bg {
	background: -moz-linear-gradient(center top, #3C4345, #303435) repeat scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#3C4345), to(#303435))!important;
	background: -webkit-linear-gradient(#3C4345, #303435)!important;
	background: -moz-linear-gradient(#3C4345, #303435)!important;
	background: -o-linear-gradient(#3C4345, #303435)!important;
	background: -ms-linear-gradient(#3C4345, #303435)!important;
	background: linear-gradient(#3C4345, #303435)!important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C4345', endColorstr='#303435') !important;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	border-top: 1px solid #252525;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	margin: 0 auto;
	width: 958px;
}
.shadow {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 15px #001F3D;
	padding: 24px 20px 0px 20px;
}
.myplan {
	float: left;
	margin: 0;
	padding: 0;
	width: 670px;
}
.newsettings {
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
#neworderheader2 {
	background: url("../img/orderheader.png") no-repeat scroll 0 0 transparent;
	height: 75px;
	line-height: 20px;
	padding: 26px 10px 0 85px;
	width: 544px;
}
#welcometext {
	float: left;
	margin-right: 20px;
	padding-top: 6px;
	width: 430px;
}
.align {
	line-height: 15px;
}
fieldset {
	border: medium none;
	margin: 13px 0 0;
	padding: 0;
}
#neworderformat h2 {
	margin: 8px 0;
	font-size:110%;
}
#neworderformat ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	width: 640px;
}
#neworderformat li {
	border-bottom: 1px solid #D1D1D1;
	border-top: 1px solid #FFFFFF;
	height: 36px;
}
#neworderformat label {
	cursor: pointer;
}
#neworderformat li span.orderradio {
	background: none repeat scroll 0 0 #E5E5E5;
	display: block;
	float: left;
	height: 16px;
	padding: 10px 10px 10px 8px;
	width: 20px;
}
#neworderformat li span.listradioselected {
	background: none repeat scroll 0 0 #E5E5E5;
}
#neworderformat li span.listradiotop {
	border-radius: 5px 0 0 0;
}
#neworderformat li span.listtext {
	background: none repeat scroll 0 0 #FAFAFA;
	display: block;
	float: left;
	height: 16px;
	padding: 10px 0 10px 10px;
	width: 591px;
}
#neworderformat li span.listtextselected {
	background: none repeat scroll 0 0 #F6F6F6;
}
#neworderformat li span.listtexttop {
	border-radius: 0 5px 0 0;
}
#neworderformat li span.listtext small {
	color: #606060;
	font-size:14px;
}
#neworderformat li.listlast {
	border-bottom: 0 none;
}
#neworderformat li span.listradiobottom {
	border-radius: 0 0 0 5px;
}
#neworderformat li span.listtextbottom {
	border-radius: 0 0 5px 0;
}
#neworderformat li span.paymentlogos {
	background: url("../img/payment-options2.png") no-repeat scroll right top #FAFAFA;
}
#neworderformat li span.paymentlogosselected {
	background: url("../img/payment-options2.png") no-repeat scroll right top #F6F6F6;
}
#neworderformat li span.cclogo {
	background-position: 370px 6px;
}
#neworderformat li span.pplogo {
	background-position: 370px -46px;
}
#neworderformat li span.gclogo {
	background-position: 370px -92px;
}
#neworderformat li span.lrlogo {
	background-position: 370px -145px;
}
#neworderformat li span.aplogo {
	background-position: 370px -201px;
}
#tosbar {
	background: none repeat scroll 0 0 #F6F6F6;
	border-radius: 5px 5px 5px 5px;
	float: left;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 10px;
	width: 620px;
}
#tosbar a, #tosbar a:visited, #thirdaydaybrag a, #thirdaydaybrag a:visited {
	color: #212121;
	text-decoration: underline;
}
#loginfooterplans {
	color: #FFFFFF;
}
.height {
	height: 15px;
}
#loginfooterplans .leftside {
	width:300px;
	padding:0;
}
#loginfooterplans .leftside a:link, #loginfooterplans .leftside a:visited {
	color: #EC7807;
	text-decoration: none;
}
#loginfooterplans.rightside ul li {
	display: inline;
	font-size: 11px;
}
#loginfooterplans.rightside ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
/* Myaccountpaid Settings */

.shadow .colleft {
	float: left;
	font-size: 20px;
}
.shadow .col1 {
	float: left;
	width: 295px;
	margin:0;
	width: 295px;
	_width: 270px;
}
.premium {
	margin-left: 20px;
}
.premiumtxt {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0 15px -20px;
	text-align: center;
	width: 270px;
	color: #545252;
}
.fansimg {
	margin-left: -25px;
}
.shadow .col2 {
	float: right;
	margin-right: -10px;
	width: 320px;
	_width: 290px;
}
p.todaytxt {
	float: right;
	font-size: 35px;
	font-weight: bold;
	margin: 40px 120px 0 0;
	color: #545252;
}
.details {
	float: right;
	font-weight: bold;
	line-height: 40px;
	margin: 70px 50px 0 0;
	text-align: center;
	width: 320px;
}
.date {
	font-size: 20px;
	color: #545252;
}
.team {
	font-size: 20px;
	color: #545252;
}
.team span {
	color: #EC7807;
	font-size: 24px;
}
.tip {
	font-size: 18px;
	color: #545252;
}
.fanstxt {
	color: #EC7807;
	line-height: 25px;
	margin-top: 50px;
}
.fanstxt span {
	color: #06386A;
}
.rightsection {
	padding: 0 0 0 20px;
	width: 230px;
}
.widget.help {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ACACAC;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 #FFFFFF;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	width: 100%;
}
.widget-header {
	background: -moz-linear-gradient(center top, #FFFFFF, #E0E0E0) repeat scroll 0 0 transparent;
	border-bottom: 1px solid #C1C1C1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.widget-header h2 {
	color: #505050;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
	font-family: Arial, sans-serif;
}
.widget-content p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 10px 10px 3px 10px;
}
ul.bullet {
	padding: 10px 10px 10px 25px;
}
ul.bullet li {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: disc outside none;
}
ul.bullet li a {
	padding: 0;
}
.widget.resources {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ACACAC;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 #FFFFFF;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	width: 100%;
}
.widget-content img {
	float: left;
	padding: 10px;
}
.widget-content h3 {
	color: #505050;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 15px;
}
.mainarea .partners {
	margin-left: -21px;
	margin-top: -5px;
	margin-bottom:-1px;
}
.premiumimg {
	margin-left: 35px;
}
/* Pricing Settings */

h1#logo {
	margin-bottom:0;
}
.containerWrapper {
	background: url("../img/pageWrapper_bg.jpg") repeat scroll 0 0 transparent;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 1537px;
	position: relative;
}
.pageTitle {
	font-size: 24px;
	margin: 0 auto;
	width: 580px;
	padding-top:10px;
}
.pageTitle span {
	background-color: #A8ECFC;
	border-radius: 3px 3px 3px 3px;
	line-height: 38px;
	padding: 1px 14px 4px;
}
.plansCompare {
	background: url("../img/comparison_bg-trans.png") no-repeat scroll 0 0 transparent;
	height: 473px;
	padding: 18px 0 0 149px;
	position: relative;
	width: 804px;
}
.matrixleft {
	float: left;
 *float: left;
	_float: left;
	color: #47550F;
	margin-right:24px;
	margin-right:24px\9;
 *margin-right:24px;
	_margin-right:24px;
	width: 318px;
}
.matrixright {
	width: 318px;
	float: left;
 *float: left;
	_float: left;
}
.packheader {
	height: 79px;
	padding-top: 14px;
	text-align: center;
	text-shadow: 0 1px #FFFFFF;
	width:318px;
}
.basic-modal {
	width:318px;
}
.matrixleft .packheader h4 {
	color: #5C6A24;
}
.plansCompare .packheader h4 {
	font-size: 28px;
	font-weight: bold;
}
.static h1, .static h2, .static h3 {
	line-height: normal;
	margin: 0;
}
.static h3, .packheader h3 {
	color: #000000 !important;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin-top: 10px;
}
.matrixleft .packheader h3 {
	color: #2E450F;
}
.plansCompare .packheader h3 {
	font-size: 42px;
	letter-spacing: -0.04em;
	line-height: 34px;
}
.matrixleft .packheader h3 span {
	font-size: 18px;
	letter-spacing: -0.04em;
}
.plansCompare .packcontent {
	height: 256px;
	padding: 15px 10px 0;
}
.plansCompare .packcontent div {
	font-size: 16px;
	line-height: 16px;
	padding: 4px 0 7px 15px;
}
.plansCompare .matrixleft .packcontent div:hover {
	color:#8D9560;
}
.plansCompare .packcontent div:hover {
	background-color:#FAFBF2;
	sdsabox-shadow:0 0 0 1px #f5c83f inset;
) border:1px solid #000000;
}
.plansCompare .icon-19 {
	background: url("../img/plans_map-trans.png") no-repeat scroll 0 0 transparent;
	height: 19px;
	padding-left: 19px;
	padding-right:4px;
}
.plansCompare strong {
	font-size: 18px;
	padding-left: 4px;
}
.plansCompare .buttons {
	height: 67px;
	padding: 0 0 0 52px;
}
.plansCompare .buttons a {
	float: left;
	height: 67px;
	letter-spacing: -0.04em;
	padding-top: 12px;
	text-align: center;
	width: 216px;
	text-decoration: none;
}
.plansCompare .buttons a.modified {
	_margin-top:0;
}
.plansCompare .matrixleft .buttons a {
	text-shadow: 0 1px 0 #E3FE79;
}
.plansCompare .buttons a .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
.plansCompare .matrixleft .buttons a .title {
	color: #566321;
}
.plansCompare .buttons a .subtext {
	display: block;
	font-size: 13px;
	font-style: italic;
	margin-top: 4px;
}
.plansCompare .matrixleft .buttons a .subtext {
	color: #323E04;
}
.plansCompare .matrixright .buttons a .title {
	color: #464D51;
}
.plansCompare .matrixright .buttons a .subtext {
	color: #40555F;
}
.memberPlanEnterprise {
	bottom: 4px;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 10;
	margin-top:-28px;
}
.message {
	background-color: #FFE471;
	border: 1px solid #D6C55C;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 5px 2px #F6F4E0 inset;
	clear: both;
	color: #615315;
	font-size: 14px;
	margin: 0 auto;
	padding: 6px 2px;
	text-align: center;
	width: 500px;
	_width: 500px;
	_margin-left:225px;
}
.message a {
	color: #9A6405;
	text-decoration: none;
}
.rb-b-4 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#memberPlanMoreInfo {
	background: url("../img/plans_phone_footer.jpg") no-repeat scroll 107px bottom #FFFFFF;
	box-shadow: 0 -4px 0 -1px #86D4E6 inset;
	clear: both;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	width: 952px;
}
#memberPlanMoreInfo .topQuote {
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 25px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	width: 820px;
}
#memberPlanMoreInfo .topQuote .source {
	color: #236DB5;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-right: 90px;
	text-align: right;
}
.primaryContent {
	float: left;
	margin: 20px 0 0 35px;
	padding-bottom: 220px;
	width: 460px;
	_width: 455px;
	_margin: 20px 0 0 35px;
}
.primaryContent h2 {
	font-size: 24px;
	letter-spacing: -0.04em;
	line-height: 26px;
}
.static h2 {
	font-size: 16px;
	margin-bottom: 0.4em;
}
.partners {
	margin-left: -16px;
}
.primaryContent .security {
	background: url("../img/security_bg.png") no-repeat scroll right bottom #EEEDDB;
	border-bottom: 1px solid #A2A492;
	border-right: 1px solid #D7D9C8;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
	display: inline-block;
	margin: 15px 0 12px -46px;
	padding: 16px 36px 16px 90px;
	position: relative;
}
.primaryContent .overflowTop {
	background: url("../img/overflow_top.png") no-repeat scroll 0 0 transparent;
	height: 13px;
	left: 0;
	position: absolute;
	top: -13px;
	width: 11px;
}
.primaryContent .lock {
	background: url("../img/security_lock-trans.png") no-repeat scroll 0 0 transparent;
	height: 83px;
	left: 16px;
	position: absolute;
	top: 4px;
	width: 69px;
}
#memberPlanMoreInfo p {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}
#memberPlanMoreInfo p:last-child {
	margin-bottom: 0;
}
.primaryContent h3 {
	font-size: 14px;
	line-height: normal;
}
.secondaryContent {
	float: left;
	margin: 0 0 0 50px;
	padding-bottom: 15px;
	width: 350px;
	_width: 345px;
	_margin: 0 0 0 20px;
}
.secondaryContent h3, h3.likesecondary {
	color: #000000;
	font-size: 16px;
	letter-spacing: -0.02em;
	line-height: 30px !important;
	margin-bottom: 0.2em !important;
	margin-top: 1em !important;
}
.pricingfooter {
	background: url("../img/footer_bg.gif") no-repeat scroll 0 0 transparent;
	border-top: medium none;
	clear: both;
	font-size: 11px;
	font-weight: normal;
	height: 35px;
	padding-bottom: 14px;
	padding-top: 10px;
	text-shadow: 0 1px 0 #96E7FA;
}
.copy {
	color: #004068;
	float: left;
	margin-left: 5px;
}
.pricingfooter a {
	text-decoration: none;
}
.copy a {
	color: #004068;
}
.footermenu {
	float: left;
	margin-left: 65px;
}
.footermenu a {
	color: #004068;
	font-size: 11px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 3px;
}
/* Privacy Settings */

.section ol > li {
	color: #777777;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
	padding: 1px 0 7px;
	_margin-left: 25px;
 *margin-left: 25px;
}
/*Reset Password Settings */

.resetpass {
	background: url("../img/resetpassbutton.png") no-repeat scroll 0 0 transparent;
	width: 215px;
}
.resetpass:hover {
	background:url(../img/resetpassbutton.png) no-repeat scroll 0 -34px;
}
/* Signup Settings */

.buttonsignup {
	background: url("../img/singinbutton.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #789516;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	height: 34px;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-top: 10px;
	width: 205px;
}
.buttonsignup:hover {
	background:url(../img/singinbutton.png) 0 -34px repeat-x;
}
.home-packages {
	width:725px;
	margin:0 auto;
	clear:both;
}
.homepack {
	width:342px;
	float:left;
	margin-right:10px;
}
.pack1header, .pack2header {
	margin-bottom:-2px;
	border-radius: 0 4px 0 0;
}
.packleft {
	float:left;
	width:179px;
	_width:159px;
}
.packright {
	width:163px;
	float:left;
	_width:150px;
}
.paybutton {
	margin: -70px 0 40px 10px;
}
.alert {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	color: #C09853;
	margin-bottom: 0;
	padding: 8px 35px 8px 14px;
	min-height:30px;
	width: 80%;
	font-size: 12px;
	margin: 0 auto;
}
.alert p {
	color:#fff;
	font-weight:bold;
	margin-left: 55px;
}
.alert h4 {
	color:#fff;
	font-size: 14px;
	line-height: 21px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: justify;
	font-weight:bold;
}
.alert-heading {
	color: inherit;
}
.alert .close {
	line-height: 18px;
	position: relative;
	right: -21px;
	top: -2px;
}
.alert-success {
	padding: 6px 32px;
	background: rgb(138, 211, 130); /*Old browsers*/
	background: -moz-linear-gradient(top, rgba(138, 211, 130, 1) 0%, rgba(106, 177, 101, 1) 100%); /*FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(138, 211, 130, 1)), color-stop(100%, rgba(106, 177, 101, 1))); /*Chrome,Safari4+*/
	background: -webkit-linear-gradient(top, rgba(138, 211, 130, 1) 0%, rgba(106, 177, 101, 1) 100%); /*Chrome10+,Safari5.1+*/
	background: -o-linear-gradient(top, rgba(138, 211, 130, 1) 0%, rgba(106, 177, 101, 1) 100%); /*Opera11.10+*/
	background: -ms-linear-gradient(top, rgba(138, 211, 130, 1) 0%, rgba(106, 177, 101, 1) 100%); /*IE10+*/
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8ad382', endColorstr = '#6ab165', GradientType = 0); /*IE6-9*/
	background: linear-gradient(top, rgba(138, 211, 130, 1) 0%, rgba(106, 177, 101, 1) 100%); /*W3C*/
	border: 1px solid #4b8048;
}
.alert-danger, .alert-error {
	background: rgb(216, 119, 119); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(216, 119, 119, 1) 1%, rgba(217, 87, 87, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(216, 119, 119, 1)), color-stop(100%, rgba(217, 87, 87, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(216, 119, 119, 1) 1%, rgba(217, 87, 87, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(216, 119, 119, 1) 1%, rgba(217, 87, 87, 1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(216, 119, 119, 1) 1%, rgba(217, 87, 87, 1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d87777', endColorstr = '#d95757', GradientType = 0); /* IE6-9 */
	background: linear-gradient(top, rgba(216, 119, 119, 1) 1%, rgba(217, 87, 87, 1) 100%); /* W3C */
	border: 1px solid #b72224;
}
.alert-danger:before, .alert-error:before {
	content: url("../img/error.png");
	float: left;
	margin: 3px 15px 0;
}
.alert-success:before {
	content: url("../img/success.png");
	float: left;
	margin: 3px 15px 0;
}
.alert-success h4 {
	color:#fff;
}
.alert-info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}
.alert-block {
	padding-bottom: 14px;
	padding-top: 14px;
}
.alert-block > p, .alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.alert .close {
	line-height: 18px;
	position: relative;
	right: -21px;
	top: -2px;
}
button.close {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	padding: 0;
}
.close:hover {
	color: #000000;
	cursor: pointer;
	opacity: 0.4;
	text-decoration: none;
}
.close {
	color: #000000;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	opacity: 0.2;
	text-shadow: 0 1px 0 #FFFFFF;
}
ul.privacyitems li {
	margin-top:10px;
}
.pfinished {
	font-family:banda-regular-normal, 'Trebuchet MS', Trebuchet, sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-0.05em;
}
.toptable {
	width: 300px;
}
.toptable th {
	background-image: -webkit-linear-gradient(bottom, #ba2121, #ea4746);
	background-image: -moz-linear-gradient(bottom, #ba2121, #ea4746);
	background-image: -o-linear-gradient(bottom, #ba2121, #ea4746);
	background-image: -ms-linear-gradient(bottom, #ba2121, #ea4746);
	background-image: linear-gradient(bottom, #ba2121, #ea4746);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba2121', endColorstr='#ea4746');
	color: #ffffff;
	font-weight: normal;
	padding: 11px 0 10px 9px;
	text-align: left;
}
.toptable tbody {
	border: 0 none !important;
}
.toptable .tbody {
	background-image: -moz-linear-gradient(center bottom, #EDEDED 10px, #FFFFFF 230px);
	border: 1px solid #CCCCCC;
}
.lpbanner {
	padding-top:0px !important;
	min-height:368px !important;
}
.lpbanner h2 {
	margin:10px 0 15px 0 !important;
}
.toptable tbody td {
	font-size: 11px;
	margin-left: -5px;
	padding: 4px 5px;
	text-align: center;
}
.toptable a, .toptable span.link {
	color: #2b9e39;
	outline: medium none;
	text-decoration: none;
}
.fullresulttitle {
	width:auto !important;
}
.fullresulttitle h1 {
	font-size:30px !important;
}
.fullresultprinctable {
	margin-bottom:10px !important;
}
.fullresultprinctable td {
	padding:6px 5px !important;
}
.lpfaq h2 {
	color: #333333 !important;
	font-size: 14px !important;
}
.lpfaq p {
	color: #000000 !important;
	font-size: 12px !important;
	font-weight: normal !important;
}
.lpbuttons {
	margin-left:20px;
}
.lpbuttons h2 {
	color:#E1E8F0;
}
.lpbuttons span {
	border-radius: 0 !important;
}
.buytipslp {
	background: url("../img/inputbglp.png") repeat scroll 0 0 transparent;
	padding:10px 20px;
}
.buytipslp h2 {
	color:#ffffff;
}
.buytipslp li span.listradiotop {
	border-radius:0 !important;
}
.buytipslp li span.listtexttop {
	border-radius:0 !important;
}
.lpheader {
	height:100px !important;
}
.lpheader h1 {
	line-height:34px !important;
}
.plansandpricingcompare {
	padding: 38px 0 0 119px !important;
	height: 263px !important;
	width:952px;
	background: url("../img/comparison_bg-trans.png") no-repeat scroll 0 -190px transparent !important;
}
.plansandpricingcompare .matrixright {
	margin-left:20px;
}
.freecontactform {
	margin:15px 0;
}
.freecontactform label {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	display:block;
	margin:0 0 6px;
}
.leadbutton {
	display: block !important;
	min-width: 50px !important;
	width: 113px !important;
	margin-top: 17px;
}
.getaccesscontainer {
	border:1px dashed #cccccc;
	height:361px;
	padding:15px 15px 15px 30px;
	background:#ffffff;
}
.hometestimonial {
	display: block;
	font-size: 18px !important;
	font-style: italic;
	line-height: 26px !important;
	margin-top: 76px;
	padding-right: 24px;
}
#basic-modal-content {
	display:none;
}
/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}
/* Container */
.modal-dialog{
	
}
.modal-content {
	background-color: #F5F8FA;
border: 1px solid #D8E1E9 !important;
border-radius:3px;
color: #BBBBBB;

}
#simplemodal-container .simplemodal-data {
	padding:8px;
}
#simplemodal-container code {
	background:#141414;
	border-left:3px solid #65B43D;
	color:#bbb;
	display:block;
	font-size:12px;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
.modal-dialog a.modalCloseImg {
 background: none repeat scroll 0 0 #282829;
border-radius: 0 0 5px 5px;
color: #C6C6C6 !important;
cursor: pointer;
display: inline;
font-size: 12px; 
height: 23px;
line-height: 21px;
position: absolute;
right: 29px;
text-align: center;
top: -1px;
width: 44px;
z-index: 3200;
}
#simplemodal-container h3 {
	color:#84b8d9;
}
.modal-dialog h2{
	color:#282829;	
}
.freecontactform input.leadbutton{
	float:right;
	margin-top:-3px;
	 -bracket-:hack(;
        margin-top:2px;
    );
}
.textgif{
	display:none;
}
.acceptance li{
	margin-bottom:10px;
}
.acceptance label{
	vertical-align:middle;
	
}
.modal-content{
	padding:10px;	
}
.modal-dialog #submit_btn{
background: #f6d537 none repeat scroll 0 0;
color: #404040;
cursor: pointer;
font-size: 14px;
font-weight: bold;
padding: 5px 10px;
border: 1px solid #d9b81a;
}
.result{
	text-align:center;
}
.result img{
	display: none;
}
.winresult{
	background:url(../img/wingif.gif) center center no-repeat;
	text-indent:-999999px;
}
.drawresult{
	background:url(../img/drawgif.gif) center center no-repeat;
	text-indent:-999999px;
}
