/* General Styles */

* {
	margin:0;
	padding:0;
	}
	
body {
	font:12px/18px Georgia, "Times New Roman", Arial, Helvetica, Sans-serif;
	color:#545454;
	padding-bottom:25px;
	background:url(../images/body-bg.gif) 0 0 repeat-x #FEFEF5;
	}
a {
	outline:none;
	text-decoration:underline;
	color:#742f97;
	background-color:inherit;
	}
a:hover, #footer ul li a:hover {
	color:#656464;
	background-color:inherit;
	text-decoration:none;
	}
.nobg {
	background:none!important;
	}	
.nopadding {
	padding:0;
	}
	
.nomargin {
	margin:0!important;
	}	
ul {
	list-style-type:none;
	}	
.specer {
	clear:both;
	font-size:0;
	line-height:0;
	}
h3 {
	color:#823EB9;
	background-color:inherit;
	font-size:24px;
	line-height:34px;
	border-bottom:1px solid #D8D8D8;
	padding:0 0 7px;
	}
h3.paddTop {
	padding:15px 0 0 0;
	}
h4 {
	color:#681EA3;
	background-color:inherit;
	font-size:19px;
	line-height:22px;
	padding:0 0 5px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Arial, Helvetica, Sans-serif;
	}
	
#wrapper {
	background:url(../images/wrapper-bg.jpg) 0 0 no-repeat;
	position:relative;
	width:857px;
	margin:31px auto 0;
	padding:24px 22px 0 22px;
	height:100%;
	overflow:hidden;
	}	

/*HEADER START*/

img.logo {
	display:block;
	position:absolute;
	left:22px;
	top:28px;
	}
	
div.workshop {
	float:right;
	width:409px;
	padding:0 0 26px 32px;
	background:url(../images/workshop-bg.png) 0 0 no-repeat;
	}
div.workshop .set {
	padding-left:4px;
	}
div.workshop h4 {
	padding:0 0 7px;
	font-size:18px;
	line-height:27px;
	color:#fff;
	background-color:inherit;
	}
div.workshop p {
	font-size:11px;
	line-height:16px;
	color:#481672;
	background-color:inherit;
	padding:0 0 9px;
	}
div.workshop input.fld {
	height:13px;
	font:11px/13px Georgia, "Times New Roman", Times, serif;	
	width:156px;
	margin:0 8px 0 0;
	padding:2px 0 2px 5px;
	float:left;
	}
div.workshop label {
	float:left;
	width:165px;
	margin:3px 8px 0 0;
	}
.button {
	display:block;
	margin-top:10px;
	float:left;
	width:auto;
	}
div.workshop a{
	display:block;
	float:left;
	width:auto;
	color:#000;
	background-color:inherit;
	font-size:11px;
	text-decoration:none;
	padding:16px 0 0 10px;
	}	

ul.navigation {
	height:33px;
	font:bold 11px/33px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-transform:uppercase;
	}
ul.navigation li {
	width:140px;
	padding-right:3px;
	float:left;
	}	
