.backinstock-error{
	margin: 12px 0px;
    color: red;
    display: block;
    padding: 9px 9px;
    background-color: #ffe6e6;
}
.backinstock-success{
	margin: 12px 0px;
    color: darkgreen;
    display: block;
    padding: 9px 9px;
    background-color: #c6ecc6;
}
.backinstock-div {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: normal;
}
.backinstock-row {
	margin: 15px 0px;
}
.backinstock-row:last-child {
    margin-bottom: 0;
}
.backinstock-width{
    width: 20%;
}
.backinstock-label {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: none;
    width: 100%;
}
.backinstock-title {
    font-family: 'Futura PT W01 Bold', 'Trebuchet MS', Arial, sans-serif;
}
.backinstock-attrs {
    list-style-type: none;
    padding-left: 0;
}

