/* CSS Document */

/* INPUT */

#searchField {
	float: left;
	padding: 1px 5px 3px 5px;
	margin: 5px 0 0 5px;
	background: url(../images/structural/roundfield.gif) no-repeat;
	width: 127px !important;
 	width /**/: 137px;
	height: 18px !important;
 	height /**/: 22px;
	}
	
#searchButton {
	margin: 4px 0 0 5px;
	float: left;
	}

#cntnt01searchinput {
	background: #fff;
	border: 0;
	font-size: 0.9em;
	color: #606c4c;
	margin: 1px 0 0 0;
	width: 120px;
	}
	
.input {
	background: #fff;
	border: 1px solid #e0e3dc;
	font-size: 1em;
	color: #606c4c;
	padding: 3px;
	margin: 0 0 10px 0;
	}
	
.inputArea {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #e0e3dc;
	font-size: 1em;
	color: #606c4c;
	padding: 3px;
	margin: 0 0 10px 0;
	}
	
.inputButton {
	background: #fff;
	border: 2px solid #e0e3dc;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	margin: 0 0 10px 0;
	}
	
label {
	display: block;
	font-weight: bold;
	}