/*-------------------------------------------------------------
	CSS - HiDef Conferencing
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		main_css.css
	Created:		January 19, 2009
	Author:			redstage Networks LLC
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	Meyer Reset / This is the contents of the Meyer Reset Script
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: decimal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*	--------------------------------------------------------------------------------------------------------------------------
	body / Body Styles - used throughout the site
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: black;
	width:792px;
	height:100%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:after {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: none;
}
a:link {
	color: #003366;
	text-decoration: none;
}
h2 {
	width: 624px;
	background-color: #F6FAFD;
	color: #003366;
	height:31px;
	font-size: 1.5em;
	font-weight: bold;
	padding-top:16px;
	padding-left:25px;
	position:relative;
}

p{
	line-height:16px;
}

a.boldLink{
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:3px;
}

.quoteText{
	font-weight:bold;
	font-style:italic;
}

.boldText{
	font-weight:bold;
}

.boldTextRed{
	font-weight:bold;
	color:#d20000;
}


#hfActive{
	font-weight:bold;
}

#hActive{
	font-weight:bold;
}

.hBlackText{
	color:black;
}

.redText{
	color:#d20000;
	font-weight:normal;
}

/* THE MIDCONTAINER CLASS SHOULD HOLD INFORMATION ON ANY NON-RIGHT COLUMN PAGE note: only use this when you want the 28px bottom pad, otherwise use the midContainerEqual class*/
.midContainer{
	padding-top:16px;
	padding-left:24px;
	padding-right:21px;
	padding-bottom:28px;
	overflow:hidden;
}

.midContainerEqual{
	padding-top:16px;
	padding-left:24px;
	padding-right:21px;
	padding-bottom:21px;
	float:left;
}

.midContainerEqualNoFloat{
	padding-top:16px;
	padding-left:24px;
	padding-right:21px;
	padding-bottom:21px;
}

.midContainerNoTop{
	padding-left:24px;
	padding-right:21px;
	padding-bottom:28px;
	overflow:hidden;
}

.midContainerNoTopLP{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	overflow:hidden;
}

.tb_col2{
	border-left:1px #c5c5c5 solid;
	border-top:1px #c5c5c5 solid;
	width:165px;
	vertical-align:top;
}

/*Usually, the midContainerEqual lists need to top align with icons, so we use bottom padding instead */

.midContainerEqual ul{
	list-style:square;
	margin-left:25px;
	line-height:18px;
	text-align:left;
}

.midContainerEqual li{
	padding-bottom:2px;
}


.midContainer ul{
	list-style:square;
	margin-left:25px;
	line-height:18px;
	text-align:left;
}

.midContainer li{
	padding-top:2px;
}

midContainerEqual a:active{
	text-decoration:underline;
}

midContainerEqual a:hover{
	text-decoration:underline;
}

midContainerEqual a:visited{
	text-decoration:underline;
}

.midContainerEqual a:link{
	text-decoration:underline;
}

/*The following TAB classes are used for the BLUE tab*/
.blueTabContainer{
	float:left;
	font-size:.95em;
	color:white;
	font-weight:bold;
	padding-top:1px;
}

.blueTabText{
	padding-left:21px;
	padding-right:21px;
	height:14px;
	padding-top:3px;
	float:left;
	background-color:#105ba4;
	font-weight:bold;
	font-size:.95em;
}

.blueTabAngle{
	float:left;
}

.blueTabAngle img.tabImg {
	width:18px;
	height:17px;
}

#blueTabNoPad{
	padding-top:0px;
}

.grayBox{
	clear:both;
	float:none;
	background-color:#f7f7f7;
	font-size:.95em;
	font-weight:bold;
	border-top:1px #f3f3f3 solid;
	border-bottom:1px #f3f3f3 solid;
}

.grayBoxContents{
	padding:21px;
	background-color:#f7f7f7;
	font-weight:bold;
	font-size:.95em;
}

.grayBoxContents .rightColumn {
	float:right;
}

.grayBoxContents .leftColumn {
	float:left;
	padding-right:21px;
}

