/*  ----------------------------------------
  | BFF
  ----------------------------------------  */

.avail-message {
background-image:url(../images/accept.png);
background-position:left center;
background-repeat:no-repeat;
color:#5fa95a;
display:inline;
font-size:11px;
font-weight:700;
margin:0 2px 0 6px;
padding:4px 2px 4px 20px;
width:70%;
}

.non-avail-message {
background-image:url(../images/bullet_error.gif);
background-position:left center;
background-repeat:no-repeat;
color:#fb143a;
display:inline;
font-size:11px;
font-weight:700;
margin:0 2px 0 6px;
padding:4px 2px 4px 20px;
width:70%;
}
