@charset "utf-8";

#contact {margin-bottom:1em;}
textarea {width:90%;}
#contact li input[type=text] {max-width:70%;} 
#contact li:nth-child(2) {display:none;}
fieldset {     
	margin:0;
	border:solid 1px #000; 
	border-radius:var(--menu-radius);	
   }
fieldset ul, fieldset li {
	border:0;
   margin:0;
   padding:0;
   list-style:none;
   }
fieldset li {
	clear:both;
	list-style:none;
   padding:10px 0;
   }
fieldset input {float:left;}      

fieldset label {
padding-right:5px;	
   float:left;
   }            

fieldset button {
	border:0;
	margin:1em 0;
   padding:0;
   clear:both;
   width:150px;
   height:31px;
   text-align:center;
   line-height:31px;
   font-size:12px;	
   color:#fff;
   background-color:var(--menu-hover);
   font-weight:bold;
	border-radius:var(--menu-radius);	
   }