
#fg_orderform input[type="text"]:focus,
#fg_orderform textarea:focus, #fg_orderform select:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:normal;
}

#fg_orderform input[type="text"],#fg_orderform textarea,
#fg_orderform input[type="password"], #fg_orderform select
{
  font-family : Arial, Verdana, sans-serif;
  //font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#fg_orderform .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 1.0em;
   color: #900;
   background-color : #ffff00;
}

#fg_orderform .status
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 1.0em;
   color: #900;
   background-color : #66FF33;
}

#fg_orderform fieldset
{
   width: 230px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#fg_orderform #li_19 span
{
width: 100%;
}


#fg_orderform input[type="submit"]
{
   width:300px;
   height:30px;
   padding-left:0px;
}