.ooc_title, .ooc_description {
    text-align: center;
    margin-top:10px;
}

.ooc_label {
    margin: 20px 0 0 0;
    color: black;
    padding: 0;
}

.ooc_footer {
    text-align: center;
    margin-top:30px
}

.ooc_center {
    text-align: center;
}

.ooc_error_field {
    color: darkred;
}

.ooc_required {
    color: darkred;
}

.ooc_agree {
    margin-top:30px
}

.ooc_tip {
    color:red;
}

/*#ooc_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:-1;
    background: #716161;
    opacity: 0;
}

#ooc_window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    
    background: #fff;
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 10px;
}

#ooc_window .title {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: rgb(58, 58, 58);
}

#ooc_window .description {
	width: 80%;
	font-size: 14px;
	text-align: center;
	margin: 5px auto;
	margin-bottom: 7px;
}

#ooc_window .ooc_form_table {
    width: 80%;
    margin: 0 auto;
}

#ooc_window .ooc_submit {
    text-align: center;
}

#ooc_window .ooc_error {
    color: darkred;
}

#ooc_window .ooc_required {
    color: darkred;
}

#ooc_window .ooc_field_name {
    text-align: right;
    padding-right: 20px;
}

#ooc_confirm_order_close {
    cursor: pointer;
}

#ooc_wait {
    position: fixed;
    width: 600px;
    height: 315px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -175px;
    background-image: url('../img/loader.gif');
    background-position-x: 284px;
    background-position-y: 153px;
    background-repeat: no-repeat;
    border: none;
    z-index: -1;
    opacity: 0;
}
*/