﻿body { background-image: url("img/bg2.jpg"); background-repeat: repeat; }
/* ----------------------------------------- Radius ---------------------------------------------------------------*/
.EnterForm,input[type=text], input[type=password], input[type=textbox] { -moz-border-radius: 5px; /* -webkit-border-radius: 5px; */ /* border-radius: 5px; */ }

/* ----------------------------------------- Form ---------------------------------------------------------------*/
.Form { padding: 5px; width: 300px; float: right; border-radius: 5px; border: 1px solid #cccccc; }

.Field { width: 420px; float: right; text-align: right; margin-top: 5px; }

.Name, .Label { float: right; direction: rtl; width: 110px; margin-left: 10px; text-align: left; }

.Value { float: right; width: 200px; text-align: left; }

.Value.txt { text-align: right; }

select { width: 205px; }

.CaptchaText{display:none;}

.CaptchaPlaceHolder img {
float: right;
}

div#RefreshControlDiv input {
float: right;
margin-top: 15px;
}

input[type=text], input[type=password], input[type=textbox] {font-family: tahoma;
font-size: 12px; text-align: right; width: 410px; border: 1px solid wheat; height: 20px; padding: 5px; background-repeat: no-repeat; background-size: 25px 25px; background-position: 5px 2px; }
/* ----------------------------------------- Buttons --------------------------------------------------------*/
.Buttons { width: 420px; float: right; }

.Button, .Btn { min-width: 100px; max-width: 140px; float: right; margin: 3px 5px 3px 5px;padding: 5px 12px 6px 12px; margin: 0; text-decoration: none; text-align: center; cursor: pointer;  border: 1px solid #0F80E9;  color: #ffffff; background-color: #A7D3FC;  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);  -moz-transition: all.2s ease-out; -o-transition: all .2s ease-out; font-size: 12px; margin-top: 30px; color: #222; }

.SavePictureBtn { margin-right: 250px; }
/* ----------------------------------------- More ---------------------------------------------------------------*/
.ErrorMessage { margin: 50px; color: Red; font-weight: bold; }

.ValidationError { background-color: Yellow; font-style: italic; }
/*---------------------------------------------------- Enter -----------------------------------------------*/
.InfoForm { width: 300px; margin: auto; color: White; font-family: Tahoma; font-size: 12px; direction: rtl; }
.EnterForm, .RecoveryForm { width: 420px; color: black;  float: right; margin-top: 10px; text-align: right; background-color: #fff; }

.Message { width: 400px; text-align: center; font-weight: bold; float: right; }
.Recovery { width: 100%;  height: 14px; margin-right: 5px; float: right; margin-top: 3%; text-align: center;}

.RecoveryFormDiv { display: none; }

.Shadow { background-image: url("img/shadowForm.png"); background-repeat: no-repeat; float: right; width: 434px; height: 50px; margin: 0px auto; }

#Password, #TextBoxNewPassword { background-image: url("img/password.png"); }

#Username, #TextBoxNewUserName { background-image: url("img/username.png"); }

#TextBoxRecoveryCaptchaText , #TextBoxEnterCaptchaText{ background-image: url("img/cap.jpg"); }

#Email { background-image: url("img/recovery.png"); }


.VotImg {
    background-image: url("img/vot.png");
width: 100%;
height: 100px;
background-repeat: no-repeat;
background-size: 50px;
background-position: 0px 0px;
      }

.LogInIcon {background-image: url("img/Login.png"); width: 400px;
    height: 230px;
    background-size: 100px 90px;
    background-position: 130px 0px;
    background-repeat: no-repeat;}
    
    .RecoveryIcon {background-image: url("img/recovery.png");
width: 400px;
height: 230px;
background-size: 110px 90px;
background-position: 140px 0px;
background-repeat: no-repeat;}
    
     .ChangeIcon {background-image: url("img/change.png"); width: 400px;
    height: 230px;
    background-size: 90px 90px;
    background-position: 150px 0px;
    background-repeat: no-repeat;}
    
legend {padding: 0px 3px;
margin: 0px 10px; font-family: times new roman; font-size: 14px; font-weight: bold;}
