@charset "UTF-8";
/* CSS Document */
:root{
    --primary-color: #e5960d;
    --secondary-color: #CAD895;
    --primary-field-color: #d8d8d8;
    --secondary-field-color: #AAAAAA;
}

* {
    padding: 0;
    margin: 0 auto;
}

.div_loadder {
    margin: auto;
    display: none;

}

div.thank_tranform a {
    background: url(../../00002/images/back.png) top no-repeat;
    width: 98px;
    height: 45px;
    display: block;
    background-position: 0 0;
    text-indent: -9999px;
}

div.thank_tranform a:hover {
    background: url(../../00002/images/back.png) top no-repeat;
    width: 98px;
    height: 45px;
    display: block;
    background-position: 0 -45px;
    text-indent: -9999px;
}

#search_transfer_page {
    background: url(../images/bg-00001.jpg) no-repeat center center fixed;
    background-size: cover;
}