.grayBoxNote{
	font-weight:normal;
	width:135px;
	vertical-align:top;
}

.grayBoxContents .grayBoxNoteWithIcon{
	font-weight:normal;
	width:169px;
}

.grayBoxNoteWide{
	font-weight:normal;
	width:155px;
	line-height:12px;
	margin-right:25px;
}

.submitArea{
	background-color:#eeeeee;
	text-align:center;
	border-top:1px #cccccc solid;
	height:31px;
	padding-top:4px;
}

.inputText{
	margin-top:3px;
	margin-bottom:15px;
	font-size:.95em;
	width:153px;
	height:13px;
	background-color:#f6fafd;
	border:1px #3d8ac9 solid;
}

.inputTextLogin{
	margin-top:3px;
	margin-bottom:2px;
	font-size:.95em;
	width:153px;
	height:13px;
	background-color:#f6fafd;
	border:1px #3d8ac9 solid;

}

.textInputCellSpacing{
	padding-left:25px;
	padding-right:25px;
}

.tableTopAlign{
	vertical-align:top;
}

select{
	font-size:.95em;
	height:20px;
	margin-top:3px;
}

textarea{
	background-color:#f6fafd;
	border:1px #3d8ac9 solid;
	height:88px;
	width:340px;
	margin-top:3px;
	font-size:.95em;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}

.button{
	padding-left:5px;
	padding-right:5px;
	font-size:1.1em;
}

#RtopBorder{
	border-top:1px #c5c5c5 solid;
}

.tableCellCenterAlign{
	vertical-align:middle;
}

/*	--------------------------------------------------------------------------------------------------------------------------
	LiquidLayout Classs / Liquid Layout Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    /* <!-- */
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:791px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background-color: #F7F7F7;
	    border-top:1px #c5c5c5 solid;
	    border-right:1px #c5c5c5 solid;

	}
    .leftmenu .colright {
    	min-height:368px;
        float:left;
        width:1650px;
		position:relative;
		left:165px;
        background:#fff;
        border-left:1px #c5c5c5 solid;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	}
	.leftmenu .col1 {
        margin:0px 0px 0px 200px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:164px;
        position:relative;
        right:166px;

    }

/*	--------------------------------------------------------------------------------------------------------------------------
	Header / Header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.header {
	width: 791px;
	clear: both;
	float: left;
	height:83px;
}
.headLinks {
	text-align: right;
	vertical-align: middle;
	color: #c5c5c5;
	padding-top: 2px;
}
.headLinks a:link {
	color: #003366;
	text-decoration: none;
}
.logoContainer {
	padding-top: 15px;
	width: 286px;
	float: left;
}
.tagline {
	float: right;
	padding-top: 26px;
}
/*	--------------------------------------------------------------------------------------------------------------------------
	Middle Section / Mid Section Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.middleContainer {
	border: 1px #c5c5c5 solid;
	border-left:0;
	border-bottom:0;
	width: 791px;
	height:auto !important;
	clear: both;
	float:left;
}

/*	--------------------------------------------------------------------------------------------------------------------------
	Content Section / Content Section Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.contentContainer {
	float: left;
	width: 625px;
	height:auto;
}

.colright a:hover{
	text-decoration:underline;
}


.colright a:active{
	text-decoration:underline;
}


.colright a:link{
	text-decoration:underline;
}


.colright a:visited{
	text-decoration:underline;
}


.midContainer a:hover{
	text-decoration:underline;
}


.midContainer a:active{
	text-decoration:underline;
}


.midContainer a:link{
	text-decoration:underline;
}


.midContainer a:visited{
	text-decoration:underline;
}

.ContentLeft{
	width:459px;
	float:left;
	height:auto;
	padding-bottom:28px;
}

.ContentRight{
	width:165px;
	float:right;
	text-align:center;
}

.ContentTableBorder{
	border-right:1px #c5c5c5 solid;
	vertical-align:top;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	Left Navigation Section / Left Nav Section Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.leftColumn {
	float: left;
	width: 165px;
	min-height: 366px;
	/*height: 366px;*/
	height: 100% !important;
	max-height:100%;
	background-color: #F7F7F7;
}
.nav_links {
	padding-top: 16px;
	background-color: #FFFFFF;
	border-bottom: 1px #C5C5C5 solid;
	padding-bottom: 18px;
	width:165px;
}
.nav_links a:hover{
	font-weight: bold;
	color: #0c59a3;
	text-decoration:none;
}
.nav_links a:link{
	font-weight: bold;
	color: #0c59a3;
	text-decoration:none;
}
.nav_links a:visited{
	font-weight: bold;
	color: #0c59a3;
	text-decoration:none;
}
.nav_links a:active{
	font-weight: bold;
	color: #0c59a3;
	text-decoration:none;
}
.nav {
	padding-left: 12px;
	margin-bottom: 5px;
	vertical-align: middle;
	line-height:20px;
	padding-top:0;
}
#lnavActive {
	background-color: #d9e1e8;
}
#lnavActive a:visited {
	color: #003366;
}
#lnavActive a:active {
	color: #003366;
}
#lnavActive a:link {
	color: #003366;
}

