/* Formular */
#form
{
  margin-left:20px;
/*   awidth:380px;  */
  color:#000;
/*   xfont-size:0.8em;  */
}

#form br
{
  clear:both;
}

#form .label
{
  float:left;
  padding:0;
  margin:0;
  color:#333;
  padding:1px;
  margin-bottom:5px;
  width:100px;
   border:0px solid red;
}

#form .input
{
/*   jfloat:left;  */
  padding:0;
  margin:0;
  margin-bottom:4px;
  float:left;
  width:240px;       /*  border:1px transparent red;  */
  height:23px;

}
#form .input-2
{
  float:left;
  padding:0;
  margin:0;
  width:280px;
  height:120px;
  /* border:1px solid red; */
}
#form .input input
{
   background-color:#EEE;
   /* background-color:transparent;    */
/*    gfloat:left;   */
   color:#333;
   padding:2px;
   width:200px;

   font-size:95%;
   border-bottom:2px solid #787878;
   border-left:1px solid #17B785;
   border-top:1px solid #17B785;
   border-right:2px solid #787878;

}




#form .input-2 textarea
{

   background-color:#EEE;
   /* background-color:transparent;     */
   color:#333;
   font-size:1em;
   padding:2px;
   width:320px;
   height:100px;
   font-family:arial, helvetica, sans-serif;
   border-bottom:2px solid #787878;
   border-left:1px solid #17B785;
   border-top:1px solid #17B785;
   border-right:2px solid #787878;


}

#form .input .radio
{
  margin:2px;
  width:16px;
  border:0;
  color:#333;
}



#form .button-box
{
  text-align:right;
  color:#333;
  padding:2px;
  width:400px;
  border:0px solid #787878;
}


#form .button-box .button
{
  padding:3px;
  color:#EEE;

  border-bottom:1px solid #787878;
  border-left:1px solid #787878;
  border-top:1px solid #787878;
  border-right:1px solid #787878;
}

#form .button-box .button:hover
{

  background-repeat:no-repeat;
  background-position:2px;
  padding-left:20px;
}
#form .txt
{
  color:#333;
}

#form .input .error_css
{
   border-bottom:2px solid red;
   border-right:2px solid red;
}
#form .input-2 .error_css
{
   border-bottom:2px solid red;
   border-right:2px solid red;
}