form {
	clear: both;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 80%;
	border:none;
}

input[type=text] {
	border: 1px solid #D6F5FC;
}

textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 80%;
}

select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	background: #D6F5FC;
	border:none;
	color:#00557A;
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	cursor: pointer;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-weight:bold;
}

input[type=submit]:hover{
color:#ffffff;
}


#search-box input{
background:#fffff2;
margin:4px 0px 0px 0px;
width:200px; 
font-size: 12px;
border: 0 none;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#search-box input:focus, textarea:focus {
background: #fff;
}

#search-button input{
display:inline-block;
border: 0 none;
background: url('images/search-button.png')top left no-repeat;
width: 64px;
cursor: pointer;
vertical-align:middle;
letter-spacing:0px;
height:21px;
margin:3px 0px 0px 0px;
padding:0px;
}

#search-button input:hover{
background-position: bottom left;
}