.navIndented{
	padding-left: 24px;
	margin-bottom: 5px;
	vertical-align: middle;
	line-height:20px;
	padding-top:0;
}

/*The LeftColAction class is used to conatain the left column buttons on the necessary pages*/

.leftColAction{
	padding-top:26px;
	padding-left:10px;
}

.leftColBuyNow{
	padding-top:9px;
	padding-bottom:24px;
}

/*The ContactSalesB Class is used when the contact sales button appears in the left column*/

.contactSalesB{
	padding-top:23px;
	padding-left:9px;
}

.leftQuestions{
	padding-top:28px;
	text-align:center;
}


/*	--------------------------------------------------------------------------------------------------------------------------
	Footer Section / Footer Section Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.footer {
	width: 768px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px #c5c5c5 solid;
	border-top:1px #c5c5c5 solid;
	padding-left: 24px;
	color: #959596;
	line-height: 18px;
	clear:both;
	float: left;
}
.footerLinks {
	clear:both;
	float: left;

}
.footerLogo {
	width: 111px;
	height: 24px;
	float: right;
	padding-top: 15px;
}
/*	--------------------------------------------------------------------------------------------------------------------------
	Specific Pages Section / HomePage Section Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.homePageTop{
	border-bottom: 1px #c5c5c5 solid;
	float:left;
	height:141px;
}

.homeTryBuy{
	float:right;
	border-bottom: 1px #c5c5c5 solid;
	background-image:url('../images/homeTryBg.gif');
	width:151px;
	height:141px;
	padding-left:15px;
}

.home_tryfree{
	margin-top:18px;
}

.home_buynow{
	margin-top:10px;
}

.homefText{
	clear:both;
	float:left;
	text-align:left;
	padding-top:22px;
	font-size:1.55em;
	padding-left:24px;
}

.homeQuotes{
	float:left;
	padding-left:23px;
	width:433px;
	line-height:15px;
}

#homeText{
	clear:both;
	float:left;
	padding-top:21px;
}

/*large text is used on the home page.  The following ul/li classes are unique to the home page, and part of large text*/

.largeText{
	font-size:1.2em;
	width:400px;
	margin-left:24px;
}

.largeText ul{
	list-style:square outside;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:21px;

}

.largeText li{
	line-height:20px;
	margin-top:5px;
}


/*o arrow is the ORANGE ARROW image used throughout the site*/

.o_arrow{
	float:left;
}

.o_link{
	float:left;
	height:16px;
	padding-top:3px;
}

.o_text{
	float:left;
	height:16px;
	padding-top:3px;
	padding-left:5px;
	font-weight:bold;
}

.o_textBold{
	float:left;
	height:16px;
	font-weight:bold;
	padding-top:3px;
	padding-left:4px;
	color:#0c59a3;
}

.o_text_large {
	color:#003366;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	height:16px;
	padding-top:2px;
}

.smallTxt{
	font-size:.7em;
	font-weight:normal;
}

