form {
	margin:0;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
}

input, select {
	width: 200px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-size: 100%;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
	font-size: 100%;
	width: 300px;
	height: 55px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px 0 0 5px;
}

input.missing, textarea.missing { border: 1px solid #BE001C; }

input.radio {
	border: 0;
	width: auto;
}

.radio_button {
	width: auto;
	outline: none;
	border: 0;
	background-color: transparent;
}


.submit_button {
	width: 89px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
	background-color: transparent;
	border:1px solid #CCCCCC;
	outline: none;
}

.submit_button:hover {
	color: #333333;
	border:1px solid #999999;
}
