.spacer {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 19px;
    font-weight: bold;
    height: 23px;
    margin: 40px 0 15px;
    padding: 10px 5px 0 15px;
    width: 600px;
}

.item {
    width: 500px;
    height: 30px;
}

.item .label {
    height: 23px;
    padding-top: 7px;
    position: absolute;
}

.item .field {
    float: right;
}

.subscribe_error {
    background: none repeat scroll 0 0 #FEF1EC;
    height: 30px;
    margin-left: 515px;
    position: absolute;
    width: 340px;
}



.send_error {
	margin-left: 25px;
    margin-top: -45px;
    width: 350px;
}

.subscribe_error .subscribe_text {
    padding-top: 9px;
    position: absolute;
    top: -1px;
    color: #CD0A0A;
    text-align: left;
}

.subscribe_error .subscribe_text strong {
    font-weight: bold;
}

.loading {
    background: url("../image/small_load_subscribe.gif") no-repeat scroll 0 0 transparent;
    float: right;
    height: 16px;
    margin: 9px -350px 0 0;
    width: 16px;
}

.nav_button {
    background: url("../../assets/images/btnNextSmall_new.png") no-repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 47px;
    left: 391px;
    padding-top: 11px;
    position: relative;
    text-align: center;
    top: 8px;
    width: 138px;
}

.password_notification {
	border: 1px solid #EEEEEE;
    color: black;
    font-size: 12px;
    height: 17px;
    margin: 5px 0;
    padding: 4px 0 0;
    text-align: center;
    width: 309px;
	height : 18px;
}

.nav_button.disabled {
	cursor: auto;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

