body {
	direction: ltr;
	text-align: left;
	margin: 0;
	padding:0;
	background: url(../images/BG2.jpg) no-repeat center top #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

@font-face {
	font-family: Reforma;
	src: url(../Reforma/FbReforma-Regular.otf);
}

@font-face {
	font-family: 'Reforma medium';
	src: url(../Reforma/FbReforma-Medium.otf);
}

#header {
	margin: 0 auto 10px auto;
	text-align: center;	
}

#logo {
	width: 99px;
	height: 99px;
	border: none;
	margin-top: 10px;
}

.page_title {
	font-family: Arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #313131;
	margin: 5px 0 0 0; 
	line-height: 32px;
}
/* Navigation */
#navigation {
	width: 940px;
	height: 36px;
	margin: 0 auto;
	background: #000000;
}

#navigation ul {
	width: 500px;
	margin: 0 220px;
	padding: 0;
}

#navigation ul li {
	display: inline;
	border-left: 1px solid #b6b4ad;
	float: left;
	padding: 8px 24px;
	line-height: 20px;
	margin: 0;
}
 
@-moz-document url-prefix() {
	#navigation ul li {
		padding: 8px 22px;
	}
}


#navigation ul li.last {
	border-right: 1px solid #b6b4ad;
}

#navigation ul li, #navigation ul li a, input.submitbutton, input.nextbutton, .step a.back_home {
	font-family: Arial, sans-serif ;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}
#nav .activeSlide {
	background :#8d66b2;
}

.placeholder {
	color: red;
}
/* Layout */
#content{
    margin:10px auto 0;
    text-align:center;
    width:940px;
    position:relative;
    height:100%;
}

#wrapper{
    width:940px;
    overflow:hidden;
}

ul#stepForm,ul#stepForm li {
	margin: 0 auto;
	padding: 0;
}

ul#stepForm li {
	list-style: none;
	width: 940px;
}

#stepForm fieldset {
	margin: 30px auto 0;
	padding: 30px 0 0 0;	
	border: 0;
	background: url(../images/box_bg.png) no-repeat;
	width: 510px;
}

#stepForm fieldset.step3 {
	padding-top: 10px;
}

#stepForm fieldset .final {
	padding: 10px 0 0 0;
}

.form {
	float: left;
}

.step_content {
	height: 340px;
}

.step3 .step_content {
	background: url(../images/page.png) top center no-repeat;
	padding-top: 30px;
	height: 328px;
}

.buttonWrapper {
	overflow: hidden;
}

#extra_text {
	float: left;
	width: 220px;
	padding-top: 60px;
}

#extra_text h2, #extra_text h3, .step a {
	color: #69398b;
}

#extra_text h2 {
	font-family:  Arial, sans-serif ;
	font-size: 20px; 
}

#extra_text h3 {
	font-size: 13px;
}

 #extra_text p {
 	color: #545454;
 	font-size: 12px;
 	line-height: 1.5;
 	padding: 0 10px;
 }

#extra_text h3#special_offer_ends {
	font-size: 15px; 
}
/* Form Elements */ 
.step hr {
	border-bottom: 1px dotted #afafaf;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin: 10px 5px;
	height: 10px;
}

.clear, .step hr {
	clear:both;
}
.step label {
	float: left;
	text-align: right;
	width: 120px;
	clear: left;
	margin: 20px 5px 0 10px;
}

.step1 label {
	margin-top: 15px;
}

.step .inputclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	margin: 13px 0 8px 0;
	width: 227px;
	height: 30px;
	border: 1px solid #a499a9;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0 0 3px 3px #e7e7e7;
	-moz-box-shadow: inset 0 0 3px 3px #e7e7e7;
	-webkit-box-shadow: inset 0 0 3px 3px #e7e7e7;
	float: left;
}

.step1 .inputclass, .step2 .inputclass {
	margin: 6px 0;
}

.step .pose_address .inputclass, .step .cvv {
	float: none;
}

.step .pose_address_text {
	font-size: 14px;
	line-height: 1.6;
	padding: 0 20px 10px;
	margin: 0;
	text-align: center;
}

.step .cvv {
	margin-left: -62px;
}

.step #recordCreditCardNumber {
	width: 140px;
}

