﻿*{font-weight:700;font-family:tahoma}
body{direction:rtl;text-align:right;background-color:#000;}
.username {border:1px solid #F3D085;border-radius:5px;background-image:url('img/user.png');background-repeat:no-repeat;background-position:left;padding:7px;margin:7px;}
.username:hover{border:1px solid #EFEFA4;}
.username:focus{border:1px solid #EFEFA4;background-color:FCFCF3;}
.userpass {border:1px solid #F3D085;border-radius:5px;background-image:url('img/pass.png');background-repeat:no-repeat;background-position:left;padding:7px;margin:7px;}
.userpass:hover{border:1px solid #EFEFA4;}
.userpass:focus{border:1px solid #EFEFA4;background-color:FCFCF3;}
.headbar{
width:430px;
border:1px solid #93cede;
padding:10px 5px 10px 5px;
margin-top:100px;
color:#fff;
background: #93cede;
background: -moz-linear-gradient(top,  #93cede 0%, #75bdd1 41%, #49a5bf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cede), color-stop(41%,#75bdd1), color-stop(100%,#49a5bf));
background: -webkit-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%);
background: -o-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%);
background: -ms-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%);
background: linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 );
border-top-right-radius:15px;
border-top-left-radius:15px;
}
.form{
width:430px;
border:1px solid #93cede;
padding:20px 5px 20px 5px;
border-bottom-right-radius:15px;
border-bottom-left-radius:15px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
background: linear-gradient(top,  #ffffff 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );}
.dill{
width:430px;
height:70px;
padding:5px;
border-top-right-radius:15px;
border-top-left-radius:15px;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );}
.login{
padding:7px;
margin:7px;
cursor:pointer;
border-radius:7px;
border:1px #a9db80 solid;
color:#fff;
background: #cdeb8e;
background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
background: linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
}
.login:hover{
color:#fff;
background: #d2ff52;
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842));
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
background: linear-gradient(top,  #d2ff52 0%,#91e842 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
}