/* Buy Now - Front Page */

.introVidCont{
    float: left;
    background: url('../images/vidBg.jpg') no-repeat;
    width: 712px;
    height: 415px;
    text-align: center;
    padding-top: 0px;
    border: 0;
}

.introVidCont div{
    width: 736px;
    height: 415px;
    margin: 0 auto;
    border: 0;
}

#more-Container {
    background:#F9F9F9 none repeat scroll 0 0;
    border: 1px #E1E1E1 solid;
    float:left;
    padding:8px;
    text-align:right;
    width:902px;
}

#more-Container .showBuyNowCont{
    color:green;
    font-size:1.2em;
    font-weight:bold;
}

div.steps{
	width: 100%;
	font-size: 13px;
	height: 40px;
	background: #e1e1e1 url('../images/buyPanel-topSteps.jpg') repeat-x 0 0;
	position: absolute;
	right: 0;
	color: #d1d1d1;
	line-height: 285%;
	text-align: left;
}

div.steps span{
    padding:0 10px;
}

div.steps strong{
    color: maroon;
    font-size: 16px;
    padding: 0 10px;
}

div.steps strong span{
    padding:0;
}

div.slide{
	padding: 0 10px;
}

h2, h2 span
{
    /*float: left;*/
	font-size: 15pt;
	color: #0c233b;
	margin-bottom: 0;
}

h2 a{
    font-size:0.9em;
    color:#616161;
}

h2 span:first-child
{
    padding-right: 5px;
	color: #cdd8e3;
}


div.steps span.current{
    color: #010101;
}

div.fullWidthClear{
	float: left;
	width: 100%;
	clear: both;
	margin: 40px 0 15px 0;
}

div.nextStep{
    margin: 30px 0 15px 0;
}

div.nextStep h3{
    margin:0;
    padding:0;
    color:#A1A1A1;
}

div.nextStep h3 span{
    color: #616161;
}

#programCont{
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
}

#programCont div.progamSubCont{
	width: 671px;
	height: 142px;
	background: url('../images/buyPanel-ProgramBg.jpg');
	position: relative;
}

div#programCont div.progamSubCont div.programBase{
	width: 224px;
	height: 130px;
	position: absolute;
	top: 10px;
}

div#programCont div.progamSubCont div.programTitleCont{
	position: absolute;
	width: 90%;
	padding-top: 10px;
	top: 0px;
	left: 10px;
	height: 35px;
}

div#programCont div.progamSubCont div.programTitleCont span{
	font-size: 1.2em;
	color: #010101;
}

div#programCont div.progamSubCont div.programFeatureList{
	float: left;
	width: 100%;
	margin: 44px 0 0 0;
	line-height: 150%;
	color: #5c5c5c;
}

div#programCont div.progamSubCont div.programFeatureList img.price{
	position: absolute;
	right: 2px;
	top: 0px;
}

div#programCont div.progamSubCont div.programFeatureList div.featureCont{
	padding-left: 12px;
	width: 90%;
	height: 85px;
}

div#programCont div.progamSubCont div.programFeatureList div.programButtonCont{
	margin-left: 10px;
	width: 100%;
}

div#programCont div.progamSubCont div.programFeatureList div.programButtonCont .enabled{
	position: absolute;
	bottom: -11px;
	border: 0;
}

div#programCont div.progamSubCont div#basic{
	left: 0;
}

div#programCont div.progamSubCont div#premium{
	left: 224px;
}

div#programCont div.progamSubCont div#pro{
	left: 448px;
}

div.slide div#programFeatures{
	float: left;
	width: 99.5%;
	clear: both;
	margin: 15px 0 5px 0;
	border-top: 1px #e1e1e1 solid;
	padding:15px 0 5px 0;
}

div.slide div#programFeatures div span.featureProgramTitle{
	font-size: 1.2em;
	color: #a1a1a1;
	padding: 0 10px 0 10px;
}

div.slide div#programFeatures div img{
	vertical-align: -11px;
	padding: 0 8px 0 20px;
}

div.slide div#programFeatures div span{
	font-size: 1.1em;
	color: #767676;
}

div.leftFormField{
	float: left;
	width: 332px;
	margin-left: 15px;
}

div.rightFormField{
	float: right;
	width: 330px;
	margin-right: 15px;
}

div.leftFormField div, div.rightFormField div{
    position: relative;
}

div.fieldLabel{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 200%;
}

span.fieldLabelAbout, span.fieldLabelAbout strong{
	color: #909090;
	font-size: 11px;
}

input[type='text'], textarea{
	width: 278px;
	font-family:Arial;
	font-weight: normal;
	margin-bottom: 4px;
	border:1px solid #E1E1E1;
}

select{
    font-size: 16px;
    width: 282px;
    border: 1px #e6e6e6 solid;
}

textarea{
    width:648px;
    font-size:12px;
}

input[type='checkbox']{
    vertical-align: middle;
}

img.checkmark, img.exmark{
	height: 18px;
	width: 18px;
	border: 1px solid #e1e1e1;
	padding: 4px;
	background-color: #ffffff;
	margin-left: 0;
	vertical-align: -6px;
}

div span.errorBox{
	font-size: 12px;
	padding: 0 4px;
	color:Red;
	font-weight: normal;
}

div span.errorBox a{
	color: #a1a1a1;
}

div span.errorBox img{
	float: right;
	position: absolute;
}

p.previousSlide{
    width: 200px;
    text-align: right;
    float: right;
    margin-right: 20px;
}

p.previousSlide a{
	color: #a1a1a1;
}

div.proceedLoginCont{
	margin: 0 30px 10px 0;
	width: 145px;
	text-align: center;
	float: right;
}

div.proceedLoginCont span{
	color: #818181;
	font-size: 0.8em;
	vertical-align: 3px;
	line-height:190%;
}

div.proceedLoginCont span a{
	color: #a1a1a1;
}

div.proceedLoginCont input{
  margin-bottom: 4px;
}

div.redButton{
    float: left;
    width: 250px;
    background: none repeat scroll 0% 0% red;
    padding: 5px 10px;
    margin-left: 100px;
    border: 1px solid rgb(225, 225, 225);
    text-align: center;
}

div.greenButton
{
    float: right;
    width: 250px;
    background: none repeat scroll 0% 0% green;
    padding: 5px 10px;
    margin-right: 100px;
    border: 1px solid rgb(225, 225, 225);
    text-align: center;
}

div.redButton strong a, div.greenButton strong a
{
    color: #fff;
    text-decoration: none;
}

/* Top Start Now */

.topChannelLaunch
{
    float: right;
	width: 307px;
	margin:6px 0 0;
	height: 43px;
	background: url('../images/topLaunchBg.jpg');
	padding: 7px 10px 10px 10px;
}

.topChannelLaunch span{
	font-size: 13px;
	font-weight: bold;
}

.topChannelLaunch div.inputCont{
	margin-top: 4px;
}

.topChannelLaunch div.inputCont input.formFieldRequiredTop{
	width: 210px;
	font-size: 16px;
	margin-top:2px;
	float: left;
}

.topChannelLaunch div.inputCont input.btnSubmitTop{
    float: right;
}
