

/*

select {
	border: 1px solid black;
	background-image: none; 
	width: 202px;
}

input {
	width: 200px;
	border: 1px solid black;
	background-color: white;
	background-image: none; 
}
input:focus {
	border: 1px solid grey;
}

input[type="submit"] {
	border: 1px solid black;
	background-color: white;  
	background-image: none; 
	width: 100px;

}

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


input[type="text"]:focus {
	border: 1px solid grey;
}

textarea {
	border: 1px solid black;
	background-color: white;  
	background-image: none; 
	position: relative;
	width: 100%;
	height: 80px;
}

textarea:focus {
	border: 1px solid grey;
}

*/