ul.navigation li a {
	float:left;
	display:block;
	height:33px;
	width:140px;
	color:#fff;
	background-color:inherit;
	background-image:url(../images/navbg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
	}

ul.navigation li span{
	float:left;
	display:block;
	height:33px;
	width:140px;
	color:#fff;
	background-color:inherit;
	background-image:url(../images/navbg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	}	
	
	
	
ul.navigation li a:hover, ul.navigation li.clear a:hover {
	background-position:0 -33px;
	color:#fff;
	background-color:inherit;
	}
ul.navigation li.clear {
	padding-right:0;
	}
ul.navigation li.clear a {
	width:142px;
	background:url(../images/navbg-big.gif) 0 0 no-repeat;
	}
div.headerTxt {
	height:142px;
	margin-top:1px;
	padding:44px 30px 0 311px;
	}
.homeBg {
	background:url(../images/headerBg.jpg) 0 0 no-repeat;
	}
div.headerTxt h2 {
	font-size:28px;
	line-height:30px;
	color:#fff;
	background-color:inherit;
	font-style:italic;
	padding-bottom:10px;
	}
div.headerTxt p {
	font:italic 20px/22px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background-color:inherit;
	}
div.calander {
	background:url(../images/calanderBg.jpg) 0 0 no-repeat;
	padding-left:103px;
	height:99px;
	overflow:hidden;
	}
div.calander p.mark {
	display:block;
	background:url(../images/mark.gif) 0 0 no-repeat;
	float:left;
	height:38px;
	width:282px;
	margin:32px 21px 0 0;
	text-indent:-100000px;
	}
div.calander p {
	font-size:14px;
	line-height:18px;
	color:#fff;
	background-color:inherit;
	width:348px;
	float:left;
	padding-top:17px;
	}

/*HEADER END*/

/*BODY START*/

div.content {
	height:100%;
	padding-right:20px;
	overflow:hidden;
	}
div.leftPan {
	float:left;
	width:540px;
	}
.leftPan h5{
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	color:#D10102;
	background-color:inherit;
	}

ul.txtlist {
	padding-top:22px;
	}
ul.txtlist li {
	background:url(../images/arrow.gif) 0 2px no-repeat;
	padding:0 0 18px 37px;
	}
ul.txtlist li span {
	font-size:14px;
	font-weight:bold;
	color:#41165D;
	background-color:inherit;
	display:block;
	padding-bottom:2px;
	}

div.rightPan {
	width:261px;
	float:right;
	background:url(../images/rightPanBottom.gif) 0 100% no-repeat #F2E9F5;
	position:relative;
	color:inherit;
	margin-top:9px;
	padding:17px 13px 4px;
	}
div.rightPan span.top {
	display:block;
	font-size:0;
	line-height:0;
	background:url(../images/rightPanTop.gif) 0 0 no-repeat;
	position:absolute; left:0; top:0;
	width:287px;
	height:7px;
	}
div.rightPan h3.success {
	background:url(../images/success-now.gif) 4px 11px no-repeat;
	text-indent:-100000px;
	height:78px;
	border:none;
	}
ul.list {
	padding-bottom:16px;
	}
ul.list li {
	background:url(../images/dotted.gif) 0 0 repeat-x;
	line-height:16px;
	padding:3px 0;
	text-align:center;
	color:#000;
	background-color:inherit;	
	}
ul.list li.clear, #footer ul li.clear {
	background:none;	
	}

ul.rightList {
	padding-bottom:16px;
	}
ul.rightList li {
	background:url(../images/sm-bullet.gif) 0 8px no-repeat;
	border-bottom:1px dashed #999999;
	line-height:16px;
	padding:4px 0 4px 10px;
	text-align:left;
	color:#742f97;
	background-color:inherit;	
	}
	
div.rightPan a.tellmemore {
	font-size:13px;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
	display:block;
	margin-bottom:6px;
	}
div.rightPan img.wakeup{
	display:block;
	height:66px;
	width:214px;
	margin:0 auto;
	padding:0 0 15px;
	}	
	
a.freepass {
	background:url(../images/freepass.gif) 0 0 no-repeat;
	display:block;
	height:36px;
	text-indent:-100000px;
	margin:0 0 19px 12px;
	}
a.freepass:hover {
	background:url(../images/freepass.gif) 0 -36px no-repeat;
	display:block;
	height:36px;
	text-indent:-100000px;
	margin-left:12px;
	}
a.orderProduct {
	background:url(../images/order-product-btn.gif) 0 0 no-repeat;
	display:block;
	height:54px;
	width:240px;
	text-indent:-100000px;
	margin:12px 0 19px 12px;
	}
a.orderProduct:hover {
	background:url(../images/order-product-btn.gif) 0 -54px no-repeat;
	display:block;
	height:54px;
	text-indent:-100000px;
	margin-left:12px;
	}
span.video {
	display:block;
	margin:0 0 0 14px;
	background:url(../images/video.gif) 0 0 no-repeat;
	height:208px;
	width:238px;
	font-size:0px;
	line-height:0px;
	padding:9px 0 0;
	}
div.aaplayer{
	width:217px;
	height:139px;
	margin:0 11px;
	}

div.wakeup {
	background:url(../images/wakeup-bg.jpg) 0 0 no-repeat;
	height:102px;
	text-align:center;
	padding:10px 109px 0;
	margin:13px 0 0;
	}
div.wakeup p {
	font-size:20px;
	line-height:24px;
	color:#fff;
	background-color:inherit;
	padding-bottom:11px;
	}
div.wakeup a{
	background:url(../images/roundarrow.gif) 100% 5px no-repeat;
	padding-right:35px;
	padding-bottom:5px;
	font-size:25px;
	line-height:29px;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	}
div.wakeup a:hover {
	color:#DA76FF;
	background-color:inherit;
	}
	
/*BODY END*/

/*FOOTER START*/

#footer {
	width:835px;
	margin:28px auto 0;
	background:url(../images/footBottom.gif) 0 100% no-repeat #eee;
	color:#78797B;
	position:relative;
	height:100%;
	overflow:hidden;
	left:-11px;
	padding:15px 22px 8px;
	}
