.steptwo_container {
	position: relative;
}

.steptwo_container:after,
.steptwo_form_row:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.steptwo_account_col { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.steptwo_billing_col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.steptwo_container .title {
	color: #163d5c;
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
}

.steptwo_container .title .icon {
	display: inline-block;
	margin-left: 5px;
	width: 38px;
	height: 35px;
	background: url("../img/steptwo.png") 0 0 no-repeat;
	vertical-align: middle;
}

.steptwo_container .title .icon.account_icon {
	background-position: 0 0;
	float: right;
}

.steptwo_container .title .icon.summary_icon {
	background-position: -49px 0;
}

.steptwo_container .title .icon.billing_icon {
	background-position: -104px 0;
	width: 48px;
	float: right;
}

.steptwo_account_body,
.steptwo_summary_body,
.steptwo_billing_body {
	border: 6px solid #163D5C;
	background-color: #95c9de;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 5px;
	margin-bottom: 20px;
}

.steptwo_summary_body {
	background-color: transparent;
	padding-bottom: 20px;
}

.steptwo_form_row {
	position: relative;
	margin-bottom: 15px;
}

.steptwo_form_row .steptwo_field {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 28px;
	border: 0;
	box-shadow: -1px 2px 2px #A1A1A1 inset, 0 0 10px #C2C2C2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 6px 0;
	font-size: 16px;
}

.steptwo_form_row .steptwo_field.firstname_field {
	width: 35%;
	float: left;
}

.steptwo_form_row .steptwo_field.lastname_field {
	width: 60%;
	float: right;
}

.steptwo_form_row .steptwo_field.security_code {
	width: 50%;
	float: left;
}

.steptwo_form_row .require_star {
	position: absolute;
	top: 2px;
	left: -7px;
	color: #AD1C22;
	line-height: 14px;
	height: 15px;
	font-weight: 700;
}

.steptwo_container .field_info {
	margin: -10px 0 15px;
	font-size: 12px;
	text-align: right;
}

.steptwo_summary_image {
	text-align: center;
	height: 100px;

}

.steptwo_summary_image img {
	max-width: 100%;
	max-height: 100%;
}

.steptwo_summary_body p {
	font-size: 14px;
	text-align: center;
	color: #454546;
}

.steptwo_summary_body p.complite_color {
	color: #AD1C22;
}

.steptwo_summary_body p.complite_color span {
	font-weight: bold;
}

.steptwo_summary_body p.steptwo_price {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}


.steptwo_form_row .steptwo_select_container {
	width: 70%;
	overflow: hidden;
	box-shadow: -1px 2px 2px #A1A1A1 inset, 0 0 10px #C2C2C2;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.steptwo_form_row .steptwo_select_container.exp_mounth {
	width: 46%;
	display: inline-block;
	margin-right: 20px;
}

.steptwo_form_row .steptwo_select_container.exp_year {
	width: 47%;
	display: inline-block;
}

.steptwo_form_row .steptwo_select_container:before {
	content: "";
	display: block;
	position: absolute;
	top:11px;
	right: 4px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 0;
	border-top: 6px solid #787878;
	z-index: 2;
}

.steptwo_form_row .steptwo_select_container:after  {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	height: 100%;
	width: 20px;
	border: 1px solid #F4F4F4;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	background: #FCFCFC;
	background: -moz-linear-gradient(top, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #610020), color-stop(50%, #F9F9F9), color-stop(51%, #EAEAEA), , color-stop(100%, #E7E7E7));

	background: -webkit-linear-gradient(top, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	background: -o-linear-gradient(top, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	background: -ms-linear-gradient(top, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	background: linear-gradient(to bottom, #FCFCFC 0%, #F9F9F9 50%, #EAEAEA 51%, #E7E7E7 100%);
	z-index: 1;
}

.steptwo_form_row .steptwo_select_container select {
	width: 126%;
	box-shadow: none;
	background: transparent;
	position: relative;
	z-index: 4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}

.steptwo_form_row .icon_info {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../img/steptwo.png") -158px 0 no-repeat;
	margin: 7px 0 0 8px;
	cursor: pointer;
}

.steptwo_btn_container {
	margin: 10px 0 0;
	text-align: center;
}


.step_form_btn_back {
	color: #454546;
	font-size: 14px;
	font-weight: 600;
	float:left;
	vertical-align: bottom;
	text-decoration: underline;
	margin-top: 70px;
}

.step_form_btn_back:hover {
	text-decoration: none;
}

.steptwo_label {
	position: absolute;
	top: 480px;
	left: 50%;
	margin-left: -63px;
	margin: -50px 0 0 -51px;
	width: 125px;
	height: 130px;
	z-index: 20;
}

.steptwo_label img {
	width: 100%;
	height: 100%;	
}

.info_agreement {
	color: #454546;
	font-size: 12px;

}

.info_agreement a {
	color: #454546;
	font-weight: bold;
}

.choise_paypal {
	text-align: center;
	background: #fff;
	box-shadow: 0 0 5px 3px #CCCCCC inset;
	padding: 10px;
}

.steptwo_form_card_choise_container {
	height: 240px;
    margin-bottom: 15px;
}

.inform_popup {
	background: #fff;
	border: 2px solid #777;
	left: 50%;
	padding: 10px;
	position: absolute;
	width: 400px;
	margin: 20px 0 0 -200px;
	top: 100%;
	display: none;
	z-index: 25;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    max-width: 100%;
}

.inform_popup .close {
	background: url('../img/close_popup.jpg');
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
}

.fielderror + .steptwo_form_row input {
	/*background-color: rgba(255, 206, 206, 1);*/
}

input.inputError {
	background-color: rgba(255, 206, 206, 1);
}

/*-- New cart - Step#2--*/
.checkoutPageStep2 {
	width: 60%;
	margin: 0px 20%;
}
.checkoutPageStep2 .checkout1PageTitle {
	float: none;
}
.steptwo_summary_body .title {
	text-align: left;
}
.checkoutPageStep2 .step_form_btn_back {
	position: absolute;
	top: -10%;
	left: -20%;
	color: #ffffff;
}
.steptwo_billing_col .info_agreement {
	text-align: center;
	margin-bottom: 30px
}

@media (max-width: 320px) {
    .inform_popup {
        margin-left: -115px;
    }
}

.steptwo_form_btn.prc{
	color: #fff;
	background-color: #159A3D;
	border: 0;
	padding: 30px 40px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	font-size: 24px;
	vertical-align: bottom;
	cursor: pointer;
	margin-bottom: 10px;

	background-color: #009344;
	padding: 15px 25px;
	font-weight: bold;
}
.visa_do{
	position: absolute;
	width: 55px;
	height: 35px;
	cursor: pointer;
}

.master_do{
	position: absolute;
	width: 55px;
	height: 35px;
	margin-left: 62px;
	cursor: pointer;
}

.paypal_do{
	position: absolute;
	width: 99px;
	height: 35px;
	margin-left: 122px;
	cursor: pointer;
}