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

input, select {
	width: 200px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

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

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

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




.submit_button {
	width: 89px;
	height: 25px;
	/*padding-top: 0;*/
	margin: 0;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	outline: none;
}

.submit_button:hover {
	cursor: pointer;
	cursor: hand;
}





.search_item {
	width: 120px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.search_button {
	/*width: 75px;*/
	width: auto;
	/*line-height: 12px;*/
	border: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	font-size: 90%;
	outline: none;
	cursor: pointer;
	cursor: hand;
}