/*==============default design==============*/
body 
{
   margin:50px;
   color:#515151;
   font:0.9em  Verdana, Arial, Helvetica, sans-serif;
}

a img{
 border:none;
}
	
label 
{
   /* margin: 0;
   padding:0.2em;
   margin-top:0.5em;
   text-align:right;
   float:left; */
   padding-right: 0.5em;
   text-align: right;
   width:80px;
   float: left;
   
}
	
fieldset 
{
   background-color:transparant;
   border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
   width:100%;
}
	
legend 
{
   /* width:194px;
   color:#000;
   font-size:1.4em;
   padding-left:0.5em;
   position:relative;
   text-transform:uppercase;
   font-weight:bold;
   white-space:pre; */ /* hack: make sure */
}
	
.br 
{
   /* display:none; */
}  
	  
.textfield 
{
   font-family: Verdana;
   font-size: 10px;
   /* font:1.1em  Verdana, Arial, Helvetica, sans-serif;
   color:#333;
   margin:3px;
   height:20px;
   border:solid 1px #000;
   padding: 3px 8px;
   width:70px;
   voice-family: "\"}\""; 
   voice-family:inherit;
   width:200px; */
}
	
textarea 
{
   font:1.1em Verdana, Arial, Helvetica, sans-serif;
   color:#333 ;
   margin:3px;
   height:165px;
   border:solid 1px #000;
   padding: 0 8px;
   width:200px;
   voice-family: "\"}\""; 
   voice-family:inherit;
   width:199px;
}

.submit 
{
   height:15px;
   border:solid 1px #000;
   width:80px;
   font:1.0em Verdana, Arial, Helvetica, sans-serif;
   color:#666;
}

.hidden
{
   display: none;
}

