/* @group forms */

label {
	width: 10em;  
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

select {
	border: 1px solid #B2B019;
	background-color: white;  
	background-image: none; 
}

fieldset{
	border: 1px solid white;
	width: 300px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 10px;
	padding-bottom: 10px;

}

input {
	margin-left: 10px;
	border: 1px solid black;
	background-color: white;  
	background-image: none;
	width: 40px;
}

input[type="submit"] {
	border: 1px solid #B2B019;
	background-color: white;  
	background-image: none; 
}

input[type="text"] {
	border: 1px solid #B2B019;
	background-color: white;  
	background-image: none; 
}

input[type="text"]:focus {
	border: 1px solid black;
	background-color: white;  
	background-image: none; 
}

textarea {
	border: 1px solid #B2B019;
	background-color: white;  
	background-image: none; 
	width: 268px;
	height: 80px;
}

textarea:focus {
	border: 1px solid black;
	background-color: white;  
	background-image: none; 
	width: 270px;
	height: 80px;
}

/* @end */