@import url(reset.css);
@import url(grid.css);



p
{
    font-size:25px;
    direction:rtl;
    text-align:right;
    font-family:Arial;
    color:#333;
    width:250px;
    line-height:10px;
    margin-bottom:15px;
    margin-top:15px; 
    padding-right:185px;   
    text-shadow:0 1px 0 #fff; 
    
}

/*Form*/

#stylingCall input, #advancedCall input
{
    width:250px;
    height:35px;
    margin-bottom:3px;
    margin-left:0px;
    font-size:20px;
    font-weight:bold;
    direction:rtl;
    padding-left:20px;
    padding-bottom:5px;
    padding-right:10px; 

}
.iconPassword
{
   background: #fff url('http://www.red-team-design.com/wp-content/uploads/2011/09/login-sprite.png') no-repeat  right top; 
   background-position: 5px -55px !important;
   -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
}
.iconUsername
{
   background: #fff url('http://www.red-team-design.com/wp-content/uploads/2011/09/login-sprite.png') no-repeat  right top; 
   background-position: 5px -5px !important; 
   -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
 }
.demoFocus
{
    color:#dddddd;
    border:1px solid #01618f;
}


.demoBlur
{
    color:#808080;
    border:1px solid #a8a8a8;
}

.demoNotEqualToDefault
{
    color:#535353;
    border:1px solid #a8a8a8;
}

.demoKeydown
{
    color:#535353;
    border:1px solid #a8a8a8;
}
.div_login
{
    padding-top:0px;
    padding-bottom:20px;
    padding-right:0px;
    padding-left:0px;
    text-align:center;
    border :1px solid #a8a8a8;
    background:#EFECEA;
    width:635px;
    height:370px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    
    }
    