.step #recordCreditCardCvv {
	width: 45px;
	margin-right: 0;
}

.step img#security_img {
	margin-right: 5px;
	padding:20px 0 0 5px;
	float: left;
}

.step select.inputclass {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #545454;
    width: 110px;
    height: 34px;
    line-height: 34px;
    margin: 10px 20px 10px 0;
	padding-left: 10px; 
	-webkit-appearance: none;
	background: url(../images/reg_select_ltr.png) no-repeat;
}

.step1 select.inputclass, .step1 select.inputclass.success {
	background: url(../images/big_drop.png) no-repeat;
	width: 240px;
	margin: 6px 20px 6px 0;
}

 .step1 select.inputclass.success {
 	background-color: #ffffff;
 	box-shadow: none;
 	border: none;
 }
	

@-moz-document url-prefix() {
	.step select.inputclass {
	background:none;
	background-color: #ffffff;
	padding: 8px;
	}
}

.step h2 {
	font-size: 16px;
	color: #545454;
	padding: 30px 0 20px 0;
}

.step h2.bizName, .step h2.poseName {
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.step h2.poseName {
	margin-top: 20px;
}

.step .inputclass.bizName {
	float: none;
}

.step p {
	font-size: 12px;
	color: #545454;
	padding: 23px 20px 20px 20px;
}

.step p.pose_address {
	display: block;
	/*
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	*/
	margin: 0 40px 10px;
	padding:0 0 0 45px; 
}

p.purple {
	margin: 5px 0 7px 0;
	padding: 0;
	color: #69398b;
	font-size: 13px; /*15px; in old version */
}

#legal {
	padding: 30px 20px 0px 20px;
    float:left;
}



.step h3 {
	font-family: Arial, sans-serif ;
	font-size: 20px;
	color: #e1d2e3;
	background: #69398b;
	padding: 5px 0;
	margin: 0 5px;
}

#chrome.top_border, #pele.top_border  {
	border-top: 2px solid #ffffff; 
	overflow: hidden;
	height: 126px;
	margin: 0 5px;
	text-align: right;
}

#chrome  {
	background: url(../images/P-Love-C_ltr.png) no-repeat;
}

#pele  {
	background: url(../images/P-Love-P_ltr.png) no-repeat;
}

.top_border h4 {
	font-family: Arial, sans-serif ;
	font-size: 18px;
	color: #323232;
	font-weight: normal;
	margin: 25px 0 0 0;
	padding: 0 0 0 242px;
	text-align: left;
}

.top_border p {
	padding: 0 20px 0 242px;
	margin: 5px 0;
	line-height: 1.4;
	text-align: left;
}

.final p {
	font-size: 19px;
	color: #323232;
	font-family: Arial;
	margin: 0;
	line-height: 1.5;
	padding: 25px 20px 8px 20px;
}

.finalMailAdress {
    padding: 0px 0px 30px 0px !important;
    font-style: italic;
}

.final #notice {
	background: url(../images/chrome.png) no-repeat #ffffff;
	background-position-x: 20px;
	background-position-y: 18px;
	border: 1px dashed #d0d0d0;
	padding: 15px 0 17px 120px;
	margin: 0 20px;
	text-align: left;
}

.final p.purple {
	color: #6b398b;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}

.final p.small {
	font-size: 13px;
	color: #323232;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.5;
}

/* Valitade css */

/* ----- error message for field validation ----- */
/*
.step_content div {
	background: url(../images/Validation_BG_ltr.png) no-repeat;
	width: 210px;
	height: 51px;
}
*/
#stepForm label.warning {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 7px;
	margin: 0;
	position: absolute; 
	float: right;
	clear: none;
	display: inline;
	color: #CC3366;
	font-size: 13px;
	border: none;
	background: url(../images/Validation_BG_ltr.png) no-repeat;
	width: 210px;
	height: 35px;
}

#stepForm .step2 label.warning {
	/*padding-left: 8px;*/
}

#stepForm #legal label.warning, #stepForm label.warning.disabled.poseId {
	margin-top: -10px;
}

#stepForm label.warning span {
	
}
/*
#stepForm label.warning:before {
	content: url(../images/validation-arrow.png) no-repeat;
}
*/
#stepForm label.warning.disabled {
	right: 0;
}

