/* style for big error box in the top-left corner */

/**
!!!!!! DO NOT MODIFY HERE !!!!!

COPY THIS FILE TO /site/common/css AND CHANGE THEN

!!!!!! DO NOT MODIFY HERE !!!!!
**/


.LuckyEngine_Error_Box {
    background-color: #FFC7C7;
    border: 1px solid #FF7070;
    padding: 5px;
}

.LuckyEngine_Error_Box .Hide_Link {
    color: blue;
}

/* style for form elements error messages (form checks) */

/**
!!!!!! DO NOT MODIFY HERE !!!!!

COPY THIS FILE TO /site/common/css AND CHANGE THEN

!!!!!! DO NOT MODIFY HERE !!!!!
**/

.LuckyEngine_Error_Messages {
    color: red;
}

/* style for big message box in the top-left corner */

/**
!!!!!! DO NOT MODIFY HERE !!!!!

COPY THIS FILE TO /site/common/css AND CHANGE THEN

!!!!!! DO NOT MODIFY HERE !!!!!
**/

.LuckyEngine_Message_Box {
    background-color: #DAEFF8;
    border: 1px solid #7CC7E4;
    padding: 5px;
}


#noticeTitle {
	background: url(../images/vistaLogo_StandAlone.jpg) no-repeat 10px 0px;
	height: 113px;
	color: #369;
	text-align: center;
}
#noticeTitlephp {
	color: #369;
	font-size: large;
	text-align: center;
}
#containerNotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 20px;
}
#containerComanyInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 20px 20px 20px 100px;
	background: url(../../images/vistaLogo_StandAlone.jpg) no-repeat 10px 0px;
}
/* testimonials: */
.testimonial{
	padding: 0 13px;
	color: #666;
	text-align: justify;
}
.author{
	display: block;
	text-align:right;
	color:#666;
	padding: 3px 20px 15px;
	font-style: italic;
	font-weight: bold;
}
.author.last-child{border-style:none;}
/* faq: */
.faq { padding: 0 13px; }
.faq H4 {
	float: left;
	clear: left;
	margin: 15px 0 0;
	padding: 0 0 0 23px;
	color: #666;
	cursor: pointer;
}
.faq H4.hide { background: url(../images/marks/mark_hideTitle.gif) no-repeat 0 1px; }
.faq H4.show { background: url(../images/marks/mark_showTitle.gif) no-repeat 0 5px; }
.faq H5 {
	margin: 0;
	padding: 0;
	color: #C00;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
}
.faq UL.hide, .faq UL.show {
	clear: both;
	margin: 0 0 0 23px;
	padding: 10px 0 0;
	list-style: none;
}
.faq UL LI.hide, .faq UL LI.show {
	margin-bottom: 7px;
	padding-left: 23px;
}
.faq UL LI.hide { background: url(../images/marks/mark_hide.gif) no-repeat 0 1px; }
.faq UL LI.show { background: url(../images/marks/mark_show.gif) no-repeat 0 5px; }
.faq UL.hide, .faq LI.hide DIV { display: none; }
.faq UL.show, .faq LI.show DIV { display: block; }
/* contactus */
.contactus p{color:#666;}
.contactus a{color:#F00;}
#contact1{margin:40px 0px;}
.feature1{
	padding-bottom:15px;
	margin-bottom:10px;
	text-align: justify;
}
.plansList td{
	margin:0;
	padding:0;
}
.CreditCardTable {
	border:none;
	width:360px;
	margin-left:225px;
}
.CreditCardTable th {
	text-align:left;
	font-weight:bold;
}
.CreditCardTable td {text-align:left;}
.CreditCardTable td span{
	color:red;
	margin-left:4px;
}
.CreditCardTable td input,.CreditCardTable td select{
	width:150px;
	margin:0;
}
.myAmericanAccessBanner {
	background-image: url(../images/my_american_access_banner.png);
	width: 125px;
	height: 125px;
	position: absolute;
	margin-left:600px;
	margin-top:50px;
	cursor: pointer;
}
#printApplicationInfoForm {
		padding-left:225px;
		font-weight:bold;
		color:red;
}
.blk #sidebar ul li.widget ul li{padding-bottom:2em !important;}
input.inp.stretch, textarea.inp.stretch {width: 95%;}
input.inp.search, select.search {font-size:13px;}
form {margin: 0px;}
input.button {
	color: #000;
	background: #D6E3EF url(../img/tab/f-sel.gif) repeat 0px -3px;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
	margin: 1px;
	vertical-align: middle;
	font-family: Tahoma;
	border-top: 1px solid #EBF5FA;
	border-bottom: 1px solid #687B84;
	border-left: 1px solid #EBF5FA;
	border-right: 1px solid #687B84;
	border-collapse : collapse;
	border-spacing: 0px;
	overflow: visible;
}
input.button.normal {
	font-size: 11px;
	font-weight: normal;
}
input.button.big {
	font-size: 14px;
	height: 24px;
}
input.button[disabled] {
	color: #9D9DA1;
	border: 1px solid #687B84;
	border-top: 1px solid #EBF5FA;
	border-left: 1px solid #EBF5FA;
}
input.phonecode {
	width:40px;
	border: 1px solid #A5ACB2;
	border-right:none;
	padding:2px;
	background: #EBEBE4;
	color:#aaa;
	text-align:center;
	cursor:default;
}
.valign {vertical-align : top;}
.hidden { display: none; }
.LuckyEngine_Error_Messages {
	white-space: normal;
	font : 11px Arial;
	 margin-left: 2px;
}
.LuckyEngine_Message_Box {
	z-index: 100;
	width: 99%;
}
.LuckyEngine_Error_Box{
	z-index: 100;
	left:0px;
	right:0px;
	width: 99%;
}
.LuckyEngine_Error_Box.inner { width: auto; }
.CartError{
	background-color: red;
	border-color: red;
}
img {border: 0px;}
HTML {
	height: 100%;
	margin-bottom: 1px;
}
BODY {
	height: 100%;
	margin: 0;
	background: #fff url(../images/body_bg.gif) repeat-x;
	color: #666;
	font: 75% Arial, sans-serif;
}
INPUT, SELECT, TEXTAREA {
	color: #000;
	font-size: 100%;
	font-family: Arial, sans-serif;
}
INPUT {
	padding-left: 3px;
	padding-right: 3px;
}
TEXTAREA {
	padding: 5px;
	overflow: auto;
}
FORM {
	margin: 0;
	padding: 0;
}
IMG {
	border: none;
	vertical-align: -3px;
}
H3 {
	margin: 15px 0 0;
	padding: 0;
	color: #36C;
	font-size: 110%;
	text-transform: uppercase;
}
H3.subTitle {
	color: #000;
	text-transform: none;
}
H3 SPAN {
	color: #C00;
	margin-left: 15px
}
.blk h3 { margin-top:10px; }
H4 {
	margin: 0;
	padding: 0;
	color: #C00;
	font-size: 100%;
	font-weight: bold;
}
P { margin: 10px 0; color:#666; }
small{color:#666;}
OL, UL {
	margin-top: 10px;
	margin-bottom: 10px;
}
UL.list {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
}
UL.list LI {
	background: url(../images/marks/mark_star.gif) no-repeat;
	margin-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
}
A {
	color: #36c;
	text-decoration: underline;
	outline: none;
}
A:hover { text-decoration: none }
#skipNav {
	position: absolute;
	left: -5000px;
}
/* LAYOUT */
#page {
	width: 955px;
	margin: 0 auto;
}
.content {
	width: 913px;
	background-color: #fff;
	margin-top: -10px;
	padding: 20px 20px 30px 0;
	line-height: 18px;
}
#content {
	width: 913px;
	background-color: #fff;
	border: solid #999;
	border-width: 0 1px;
	margin-top: -10px;
	padding: 20px 20px 30px;
	line-height: 18px;
}
#pageWin { width: 100%; }
#pageWin #content { width: auto; }
#LCcontent {
	text-align:justify;
	background: #fff url(../images/panel/LCpanelbg.jpg) repeat-x;
	border: solid #999;
	border-width:0 1px 1px 1px;
	margin-top: -10px;
	padding: 20px 20px 30px;
	line-height: 18px;
	overflow: hidden;
}
#LCAllcontent{ margin-top: 9px; }
#LCRight {
	border-left: 1px solid #999;
	float: right;
	width: 381px;
	margin: -10px 0 20px 0;
}
#LCRcontent{
	border: 1px solid #999;
	background: url(../images/panel/LCpanelbg.jpg) repeat-x;
	border-top: 0;
	padding: 10px 20px 10px 20px;
	width: 300px;
	margin: 10px 0 20px 40px;
	text-align: justify;
}
#LCcontentSmall {
	background: url(../images/panel/LCpanelbg.jpg) repeat-x;
	border: 1px solid #999;
	border-top: 0;
	width: 452px;
	margin: 0px 0 20px 0;
	padding: 10px 20px 10px 20px;
	text-align: justify;
}
/* HEADER */
#header {
	position: relative;
	clear: both;
	height: 151px;
	background: url(../images/header/header_bg.gif) repeat-x;
}
#header H1 {
	margin: 0;
	width: 105px;
	height: 140px;
	padding: 11px 0 0 17px;
	background: url(../images/header/VISTA.gif) no-repeat;
}
#header H1 A {
	display: block;
	width: 88px;
	height: 130px;
	text-indent: -5000px;
}
#header .headerImg {
	height: 151px;
	background: url(../images/header/header_right.jpg) no-repeat right top;
}
#header .headerImg DIV {
	position: absolute;
	left: 135px;
	bottom: 5px;
}
#header H2 {
	margin: 0;
	padding: 0;
	color: #39C;
	font-size: 330%;
}
#header H3 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}
/* MENU */
#navBarTop {
	float: right;
	padding-bottom: 8px;
	font-size:13px;
}
#navBarTop UL {
	margin: 0;
	padding: 8px 0 0;
	list-style: none;
}
#navBarTop LI {
	float: left;
	border-right: 1px solid #000;
	margin-right: 7px;
}
#navBarTop LI.last { border: none; }
#navBarTop A {
	color: #000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 7px;
}
#navBarTop A:hover { text-decoration: none; }
#navBarBot {
	margin: 0;
	padding: 15px 0 30px;
	color: #000;
	text-align: center;
}
#navBarBot A { color: #000;}
#stepsBar { padding-top: 6px; }
#stepsBar H4 {
	float: left;
	margin: 1px 0 0 5px;
	padding: 0;
	color: #000;
	font-size: 160%;
}
#stepsBar UL {
	position: relative;
	z-index: 90;
	float: right;
	width: 765px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#stepsBar LI {
	float: left;
	height: 41px;
	line-height: 24px;
	color: #F97373;
	font-weight: bold;
	text-align: center;
	font-size:13px;
}
#stepsBar LI.step1 strong, #stepsBar LI.step2 strong, #stepsBar LI.step3 strong {
	display: block;
	height: 41px;
	color: #F00;
}
#stepsBar LI.step1 {
	width: 286px;
	background: url(../images/steps/step1.png) no-repeat;
}
#stepsBar LI.step1 strong {
	width: 286px;
	background: url(../images/steps/step1_active.png);
}
#stepsBar LI.step2 {
	width: 260px;
	background: url(../images/steps/step2.png) no-repeat;
}
#stepsBar LI.step2 strong {
	width: 260px;
	background: url(../images/steps/step2_active.png);
}
#stepsBar LI.step3 {
	width: 219px;
	background: url(../images/steps/step3.png) no-repeat;
}
#stepsBar LI.step3 strong {
	width: 219px;
	background: url(../images/steps/step3_active.png);
}
/* PANEL */
.selBar {
	position: relative;
	top: -10px;
	clear: both;
	background: url(../images/panel/selBar_bg.gif) repeat-x;
	z-index: 0;
}
.selBar .selBarL {background: url(../images/panel/selBar_left.gif) no-repeat;}
.selBar .selBarR {
	background: url(../images/panel/selBar_right.gif) no-repeat 100% 0;
	height: 45px;
	padding: 24px 20px 0;
}
.selBar SELECT {
	float: left;
	width: 195px;
	margin-right: 10px;
}
.selBar A.btnRBarrow {
	float: right;
	background: url(../images/buttons/btnBgRB_arrow.gif) !important;
}
.selBar A.btnRB {
	float: right;
	margin-top: -3px;
}
.selBar INPUT.bthFlRight {
	float: right;
	width: 160px;
}
.selBarR H2 { margin: 0; }
.txtBar {
	position: relative;
	top: -10px;
	clear: both;
	background: url(../images/panel/txtBar_bg.gif) repeat-x;
	z-index: 0;
}
.txtBar .txtBarL {background: url(../images/panel/txtBar_left.gif) no-repeat;}
.txtBar .txtBarR {
	background: url(../images/panel/txtBar_right.gif) no-repeat right top;
	height: 57px;
	padding-top: 12px;
	text-align: center;
	line-height: 24px;
}
.txtBar P {margin: 0;}
.txtBar A {color: #039;}
/* BLOCK */
.blk {
	float: left;
	width: 275px;
	padding: 0 13px;
}
.blk2 {
	float: left;
	padding: 0 13px;
	color:#666;
}
.logos {
	padding-top: 10px;
	text-align: center;
}
.logos IMG {margin: 0 10px; }
.logosForm {
	float: left;
	padding-top: 0px;
	padding-left: 15px;
}
.logosForm IMG { margin: 0 10px; }
.inOrder, .LearningCenter {
	padding-bottom: 15px;
	padding-right: 15px;
	border-bottom: 1px dotted #999;
}
.inOrder H3 {color: #c00;}
.LearningCenter H3 {color: #0075B8;}
.LearningCenter A.btnB {
	float: right;
	width: 118px !important;
	background: url(../images/buttons/btnBgBS.gif) !important;
}
.LearningCenter A.btnR {
	float: right;
	width: 118px !important;
	background: url(../images/buttons/btnBgRS.gif) !important;
}
UL.listR, UL.listB {
	margin: 10px 0 0;
	padding: 0 20px 0 0;
	list-style: none;
}
UL.listR LI, UL.listB LI {
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px;
}
UL.listB.space LI {margin-bottom:5px;}
UL.listR LI { background-image: url(../images/marks/mark_red.gif); }
UL.listB LI { background-image: url(../images/marks/mark_blue.gif); }
.blkForm {
	border-bottom: 1px solid #ebebeb;
	padding: 20px 25px 7px;
}
.blkForm H3 {
	float: left;
	clear: left;
	margin: 0 25px 10px 0;
}
.blkForm LABEL {
	float: left;
	margin-right: 8px;
}
.blkForm SPAN.nostyle {
	float: none;
	margin: 0;
}
.blkForm LABEL.nostyle {
	float: none;
	margin: 0;
}
.blkForm LABEL.chk {margin: 0 25px 0 5px; }
.blkForm INPUT {
	float: left;
	width: 240px;
	margin: 0 23px 13px 0;
	border: 1px solid #AAA;
}
.blkForm INPUT.chk {
	width: auto !important;
	border: none !important;
	margin: 3px 0 0 0;
	padding: 0;
}
.blkForm INPUT.length2 {
	width: 24px;
	margin-right: 3px;
}
.blkForm INPUT.length3 {
	width: 29px;
	margin-right: 3px;
}
.blkForm INPUT.length4 {
	width: 34px;
	margin-right: 3px;
}
.blkForm INPUT.length8 {
	width: 80px;
	margin:0 0 13px 0;
}
.blkForm INPUT.length13 {width: 133px;}
.blkForm INPUT.length20 {width: 180px;}
.blkForm INPUT.length50 {
	width: 500px;
	margin-right: 25px;
}
.blkForm INPUT.mar { margin-right: 25px; }
.blkForm SELECT {
	float: left;
	width: 130px;
	margin-right: 25px;
	margin-bottom: 13px;
}
.blkForm span.select {
	float: left;
	width: 130px;
	margin-right: 25px;
	margin-bottom: 13px;
	padding:2px 0 0 2px;
}
.blkForm SELECT.length2 { width: 54px; }
.blkForm SELECT.length20 { width: 160px; }
.blkForm TEXTAREA {
	width: 820px;
	margin-bottom: 13px;
	border: 1px solid #AAA;
}
.submitForm {
	float: right;
	width: 560px;
	padding-top: 15px;
	padding-right: 25px;
}
.submitForm INPUT {
	float: left;
	margin-top: 8px;
}
.submitForm LABEL {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.submitForm A.btnRB { float: right; }
.blkNewsletter {
	float: left;
	width: 342px;
	margin-right: 40px;
}
.NewsletterTxt {
	float: left;
	width: 524px;
}
.signupframe {
	border-collapse: collapse;
	width: auto !important;
	background-color: #f2f2f2 !important;
	border: none !important;
	color: #666 !important;
}
.signupframe TD {
	text-align: left;
	font-weight: bold;
	padding: 5px;
}
.signupframe INPUT {
	border: 1px solid #AAA;
	width: 180px;
}
.blockTL {
	background: url(../images/block/blockTL.gif) no-repeat;
	padding-left: 13px;
}
.blockTR {
	background: url(../images/block/blockTR.gif) no-repeat 100% 0;
	padding-right: 13px;
}
.blockTC {
	background: url(../images/block/blockTC.gif) repeat-x;
	height: 30px;
}
.blockTC H3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
}
.blockBL {
	background: url(../images/block/blockBL.gif) no-repeat;
	 padding-left: 13px;
}
.blockBR {
	background: url(../images/block/blockBR.gif) no-repeat right top;
	padding-right: 13px;
}
.blockBC {
	background: url(../images/block/blockBC.gif) repeat-x;
	height: 14px;
	font-size: 0;
}
.block {
	padding: 15px 20px;
	color: #666;
	background: #f2f2f2;
	border: solid #999;
	border-width: 0 1px;
}
/* BUTTONS */
A.btnRB, A.btnRBarrow {
	display: block;
	width: 202px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-weight: bold;
	font-size:14px;
	background: url(../images/buttons/btnBgRB.gif);
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
A.btnR {
	display: block;
	width: 140px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	background: url(../images/buttons/btnBgR.gif);
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
A.btnB {
	display: block;
	width: 140px;
	height: 22px;
	line-height: 22px;
	margin-top: 5px;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	background: url(../images/buttons/btnBgB.gif);
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
A.btnBB {
	display: block;
	width: 140px;
	height: 34px;
	background: url(../images/buttons/btnBgBB.gif);
	margin-top: 5px;
	padding-top: 6px;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-align: center;
}
INPUT.btnRB, INPUT.btnRBarrow {
	width: 202px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-weight: bold;
	background: url(../images/buttons/btnBgRB.gif);
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: none;
}
INPUT.btnR {
	display: block;
	width: 140px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	background: url(../images/buttons/btnBgR.gif);
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
SPAN.btnRB {
	margin-top: -7px;
	padding-left: 20px;
	display: block;
	float: left;
}
SPAN.btnRBarrow {
	margin-top: -4px;
	padding-left: 20px;
	display: block;
	float: right;
}
A.icoQuestion {
	float: left;
	display: block;
	margin-top: 2px;
	width: 17px;
	height: 17px;
	background: url(../images/icons/ico_question.gif) no-repeat;
	text-indent: -9999px;
}
A.icoPDF {
	display: block;
	max-width: 120px;
	height: 16px;
	background: url(../images/icons/ico_pdf.gif) no-repeat left center;
	margin: 0 auto;
	padding-left: 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 16px;
	white-space: nowrap;
}
A.icoInf {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/ico_inf.gif) no-repeat;
	text-indent: -9999px;
}
/* TABLE */
TABLE.plan {
	width: 96%;
	border-collapse: collapse;
	margin: 0 auto;
}
TABLE.plan TH {
	border: solid #ebebeb;
	border-width: 1px 0;
	text-align: center;
	padding: 3px 5px;
	font-weight:normal;
}
TABLE.plan TH.left {
	text-align: left;
	font-weight:bold;
}
TABLE.plan TH span { font-weight:bold;}
TABLE.plan TD {
	border: solid #ebebeb;
	border-width: 1px 0;
	text-align: center;
	padding: 3px 5px;
}
TABLE.plan TR.companyName TH, TABLE.plan TR.planName TH {
	font-size: 110%;
	text-align: center;
	padding: 5px;
}
TABLE.plan TR.companyName TD, TABLE.plan TR.planName TD {
	color: #999;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
TABLE.plan TR.companyName TH, TABLE.plan TR.companyName TD { border-top: none; }
TABLE.plan TR.companyName TH SPAN {
	position: relative;
	padding-right: 20px;
}
TABLE.plan TH.title {
	color: #36C;
	padding-top: 8px;
	padding-bottom: 5px;
	text-align:left;
	font-weight:bold;
}
TABLE.plan TR.nobrd TH, TABLE.plan TR.nobrd TD { border: none !important; }
TABLE.plan A.btnR { margin: 10px auto 3px; }
TABLE.plan A.btnB, TABLE.plan A.btnBB { margin: 0 auto; }
/* FOOTER */
#footer { background-color: #999; }
#footer H4 {
	margin: 0;
	padding: 10px 30px 0;
	color: #fff;
	font-size: 100%;
}
#footer SPAN {
	font-size: 120%;
	margin-left: 15px;
}
.footerL {background: url(../images/footer/footer_left.gif) no-repeat;}
.footerR {
	background: url(../images/footer/footer_right.gif) no-repeat right top;
	height: 10px;
	font-size: 0;
}
/* POPUP WINDOW */
#popupWin {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#wrapper{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
#outer{
	display: table-cell;
	vertical-align: middle;
}
#blkPopup {
	width: 359px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #950101;
}
#blkPopup .pupTitle {
	background-color: #D20000;
	padding: 4px 5px 4px 10px;
	color: #fff;
	border-bottom: 1px solid #950101;
	overflow: hidden;
}
#blkPopup .pupTitle strong { float: left; }
#blkPopup .pupTitle A {
	float: right;
	color: #fff;
}
#blkPopup .pupContent {
	padding: 15px;
	line-height: 18px;
}
#blkPopup UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
#blkPopup LI {
	background: url(../images/marks/mark_red.gif) no-repeat 0 6px;
	margin-bottom: 7px;
	padding-left: 13px;
}
.star {
	color: #36C;
	font-size: 150%;
	font-weight: bold;
	line-height: 10%;
}
.bold { font-weight: bold; }
.note { color: #777; }
.aCenter { text-align: center !important; }
.aLeft { text-align: left !important; }
.fleft { float: left; }
.fright { float: right; }
.fleft50 {
	float: left;
	width: 48%;
}
.fright50 {
	float: right;
	width: 48%;
}
.nofloat {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
UL#features_list_email { list-style: none; }
UL#features_list_email LI{
	background: url(../images/bullet1.gif) left no-repeat;
	padding-left: 29px;
	margin-left: 18px;
	padding-top: 5px;
}
.alertDiv {
	color: red;
	font-weight: bold;
	font-size: 14px;
}
#popup {
	position: absolute;
	border: 1px solid #ccc;
	background: #FFF;
	color: #000;
	visibility: hidden;
	z-index: 200;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#popup .pcontent {
	overflow: auto;
	font-size: 10px;
}
#popup div.ptitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #950101;
	background: #D20000;
	margin: 0;
	padding: 4px 5px 4px 4px;
	text-align: left;
	text-indent: 4px;
	color: #FFF;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	-webkit-border-radius:9px;
}
#popup div.ptitle a {
	font-weight: normal;
	color:#FFF;
	font-size:11px;
}
#popup .pcontent {
	padding: 10px 10px 5px 10px;
	background: transparent;
	font-size:12px;
}
table.tbl tr.wtr { background: #FFF; }
table.tbl tr.gtr { background: #F5f5f5; }
.cl3 {
	width: 230px;
	float: left;
}
.underlined {ext-decoration : underline;}
.blk.jusify {text-align:justify;}
.blk.jusify li {text-align:left;}
h5 {font-size:100%;}
/*---*/
.td-w-1{
	width: 238px;
	vertical-align: top;
}
.td-w-2{
	width: 310px;
	vertical-align: top;
}
.home-adr-l{
	width:100px;
	margin-right:0px;
}
.home-adr-i{width:180px;}
.prim-car{width: 130px;}
.span-col{color: #000;}
.sel2{
	width:150px;
	padding-left:120px;
	margin-right:0px;
}
.r-box{
	/*float: right;*/
	float:left;
	padding-left:40px;
}
.brok{margin-right: 5px;}
.pol-prem{
	line-height:30px;
	float:right;
	text-align:right;
	padding-right:40px;
}
img.im-l{margin-right: 1px;}
em.added{
	color:red;
	line-height:16px;
	width:256px;
	display:block;
}
.block-bord-w{
	border-bottom: 1px solid #999;
	width:224px;
	margin: 15px 0px;
}
.monht-tot{
	color:red;
	font-weight:bold;
}
.title-pay{
	margin-right:100px;
	height:90px;
}
.p-out{margin-left:75px;}
.cc-sec{width:30px;}
.p-last-inp{
	text-align: right;
	margin-right: 20px;
}
.sel-county{width: 100px;}
.sel-stat{
	width: auto;
	margin-left:100px;
}