#footer span.top1 {
	background:url(../images/footTop.gif) 0 0 no-repeat;
	width:879px;
	height:8px;
	font-size:0;
	line-height:0;
	display:block;
	position:absolute; left:0; top:0;
	}
#footer img {
	float:left;
	display:block;
	}
#footer .fright {
	float:right;
	width:307px;
	}
#footer ul li {
	float:left;
	background:url(../images/divi.gif) 0 4px no-repeat;
	width:auto;
	font-size:11px;
	padding:0 10px;
	}
#footer ul li a {
	color:#5F5F5F;
	background-color:inherit;
	}
#footer p {
	font-size:11px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	}
	
/*FOOTER END*/


/*SALES PAGE*/

a.signup{
	float:right;
	width:343px;
	height:49px;
	background:url(../images/button-signup.gif) 100% 0 no-repeat;
	margin:25px 0 60px;
	text-indent:-50000px;
	display:block;
	}
	
a.signup:hover{	
	background:url(../images/button-signup.gif) 100% 100% no-repeat;
	}
	
a.signup01{
	width:343px;
	height:49px;
	background:url(../images/button-signup.gif) 100% 0 no-repeat;
	margin:0 auto 15px;
	text-indent:-50000px;
	display:block;
	}
	
a.signup01:hover{	
	background:url(../images/button-signup.gif) 100% 100% no-repeat;
	}

	
div.headerTxt p.txt {
	font-size:15px;
	}
.salesBg {
	background:url(../images/sales-header.jpg) 0 0 no-repeat;
	}
.padd {
	padding-top:14px;
	}
a.buttonStyle {
	display:block;
	text-indent:-100000px;
	margin:12px 0 15px 0;
	background-repeat:no-repeat;
	background-position:0 0;
	}
a.buttonStyle:hover {
	background-position:0 -36px;
	}
.saveSeat {
	background-image:url(../images/seatnow.jpg);
	height:36px;
	width:395px;
	}
div.leftPan p {
	padding-bottom:15px;
	}
div.leftPan p.headingTopTxt {
	padding:15px 0 0 0;
	}
.titleTx {
	color:#621A9C;
	background-color:inherit;
	font-size:16px;
	font-weight:bold;
	}
div.leftPan p.titleTxt01 {
	color:#621A9C;
	background-color:inherit;
	font-size:15px;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0;
	}
ul.listStl01 {
	padding:8px 0 10px 25px;
	}
ul.listStl01 li {
	background:url(../images/cArrow.gif) 0 4px no-repeat;
	padding:0 0 14px 23px;
	line-height:16px;
	}
ul.listBold li {
	font-weight:bold;
	}
.paddT {
	padding-top:10px;
	}
.register {
	background-image:url(../images/registetMeNow.jpg);
	height:36px;
	width:454px;
	}
h4 span {
	color:#656464;
	background-color:inherit;
	}
.paddTop10px {
	padding:15px 0 0 0 !important;
	}
.paddTop40px {
	padding:40px 0 0 0;
	}	
.testBox {
	background:url(../images/purple-panel1-bg.gif) 0 0 repeat-y;
	width:802px;
	padding:5px 15px 10px 15px;
	height:100%;
	overflow:hidden;
	}
.testBoxTop {
	width:832px;
	height:20px;
	background:url(../images/purple-panel1-top.gif) 0 0 no-repeat;	
	}
.testBoxBtm {
	width:832px;
	height:8px;
	background:url(../images/purple-panel1-bottom.gif) 0 0 no-repeat;
	margin:0 0 20px 0;	
	}
.testimonial {
	background:url(../images/test-btm-name-bg.gif) 0 100% no-repeat;
	width:auto;
	margin:0 0 10px 0;
	padding:0 0 12px 12px;
	}
.testimonial p {
	font-size:11px;
	line-height:16px;
	color:#000;
	background-color:inherit;
	padding:0 0 10px 0;
	}
.testimonial p.name {
	font-size:12px;
	font-weight:bold;
	color:#7b42bc;
	background-color:inherit;
	padding:0 0 0 12px;
	}
.result-bliss {
	padding:40px 0 20px 0;
	text-align:center;
	}
