.clear_float {
    clear:both;
}

.bg_white {
    background-color: #fff;
}

.selected {
    background-color: #e3f9fe;
}

.placeholder
{
      color: #aaa;
}

#loading_img {
    display: none;
    background-color: rgba(221, 221, 221, 0.7);
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.loading {
    display: none;
    z-index: 999;
}

.rotate {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
}

.black {
    position: fixed;;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}

.result_page_link {
    color: #00addc;
}

div.promo_intro {
    padding:0 13px 0 13px;
}