span.o_text_small{
	font-size:0.7em;
	font-weight:normal;
}

/*arrow container is used along with o_arrow to properly contain and center the image and text*/

.arrowContainer{
	clear:both;
	float:none;
	padding-top:5px;
	padding-left:21px;
	text-align:left;
	height:17px;
}

.midArrowContainer{
	clear:both;
	float:none;
	padding-top:21px;
	padding-bottom:21px;
	text-align:left;
	height:17px;
}

.featureArrowContainer{
	clear:both;
	float:none;
	padding-top:15px;
	padding-bottom:0px;
	text-align:left;
	height:17px;
	padding-left:10px;
}

.greenText{
	color:#009900;
	float:left;
	padding-left:5px;
	line-height:16px;
	width:560px;
}

.greenArrow{
	float:left;
	width:17px;
	height:18px;
}

.messageContainer{
	float:left;
	padding-top:21px;
	padding-left:21px;
	width:583px;
}

#midClear{
	clear:both;
}

/*the grayBar class is for the gray titles used throughout the site note: use longGrayBar on non-3-column pages*/

.grayBar{
	border-top:1px #c5c5c5 solid;
	border-bottom:1px #c5c5c5 solid;
	background-color:#f7f7f7;
	padding-left:26px;
	padding-top:3px;
	font-weight:bold;
	margin-top:28px;
	height:16px;
	clear:both;
	float:left;
	margin-bottom:19px;
	width:433px;
}

.longGrayBar{
	width:599px;
	margin-top:0;
	border-top:1px #c5c5c5 solid;
	border-bottom:1px #c5c5c5 solid;
	background-color:#f7f7f7;
	padding-left:26px;
	padding-top:3px;
	font-weight:bold;
	height:16px;
	clear:both;
	float:left;
}

/*this id is only used for the home page, learn more link in the right column*/

#right_learnmore{
	padding-top:21px;
}

/*rightTop classes work with the occasional right column that may or may not be split into 2 sections, top and bottom. */

.rightTop{
	padding-top:21px;
	border-bottom:1px #c5c5c5 solid;
	padding-bottom:25px;
}

.rightTop ul{
	padding-top:12px;
	list-style:square;
	margin-left:25px;
	line-height:16px;
	text-align:left;
	padding-right:5px;
}

.rightTop li{
	padding-top:2px;
}

/*rightBottom classes work with the occasional right column that may or may not be split into 2 sections, top and bottom. */

.rightBottom{
	padding-top:20px;
	height:154px;
}

.rightBottomTxt{
	text-align:left;
	padding-left:21px;
	line-height:16px;
	padding-bottom:13px;
}

.homeRightPhone{
	padding-top:3px;
}

/* OUTLOOK PLUGIN PAGE */
.outlookIcon{float:left;}
.outlookInfoContainer{padding-top:21px;	float:left;}
.plugin_links{float:left;padding-left:21px;}
.plugin_screenshot{clear:both;	float:none;padding-top:21px;}
.pluginLinkSpacing{padding-top:21px;padding-left:21px;}

/* TOS PAGE */
.tos{padding:15px;width:400px;}
.tosTitle{font-size:1.5em;}
.tosContent{float:none;}

/* PRIVACY POLICY PAGE */
.privacy{padding:15px;width:400px;}
.privacyTitle{font-size:1.5em;}
.PrivacyContent{float:none;}


/* HIDEF CORPORATE PAGE */
.awardsContainer{clear:both;float:left;padding-bottom:25px;padding-top:20px}
.njtcAward{	float:left;}
.fastCompany{float:left;width:180px;margin-left:100px;}

/* CONTACT SALES PAGE */
.tableTopAlignCS{
	font-weight:bold;
	}
#longSelect, .longSelect{
	width:153px;
	margin-top:3px;
	margin-bottom:15px;
	font-size:.95em;
	width:153px;
	background-color:#F2F8FC;
	border:2px #ECE9D8 inset;
}
/* ABOUT US PAGE */
#rightColAboutUs{text-align:center;border-top:1px #c5c5c5 solid;}