span.boldPurpleTxt {
	font-weight:bold;
	color:#742f97;
	background-color:inherit;
	}
.proTabTitle {
	background-color:#681ea3;
	color:#FFFFFF;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:28px;
	line-height:28px;
	}
.proTabTitleLastclm {
	background-color:#681ea3;
	color:#FFFFFF;
	border-bottom:1px solid #fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:28px;
	line-height:28px;
	}
.proTabDesc {
	background-color:#faecff;
	color:#656464;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	font-size:12px;
	text-align:center;
	height:24px;
	padding:5px 5px 5px 5px;
	}
.proTabDescLastClm {
	background-color:#faecff;
	color:#656464;
	border-bottom:1px solid #fff;
	font-size:12px;
	text-align:center;
	height:28px;
	padding:5px 5px 5px 5px;
	}
span.conditionApply {
	color:#ff0000;
	background-color:inherit;
	}
span.redTxt {
	color:#ff0000;
	background-color:inherit;
	}

div.singleCol{
	width:832px;
	padding:14px 0 0 0;
}
div.singleCol p{
	padding:0 0 15px 0;
}
.fLeft{
	float:left;
	width:490px;
}
.fLeftDr{
	float:left;
	width:590px;
	margin:20px 0 0 0;
}
.fRight{
	float:right;
	width:auto;
	margin:0 0 20px 20px;
}
.fRight2{
	float:right;
	width:490px;
}
.fLeft2{
	float:left;
	width:auto;
	margin:0 20px 20px 0;
}
.noFlot{
	float:none !important;
	margin:0 0 15px 0 !important;
}
h4.borderTitle{
	border-bottom:solid 1px #E4E4E4;
	padding:15px 0 4px 20px;
	margin:0 20px 0 0;
}
.purple{
	font-weight:bold;
	color:#681EA3;
	background-color:inherit;
}
.registerPanel {
	background:url(../images/purple-panel-bg.gif) 0 0 repeat-y;
	width:802px;
	padding:0 10px 10px 20px;
	}
.registerPanelTop {
	width:832px;
	height:20px;
	background:url(../images/purple-panel-top.gif) 0 0 no-repeat;	
	}
.registerPanelBtm {
	width:832px;
	height:8px;
	background:url(../images/purple-panel-bottom.gif) 0 0 no-repeat;
	margin:0 0 20px 0;	
	}
.registerPanel p{
	font-family:"Times New Roman", Times, serif;
	float:left;
	width:570px !important;
	font-weight:bold;
	font-size:24px;
	line-height:28px;
	color:#E00700;
	background-color:inherit;
	padding:8px 0 0 0 !important;
}
.registerPanel p.moreDiscount {
	background:url(../images/more-discount.gif) 0 0 no-repeat;
	padding:0;
	height:30px;
	margin:23px 0 0;
	text-indent:-5000000px;
	}
.registerPanel p.smallText{
	font-weight:bold;
	font-size:18px !important;
	line-height:22px;
}
p.watchThis {
	background:url(../images/watch-this.gif) 0 0 no-repeat;
	display:block;
	height:54px;
	width:240px;
	text-indent:-100000px;
	margin:12px 0 19px 12px;
	}


	
/* Inside Page */
div.contPan {
	width:100%;
	margin:15px 0 0 0;
	}
div.contPan p {
	padding-bottom:15px;
	}
div.contPan p.headingTopTxt {
	padding:15px 0 0 0;
	}
div.contPan p.subHeading {
	color:#621A9C;
	background-color:inherit;
	font-size:20px;
	padding:15px 0 10px 0;
	}
div.contPan p.subHeadingRed {
	color:#c60300;
	background-color:inherit;
	font-size:14px;
	font-weight:bold;
	padding:15px 0 10px 0;
	}
.registerTxt {
	font-size:22px;
	color:#d80600;
	background-color:inherit;
	line-height:26px;
	text-transform:uppercase;
	padding:0;
	}
a.register-btn {
	display:block;
	float:left;
	text-indent:-100000px;
	margin:0;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(../images/register-button.gif);
	height:49px;
	width:218px;
	}
a.register-btn:hover {
	background-position:0 -49px;
	}
a.register-btn01 {
	display:block;
	float:left;
	text-indent:-100000px;
	margin:15px 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(../images/register-button.gif);
	height:49px;
	width:218px;
	}
a.register-btn01:hover {
	background-position:0 -49px;
	}	
.rgtPaddTop {
	padding:15px 0 0 0;
	}