.step label#shopAddressStatus {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 290px;
	margin-top: 12px;
}

#isValid.valid {
	color: #4ea926;
	float: right;
	margin-right: 15px;
}

#isValid.invalid {
	color: red;
	float: right;
}
div.requiredNotice {
	width: 140px;
	float: right;
	margin: 0 24px 0 0;
	padding: 0;
}

.step .inputclass.warning, .step .inputclass.get_pose_warning {
	background: #fdcaca;
	border: 1px solid #b11b1b;
	box-shadow: inset 0 0 5px 5px #e5b7b7;
	-moz-box-shadow: inset 0 0 5px 5px #e5b7b7;
	-webkit-box-shadow: inset 0 0 5px 5px #e5b7b7;
}

.step .inputclass.success {
	background: #c6e79b;
	border: 1px solid #629323;
	box-shadow: inset 0 0 5px 5px #bad991;
	-moz-box-shadow: inset 0 0 5px 5px #bad991;
	-webkit-box-shadow: inset 0 0 5px 5px #bad991;
}

/* Form Buttons  */

div.buttonWrapper {
	clear: both;
	text-align: center;
}

input.submitbutton, input.nextbutton, a.back_home {
   	width: 167px;
	height: 37px;
	float: right;
	margin:0 171px 0 0;
/*	line-height: 36px;*/
	border: 0;
	/*
	border: 1px solid #47671d;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80bd32), to(#609022));
	background: -moz-linear-gradient(100% 100% 90deg,  #609022,  #80bd32);
	*/
}

input.nextbutton {
	background: url(../images/next_btn_ltr.png) no-repeat;
	padding-right: 20px;
}

input.nextbutton#NextDisabled {
	background-position: 0 -111px;
}
input.submitbutton {
	background: url(../images/submit_btn.png) no-repeat;
}

.step a.back_home {
	background: url(../images/submit_btn.png) no-repeat;
	text-align: center;
	line-height: 37px;
}

input.submitbutton:hover, input.nextbutton:hover {
	background-position: 0 -37px;
}

input.submitbutton:active, input.nextbutton:active {
	background-position: 0 -74px;
}


.prevbutton {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 10px;
	color: #69398b;
	font-size: 13px;
	border: 0;
	background: none;
	text-decoration: none;
}

.prevbutton:hover {
	text-decoration: underline;
}

input.submitbutton:after, input.nextbutton:after {
	content: url(../images/arrow.png);
	padding-right: 10px;
}

.availability {
	background: url(../images/availability_btn_ltr.png) no-repeat;
	width: 150px;
	height: 26px;
	font-family:Arial, sans-serif ;
	font-size: 12px;
	color: #ffffff;
	text-align: center;	
	border: 0;
}

.availability:hover {
	background-position: 0 -26px;
}

.availability:active {
	background-position: 0 -52px;
}

/* Beta Version Styles */
.final img {
	margin-top: 10px;
}
#plc {
	margin-top: 5px;
}

p.plc {
	line-height: 1.7;
	padding: 0;
	font-size: 13px;
	margin: 7px 0;
}
/* CVV Lightbox */

#cvv {
	padding: 15px;
	width: 470px;
	height: 250px;
	overflow: hidden;
	background: #ffffff;
}

#cvv_top {
	border-bottom: 2px solid #c0c0c0;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#cvv_top span {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #545454;
}

.cvv_content {
	float: left;
	width: 210px;
	margin-right: 10px;
	font-size: 11px;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}

.close_btn {
	background: url(../images/x_button.png) no-repeat;
	width: 16px;
	height: 16px;
	border: 0;
	float: right;
}

.close_btn:hover {
	background-position: 0 -16px;
}

.close_btn:active {
	background-position: 0 -32px;
}

#cboxContent {
	margin-left: 10px;
}

#cboxOverlay {
	background: #000000;
	opacity: 0.5 !important;	

}
/* colorbox styles */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.

#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* For Beta Only */
p.purple.beta {
	font-size: 15px;
	text-align: center;
	line-height: 1.4;
	padding:50px 0 10px 0;
}

p.purple.beta.secondp {
	padding: 0 0 5px 0;
}

p.purple.beta.firstp {
	padding-top: 15px;
}

/* Activation Page */
#activationHeading {
	margin: 40px 0 50px 0;
}
