
/* ------------- Form -----------------*/
/*Form */

.form
{
      direction:rtl;
      width:410px;
margin-right:40px;


}

.formalert
{
     color:#ac082b;
      padding-bottom:15px;       
      font-weight: bold;
}

.formlabel
{
      float: right;     
      width:150px;

     font-family:Arial;
font-size:12px; 
font-weight:normal;
}
.formparameter
{
      clear: both;

     
}
.formparameter
{
      direction:rtl;
}
.forminput
{
   float: right;
   
    padding:3px;  

     
}

.forminputtext
{


}
.forminputselect{
float:right;
margin-right:40px;
width:145px;
height:20px;
color:#2d4d19;

}

.formsection
{
      
      font-weight: bold;
      text-decoration:underline;
      padding-bottom:20px; 
}
.forminputalert
{
      color:#ac082b;
      font-weight: bold;
}
.formsubmit
{
white-space: nowrap;

}
.formsubmitdiv
{
   padding-top:30px;

    margin-bottom:15px;
    cursor:hand;
    height:19px;
float:right;
}