.saveTxt {
	font-size:16px;
	font-weight:bold;
	color:#d80600;
	background-color:inherit;
	line-height:26px;
	text-transform:uppercase;
	}
div.saveBox {
	background-color:#f3e1ff;
	border:1px solid #e2bdfb;
	font-size:16px;
	font-weight:bold;
	color:#4e1977;
	line-height:26px;
	text-align:center;
	padding:10px;
	margin:20px 0 0 0;
	}
div.saveBox a.register-btn {
	display:block;
	text-indent:-100000px;
	margin:10px auto 10px auto;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(../images/register-button.gif);
	height:36px;
	width:241px;
	}
div.saveBox a.register-btn:hover {
	background-position:0 -36px;
	}
/* Bio Page Style */
div.bioRightPan {
	width:261px;
	float:right;
	position:relative;
	margin-top:9px;
	padding:7px 13px 4px;
	}
a.rgsWorkshop {
	background:url(../images/register-workshop-btn.gif) 0 0 no-repeat;
	display:block;
	height:36px;
	text-indent:-100000px;
	margin:0 0 19px 12px;
	}
a.rgsWorkshop:hover {
	background:url(../images/register-workshop-btn.gif) 0 -36px no-repeat;
	display:block;
	height:36px;
	text-indent:-100000px;
	margin-left:12px;
	}
/* Yhank You Page Style */
#thanksForm {
	background-color:#fdf7ff;
	color:#41165d;
	border:1px solid #f6dbff;
	padding:20px;
	margin:5px 0 0 0;
	overflow:hidden;
	height:100%;
	}
#thanksForm label {
	font-size:12px;
	font-weight:bold;
	color:#41165d;
	background-color:inherit;
	width:126px;
	float:left;
	display:block;
	margin:8px 0 0 0;
	}
#thanksForm input {
	float:left;
	width:210px;
	height:20px;
	border:1px solid #c8a7d3;
	margin:8px 0 0 0;
	padding:0 0 0 2px;
	color:#656464;
	background:#fff;
	font-size:12px;
	}
#thanksForm input.frindsName {
	padding:0 0 0 2px;
	}
#thanksForm input.submitBtn {
	width:185px;
	height:36px;
	border:none;
	margin:20px 0 0 320px;
	}

#thanksForm div.left {
	float:left;
	width:340px;
	}
#thanksForm div.right {
	float:left;
	width:372px;
	margin:0 0 0 40px; 
	}
.emailImg {
	float:left;
	width:21px;
	height:21px;
	margin:8px 0 0 10px;
	}
	
/*blank page*/

h3.blank {
	font-size:30px;
	text-align:center;
	padding:40px 0 40px 0;
	border:none;
}

/*Pop up*/

div.popup {
	background:url(../images/popup-bg.gif) 0 0 repeat-x #FFFFEF;
	color:#fff;
	width:300px;
	padding:12px 15px 0 15px;
	margin:0 auto;
}


div.popup p {
	font-size:20px;
	line-height:22px;
	margin:0 0 45px 0;
}

div.popup ul {
	margin:0 0 20px 0;
}

div.popup ul li {
	background:url(../images/popup-arrow.gif) 4px 0 no-repeat;
	font-size:13px;
	line-height:17px;
	color:#FA0005;
	background-color:inherit;
	margin:0 0 4px 0;
	padding:0 0 5px 30px;
	border-bottom:1px dashed #A9A1A1;
	}
	
div.popup ul li.nobr {
	border:none;
}

div.draw {
	width:276px;
	padding:24px 10px;
	margin:0 0 0 0;
	border-left:1px solid #E5C4F6;
	border-right:1px solid #E5C4F6;
	background:#F5EBFA;
	color:inherit;
}

div.popup span.topcurve {
	background:url(../images/popup-curve-top.gif) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	display:block;
	width:298px;
	height:5px;
}

div.popup span.bottomcurve {
	background:url(../images/popup-curve-bottom.gif)0 0 no-repeat;
	font-size:0;
	line-height:0;
	display:block;
	width:298px;
	height:5px;
}

div.draw label {
	width:97px;
	height:20px;
	float: left;
	margin:0 10px 0 0;
	color:#3F0806;
	background-color:inherit;
	font-weight:bold;
	text-align:right;
}

div.draw input.txt{
	width:162px;
	height:18px;
	float: left;
	border:1px solid #D4D0C8;
	margin:0 0 18px 0;
}

