#logconfirm,
#loglogin {
	overflow: auto;
	margin-left: 4px;
}

span.ajax-loading {
	width: 16px;
	height: 16px;
	padding: 8px 8px;
	background: url(/images/common/loader_purple_small.gif) no-repeat center;
}
#logconfirm.conferror {
	display: block;
	font-size: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	background: url(/images/icons/cross.gif) no-repeat center;
}
#logconfirm.confok { 
	display: block;
	font-size: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	background: url(/images/icons/tick.gif) no-repeat center;
}

#loglogin.show {
	font-size: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

#subscribe {
	margin: 6px 6px 0 6px;
}

#subscribe h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	height: 32px;
	line-height: 32px;
	background: #221d83;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
}
#subscribe h4 {
	margin: 0;
	padding: 0;
	margin: 6px 0;
	padding-left: 15px;
	
	color: #1f1d80;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #221d83;
	
}
#subscribe-bloc-form {
	background: #e4e2ef;
}
form.ventenet {
	width: auto;
}
form.ventenet p {
	margin: 6px 0;
	height: 18px;
}
.form-subscribe fieldset,
.form-subscribe legend {
	margin: 0;
	padding: 0;
	border: 0;
}
.form-subscribe legend {
	font-weight: bold;
	font-size: 12px;
	padding-left: 50px;
	text-transform: uppercase;
}
form.ventenet label,
.form-subscribe label {
	text-align: left;
	width: 25%;
	padding-left: 60px;
	letter-spacing: 1px;
	height: 18px;
	line-height: 18px;
}
.form-subscribe select, 
.form-subscribe input,
.form-subscribe textarea {
	float: left;
	border-top: 1px solid #bab6d7;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #bab6d7;
	width: 220px;
}
.form-subscribe input {
	padding-left: 4px;
	padding-right: 4px;
	width: 212px;
}
.form-subscribe .spacer {
	border: 0;
	padding: 0;
	margin: 20px auto;
	width: 100%;
	font-size: 1px;
	height: 2px;
	line-height: 2px;
	background: #e4e2ef url(/images/subscribe/bg_subscribe.jpg) center center no-repeat;
	overlofw: hidden;
}

#idsu_day, 
#idsu_month, 
#idsu_birthday {
	width: auto;
}


#wz_header,
#wz_header_error {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	height: 32px;
	line-height: 32px;
	
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
#wz_header { background: #373370; }
#wz_header_error { background: #ff0000; }



#wz_content {
	width: 100%;
	margin: 0 auto;
}


.bloc-address {
	position: relative;
	width: 382px;
	margin: 0 auto;
}
.baddrText {
	display: block;
	padding: 0;
	padding: 8px 40px;
	background: #e4e2ef url(/images/steps/step_address_bg.jpg) center top repeat-y;
	position: relative;
}
.bloc-address h5 {
	display: block;
	margin: 0;
	padding: 4px 40px;
	border-bottom: 1px solid #e4e2ef;
	background: #e4e2ef url(/images/steps/step_address_bg.jpg) center top repeat-y;
}
.baddrTop,
.baddrBottom {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 4px;
	line-height: 4px;
	background: yellow;
}
.baddrTop {
	background: #e4e2ef url(/images/steps/step_address_top.jpg) center top no-repeat;
}
.baddrBottom {
	background: #e4e2ef url(/images/steps/step_address_bottom.jpg) center bottom no-repeat;
}