.formlayout
	{position:relative; border-color: #ffffff;
         background-color	: #ffffff;
         border-style: solid; 
         border-top-width: 0px; 
         border-bottom-width: 0px; 
         border-left-width: 0px; 
         border-right-width: 0px; 
         padding:10px;        
         
	}


#issue fieldset { padding:1.0em; 
			margin-bottom:20px;
                   border: 1px solid #777;
                   max-width: 560px;                   
                 }


#issue legend {font-size:1em;font-weight:bold;margin-bottom:0.5em; }

#issue fieldset label {
	text-align:left;
        font-weight: normal;
	margin:0.80em 0;
	background-color:#fff;	        
}


#issue input {
	text-align:left;
	padding:0% 0% 0% 0%;
        background-color:#fff;
}


#issue select {
 	width:15em;	
	text-align:left;
	padding:0% 0% 0% 0%;
        background-color:#fff;
}

#issue textarea {
	width:100%;
	height:10em;
}

#issue #submit {
	float:none;
	width:auto;
	text-align:center;
        background-color:#ddd;
	margin:0.80em;
        border-style: outset;
}