div.draw input.popupbutton{
	width:272px;
	height:27px;
	margin:0 0 0 0;
}

div.draw p{
	text-align:center;
	font-size:11px;
	line-height:13px;
	color:#632AA0;
	background-color:inherit;
	margin:13px 0 0;
}
a.backSales{
	display:block;
	width:155px;
	height:36px;
	float:right;
	text-indent:-1000px;
	background:url(../images/back-sale-btn.gif) 0 0 no-repeat;
}
a.backSales:hover{
	background:url(../images/back-sale-btn.gif) 0 100% no-repeat;
}
a.backMain{
	display:block;
	width:155px;
	height:36px;
	float:right;
	text-indent:-1000px;
	background:url(../images/back-main-btn.gif) 0 0 no-repeat;
}
a.backMain:hover{
	background:url(../images/back-main-btn.gif) 0 100% no-repeat;
}

/* Yellow panel style */

div.yellowPan{
	width:792px;
	margin:20px auto 0;
	color:inherit;
	background:url(../images/yellow-panel-top.gif) 0 0 no-repeat #FFFCDA;
	padding:20px 20px 0;
}
div.yellowPanBottom{
	width:792px;
	margin:0 auto 20px;
	color:inherit;
	background:url(../images/yellow-panel-bottom.gif) 0 100% no-repeat #FFFCDA;
	padding:0 20px 10px;	
}
p.previewText{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
	line-height:22px;
	color:#E00700;
	background-color:inherit;
	padding:8px 20px 20px 0 !important;
}
.titleTxBig {
	color:#621A9C;
	background-color:inherit;
	font-size:18px;
	font-weight:bold;
	}
	
/* Success panel start */

div.successPan{
	width:832px;
	height:103px;
	background:url(../images/success-bg.gif) 0 0 no-repeat;
	margin:0 0 30px 0;
	padding:14px 0;
}
.successPan h4{
	font-size:0;
	line-height:0;
	text-indent:-1000px;
	width:341px;
	height:37px;
	background:url(../images/yes-to-success.gif) 0 0 no-repeat;
	margin:0 auto;
}
div.successPan p{
	font-size:17px;
	line-height:22px;
	color:#fff;
	background-color:inherit;
	padding:0 0 10px 0;
}
.center{
	text-align:center;
}
div.lowerText{
	width:610px;
	margin:0 auto;
}
div.successPan p a{
	float:left;
	display:block;
	width:153px;
	height:36px;
	background:url(../images/sign-up-btn.gif) 0 0 no-repeat;
	text-indent:-1000px;
	font-size:0;
	line-height:0;
	margin:0 10px 0 0;
}
div.successPan p a:hover{
	background:url(../images/sign-up-btn.gif) 0 100% no-repeat;
}

/* Gift page Style */
img.giftimg{
	float:right;
	width:256px;
	margin:30px 30px 0 15px;
}

div.splGift{
	padding:15px 15px 10px 15px ;
	margin:25px auto;
	width:400px;
	float:left;
	text-align:center;
}

div.splGift h2{
	color:#4f1f8c;
	background-color:inherit;
	font-size:14px;
	font-weight:bold;
}

div.splGift h2.empowerment{
	padding:15px 0 0 0;
}

div.splGift div.audioBox{
	background:url(../images/audio-bg.gif) 0 0 no-repeat;
	width:208px;
	height:55px;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	background-color:inherit;
	text-align:center;
	padding:10px;
	margin:10px auto 15px auto;
}

div.splGift div.audioBox div{
	margin:12px auto;
}

a.signupThirtyMin{
	width:485px;
	height:36px;
	background:url(../images/thirtymin-consul-btn.gif) 100% 0 no-repeat;
	margin:10px auto 15px;
	text-indent:-50000px;
	display:block;
	}
	
a.signupThirtyMin:hover{	
	background:url(../images/thirtymin-consul-btn.gif) 100% 100% no-repeat;
	}
	
a.signupThreeday{
	width:485px;
	height:36px;
	background:url(../images/threeday-event-btn.gif) 100% 0 no-repeat;
	margin:0 auto 15px;
	text-indent:-50000px;
	display:block;
	}
	
a.signupThreeday:hover{	
	background:url(../images/threeday-event-btn.gif) 100% 100% no-repeat;
	}

.videoBox{
	float:left;
	width:250px;
	margin-right:23px;
	border:solid 1px #EFCAEF;
}
.noRightMar{
	margin-right:0 !important;	
}