/* FEATURES PAGE */
.featureContainer{float:left;clear:both;width:600px;}
.featureIcon{float:left;padding-left:16px;padding-right:15px;}
.featureText{float:left;width:485px;padding-left:7px;}

/* LOGIN PAGES */
#rememberMe{padding-left:21px;vertical-align:middle;}

/* LOGIN ERROR PAGE */
.warningSign{float:left;}
.errorWarning{font-size:1.1em;font-weight:bold;padding-top:3px;}
.errorTextContainer{float:left;padding-left:10px;width:500px;}
.errorsText{padding-left:20px;padding-top:5px;}

/* 404 PAGE */
.hLinkSpacing{padding-left:30px;}
.hActionButtons{padding-top:21px;}
.buyNowSpacing{padding-left:20px;}

/* Plans and Pricing PAGE */
.pricingTable{vertical-align:middle;margin-bottom:23px;font-size:.95em;}
.signUpNow{padding-top:28px;padding-bottom:21px;text-align:center;}
.pricingTable td{padding:4px;border-bottom:4px white solid;padding-left:5px;vertical-align:middle;}
.pricingTitles td{font-weight:bold;vertical-align:bottom;}
.pricingDarkY{background-color:#ffe4ab;color:#0c59a3;vertical-align:middle}
.pricingLightY{background-color:#ffecc3;color:#0c59a3;vertical-align:middle}
.pricingTitles{background-color:#ffe4ab;height:47px;padding-bottom:11px;font-weight:bold;line-height:18px;vertical-align:middle}
.pricingBlue{background-color:#ccddef;color:#0c59a3;vertical-align:middle;height:40px;}
.pricingSize{width:75px;font-weight:bold;}

/* HOW IT WORKS PAGE */
.hiwTable{width:581px;margin-top:15px;margin-left:5px;}
.hiwTable td{padding:10px;padding-top:3px;padding-left:15px;}
.hiwMidCell{border-left:1px #c5c5c5 solid;border-right:1px #c5c5c5 solid;}

/* HiDef PAGE */
.hdqIcon{float:right;margin-left:10px;margin-bottom:15px;}

/* Referal PAGE */
.smallTextPad{font-size:.95em;padding-bottom:21px;}
.lockIcon{float:left;padding-right:5px;}
.italicText{font-style:italic;}
.referalForm td{ vertical-align:top;}
.referalInputs td{vertical-align:middle;padding-bottom:10px;}
.inputTextReferal{font-size:.95em;width:153px;height:13px;background-color:#f6fafd;border:1px #3d8ac9 solid;margin-left:5px;}

/* TRY IT FREE PAGE */
.tryFreeOTxt{position:absolute;right:55px;top:14px;}
.freeTrialInfoContainer{
	float:left;width:550px;
}
.freeTrialInfoTxt{
	float:left;
	padding-top:10px;
}
.freeTrialBurst{
	float:right;
}

/* CONFIRM ORDER PAGE */
.confirmSpacing{
	font-weight:bold;
}

.confirmSpacing{font-weight:bold;padding-left:20px;padding-right:25px;vertical-align:top;}
.confirmOrder td{border-bottom:9px #f7f7f7 solid;}
.orderTotal{padding-top:5px;border-top:1px #c5c5c5 solid;}
.confirmOrderContact{margin-top:25px;}
.confirmOrderContact td{border-bottom:9px #f7f7f7 solid;}
.confirmPaymentInfo td{	border-bottom:9px #f7f7f7 solid;}
.confirmPaymentInfo{margin-left:70px;}

/* FAQ PAGE */

.countryFlagsContainer{padding-left:21px;}
.faqHeaderM{margin-top:9px;}

/* ALEX'S */
.blueTabContainerNoPadding {
	float:left;
	font-size:.95em;
	color:white;
	font-weight:bold;
	padding-top:0;
}
/* Buy Now PAGE */
.privacyLockIcon {
	background:url('../images/privacyLockIcon.gif') no-repeat top center;
	width:28px;
	height:24px;
	overflow:hidden;
}
.grayBoxNoteWithIcon .privacyLockIcon {
	float:left;
	margin-right:7px;
	margin-top:-3px;
}

.checkboxContainer input.standardCheckbox {
	float:left;
	margin:0;
	padding:0;
}
.checkboxContainer input.leftCheckbox {
	margin-right:9px;
}
.checkboxContainer label.standardCheckboxLabel {
	display:block;
	float:left;
}

.buyNow10LocalContainer {
	padding-bottom:110px;
	width:128px;
}

.grayBoxNoteWithIcon p {
	display:block;
	margin-top:1em;
	line-height:1em;
}

select.monthSelect {
	width:50px;
	margin-bottom:8px;
	margin-top:3px;
}

select.yearSelect {
	width:70px;
	margin-bottom:8px;
	margin-top:3px;
}

.yearSelectLabel {
	display:inline-block;
	margin-bottom:8px;
}

.twentyOneVspace {
	padding-top:21px;
	padding-bottom:21px;
	clear:both;
}

.buyNowFormTable td.leftColumnCell {
	width:165px;
	text-align:left;
}
.buyNowFormTable input.inputText {
	margin-bottom:8px;
}

.cvvInputText{
	width:58px !important;
	float:left;
	margin-bottom:8px;
}

.middleInitialInputText{
	width:19px !important;
}

.buyNowFormTable div.chooseAPlanLeft {
	float:left;
}

div.speechBubble {
	background:url('../images/edit_billing/buyNowSpeechBubble.gif') no-repeat top left;
	padding:13px 29px 0 35px;
	width:172px;
	height:240px;
	float:right;
}

div.buyNowGrayBoxContainer {
	padding-right:0px;
}

.buyNowFormTable select.planSelect {
	margin-top:18px;
	margin-bottom:1px;
	width:125px;
}

.planSelectContainer {
	clear:both;
}

.speechBubble ul {
	margin-left:15px;
}
.speechBubble li {
	list-style:square;
	list-style-type:square;
	line-height:12px;
	padding-top:0;
}
.speechBubble li.doubleSpace {
	margin-top:0.8em;
}

img.ccLogos {
	margin-left:48px;
	margin-top:2px;
	vertical-align:top;
}

.whatIsACVVCode {
	float:left;
	margin-top:3px;
	margin-left:21px;
}

.whatIsACVVCode .o_link {
	font-weight:normal;
}

.acceptTermsOfServiceContainer {
	float:none;
	margin-bottom:21px;
	line-height:21px;
}

.acceptTermsOfServiceContainer label {
	float:none;
}

div.CVVCardImage {
	background:url('../images/visa_mc_discover_cvv.jpg') no-repeat top center;
	width:237px;
	height:151px;
	margin:0 auto;
}

/* FAQ Pages */
.FAQHeader {
	background:#cccccc;
	color:#000000;
	height:15px;
	line-height:17px;
	margin-bottom:11px;
}
.FAQToggle {
	height:15px;
	width:15px;
	margin-right:13px;
	float:left;
	cursor:pointer;
}
.closeFAQToggle {
	background:url('../images/closeFAQToggle.gif') no-repeat top center;
}
.showHideLinkContainer {
	margin-bottom:21px;
}
.showHideLinkContainer .showHideLink {
	display:block;
	float:left;
	margin-right:9px;
}

.FAQRegardingBillingArrows {
	float:none;
	margin:21px 0;
}

.FAQRegardingBillingText {
	margin:0;
}

.FAQEntry {
	background:#f1f1f1;
	margin-top:3px;
	padding:5px 4px;
	display:none;
}

.FAQEntry strong {
	font-weight:bold;
}

.FAQEntry .FAQQuestion a{
	font-weight:bold;
	cursor:pointer;
}

.FAQEntry .FAQAnswer {
	margin:21px 0 18px 0;
	line-height:16px;
	display:none;
}

body.popupBody {
	width:100%;
}

.curr_plan_form_elem_container #curr_plan_form_elem_checkbox
{
	float:left;
	margin-top:20px;
}

.curr_plan_form_elem_container .curr_plan_form_elem_desc
{
	float:left;
	margin-top:20px;
	font-weight:normal;
	width:110px;
}

/* START - emills Additions */
div.conference_info {
	padding:20px 0px 25px 20px;
	background-color:#F7F7F7;
	border-bottom:1px solid #C5C5C5;
	line-height:15px;
	text-align:left;
}
div.conference_info strong {
					font-weight:bold;
					color:#003366;
				}

#success_green_arrow {
	float:left;
	background-image:url("../images/greenArrow.gif");
	background-repeat:no-repeat;
	width:17px;
	height:18px;
	margin-right:6px;
}

#success_text {
	color:#009800;
	line-height:14px;
	margin-bottom:3px;
}

.support_link {
	display: none;
}

.errorContainer{
	color:#d20000;
	padding-bottom:15px;
}

ul.errorContainer {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	line-height:18px;	
	font-weight: bold;
	margin-left:25px;
	text-align:left;
}
ul.errorContainer li {
	padding-top: 2px;
}

/* Pages using this css should be converted to the class version */
ul#errorContainer {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	line-height:18px;	
	font-weight: bold;
	margin-left:25px;
	text-align:left;
}
ul#errorContainer li {
	padding-top: 2px;
}
/* END - emills Additions */


/* BILLING */
.accountInfo {
	font-family: Century Gothic;
	width: 100%;
}
.accountStatus {
	float: right;
}
.accountStatus .active {
	color: #5ec746;
}
.arrow {
	background-image: url(../images/arrow.jpg);
	float: left;
	height: 11px;
	margin-right: 4px;
	width: 11px;
}
.billingWrapper {
	background-color: #fcebd6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-family: Century Gothic;
	font-size: 13px;
	padding: 10px 0px 10px 10px;
	width: 100%;
}
.billingWrapper table {
	width: 100%;
}
.getSupport {
	border: 1px solid #16b501;
	height: 150px;
	padding: 8px;
}
.getSupport a {
	background-image: url(../images/support_btn.jpg);
	float: right;
	height: 27px;
	margin-top: 2px;
	width: 92px;
}
.getSupport a:hover {
	background-position: 0px 27px;
}
.getSupport strong {
	color: #fba207;
}
.getSupportWrapper {
	background-color: #e1fbde;
	border: 1px solid #e6fbe4;
	font-family: Century Gothic;
	margin-top: 54px;
	width: 241px;
}
.getSupportBilling {
        border: 1px solid #16b501;
        height: 155px;
        padding: 8px;
}
.getSupportBilling a:hover {
        background-position: 0px 27px;
}
.getSupportBilling strong {
        color: #fba207;
}
.getSupportWrapperBilling {
        background-color: #e1fbde;
        border: 1px solid #e6fbe4;
        font-family: Century Gothic;
        margin-top: 0px;
        width: 280px;
}

.billingRightAlign{
	text-align: right;
}
#transactionHistory .billingWrapper {
	display: none;
}
#transactionHistory table th, td {
	text-align: left;
	vertical-align: top;
}
#transactionHistory.active .arrow {
	background-position: 0px 11px;
}
#transactionHistory.active .billingWrapper {
	display: block;
	margin-top: 6px;
}
#transactionHistoryPrevious .billingWrapper {
	display: none;
}
#transactionHistoryPrevious table th, td {
	text-align: left;
	vertical-align: top;
}
#transactionHistoryPrevious.active .arrow {
	background-position: 0px 11px;
}
#transactionHistoryPrevious.active .billingWrapper {
	display: block;
	margin-top: 6px;
}

#usageHistory .billingWrapper {
	display: none;
}
#usageHistory table th, td {
	text-align: left;
	vertical-align: top;
}
#usageHistory.active .arrow {
	background-position: 0px 11px;
}
#usageHistory.active .billingWrapper {
	display: block;
	margin-top: 6px;
}
span#modSkypeNum, span#participantSkypeNum {
	font-weight:bold;
}