@import url("tourism.css");

div#center .text {padding: 10px 0 10px 0;}

form .select, form .title, form table#information {margin-left: 7%;}

form .title {
	padding-top: 10px;
}
form .title label {
	font-weight: bold;
}

form table#information {
	margin-top: 10px;
	width: 85%;
}

* html form table#information {
	font-size: 0.9em;
	width: auto;
}

form table#information td input, form table#information td select {width: 200px;}
form table#information td textarea {
	width: 91%;
	height: 100px;
}

* html form table#information td textarea {
	width: 400px;
}

#docSection h1 {
	display: none;
}

form #button {
	border: 1px solid #cc0001;
	font-family: Verdana,Arial,cursive;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #990000;
	color: #ffffff;
	width: 80px;
	height: 18px;
	padding-bottom: 2px;
	/*
	margin-left: 7%;
	
	*/
}

* html form #button {
	width: 80px;
}

#commands_zip {text-transform: uppercase;}

.select input.info, form .title input {
	background: transparent;
	border: none;
}
