﻿
.RequiredField {
    color: #dd0000;
}

div.loading
{
    background: url('/Images/Loading/ajax-loaderP.gif' ) no-repeat center top;
    height: 120px;
    margin-top: 50px;
    width: 300px;
}
div.loading-small
{
    background: url('/Images/Loading/ui-anim_basic_16x16.gif' ) no-repeat center top;
    width: 16px;
    height: 16px;
}

img
{
    border-width: 0px;
    vertical-align: middle;
}
.ltr{direction: ltr;}
.rtl{direction: rtl;}
.center{text-align: center;}
.JustNumber{direction: ltr;}