.ipa-auction-wrap {

}

.ipa-auction-wrap {

}

.ipa-auction-wrap .cbs-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.ipa-auction-wrap .current-box {
    margin: 0 0 20px;
    background-color: #ffffff;
    overflow: hidden;
}

.ipa-auction-wrap .current-box h5 {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    background-color: #eaeaea;
}

.ipa-auction-wrap .current-box h6 {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    background-color: #f3f3f3;
}

.ipa-auction-wrap .cbs-wrapper .cb-wrap {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.ipa-auction-wrap .cbs-wrapper .cb-wrap p {
    margin-bottom: 5px;
}

.ipa-auction-wrap .cbs-wrapper .cb-wrap label {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #000000;
}

.ipa-auction-wrap .cbs-wrapper .cb-wrap input[type="radio"] {
    display: none;
}

.ipa-auction-wrap .cbs-wrapper .cb-wrap input:checked + label {
    background-color: #4dc7ec; /*#ec894d;*/
    color: #ffffff;
}

.ipa-auction-wrap .current-mail-list-checkbox {
    text-align: center;
}
.ipa-auction-wrap .current-mail-list-checkbox input {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.ipa-auction-wrap .current-mail-list-checkbox label {
    display: inline-block;
}

.ipa-auction-wrap .bid-field-wrap {
    width: 50%;
    margin: 0 auto;
}

.ipa-auction-wrap form input[type='number'] {
    display: inline-block;
    box-sizing: border-box;
    width: 70%;
    height: 45px;
    line-height: 30px;
    vertical-align: top;
	padding: 0 15px;
	background-color: #f7f7f7;
}

.ipa-auction-wrap form input[type='submit'] {
    vertical-align: top;
    box-sizing: border-box;
    width: 30%;
    height: 45px;
    line-height: 30px;
	display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
	cursor: pointer;
    background: #ec894d;
    color: #ffffff;
}

.ipa-auction-wrap form input[type='submit']:hover {
	background: #e3712c;
}

.ipa-auction-wrap .login-register a {
    color: #ec894d;
}

.ipa-auction-wrap .login-register a:hover {
    color: #222222;
}

#overview .property-item .ipa-auction-wrap .ipa-error,
.ipa-auction-wrap .ipa-error {
    color: red;
    margin-bottom: 5px;
}

.po {
	
}