

	

input.textfield, textarea, select {

	/* width: 200px; */

	padding: 4px;
	height:30px;

	border: 2px solid #ddd;

	color: #777;

	background: #f9f9f9;

	font-size: 125%;

	font-family: Arial, Verdana, sans-serif;

	font-weight: bold;

	}

	

input.textfield:focus, textarea:focus, select:focus {

	border: 2px solid #9fd2ff;
	padding: 4px;
	
	height:30px;

	color: #333;

	font-weight: bold;

	}
