img{
    border:0px;
}
*
{
        font: 13px Tahoma,verdana, Arial, sans serif;
}
label{
   color:#4468a3;
   font-size:14px;
}
a{
   color:#4468a3;
   text-decoration:none;
   cursor:pointer;
}

a:hover{
   text-decoration:underline;
   cursor:pointer;
}
.a1{
   color:#ffffff;
   text-decoration:none;
   cursor:pointer;
}

.a1:hover{
   color:#DDDDDD;
   text-decoration:none;
   cursor:pointer;
}

input,textarea,select{
    font: 14px Tahoma,verdana, Arial, sans serif;    
    border:1px solid #959595;
    background-color: #FAFAFA;
    outline:none;
    margin:0;
    -moz-box-shadow: 0 0 2px #959595;
    box-shadow: 0 0 2px #959595;
    -webkit-box-shadow: 0 0 2px #959595;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
}
input{
    width:180px;
    height:19px;
}
textarea{
    height:100px;
    width:300px;
}
select
{
        font: 14px Tahoma,verdana, Arial, sans serif;
        color:#000000;
        width:180px;
        height:23px;
        line-height:23px;
}
fieldset{
    border:none;
    border-top:1px solid #6fa0df;

    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
}
.divset{
        margin:10px 10px 0px 0px;
}
legend {
    text-transform:uppercase;
    background:#EBEBEB;
    border:1px solid #4468a3;
    color:#4468a3;
    padding:2px;    
    -moz-box-shadow: 0 0 2px #959595;
    box-shadow: 0 0 2px #959595;
    -webkit-box-shadow: 0 0 2px #959595;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
}
.checkbox , .radio{
        width:15px;
        height:15px;
        border-style:none;
        margin:0px;
        padding:0px;
}
/*##################################*/
.elementbutton{                /*this class is set the default state for buttons and submit in all forms and it is used by Validate.js to set the buttons dynamiclly*/
  background:#e0e0e0 url('../images/template/button.gif')  repeat-x 0 0;
  border:1px solid #808080;
  color:#666666;
  height:23px;
  width:auto;
  cursor:pointer;
  clear:both;
  margin:0px;
}
.elementbuttonover{        /*this class is set for buttons and submit on mouseover in all forms and it is used by Validate.js to set the buttons dynamiclly*/
  background:#8baad6 url('../images/template/button_o.gif') repeat-x 0 0;
  border:1px solid #375583;
  color:#2c4469;
  height:23px;
  width:auto;
  cursor:pointer;
  clear:both;
  margin:0px;
}

.elementbuttondisabled{                /*this class is set the default state for buttons and submit in all forms and it is used by Validate.js to set the buttons dynamiclly*/
  background:#e0e0e0;
  border:1px solid #CACACA;
  color:#B7B7B7;
  height:23px;
  width:auto;
  cursor:pointer;
  clear:both;
  margin:0px;
}
/*==============================================================================================================*/

.focusimg{        /*set the focus in choose in menu */
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
  cursor:pointer;
}

.blurimg{ /*set the focus in choose in menu */
  -moz-opacity:1;
  opacity:1;
  filter:alpha(opacity=100);
  cursor:pointer;
}
