#jumpmenu {
	float: left;

	background-color: transparent;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 240px;
	}

#jumpmenu fieldset {
	width: 200px;
	background-color: #fff;
	border: solid 0 #f00;
	margin: 0;
	padding: 0;
}
#jumpmenu legend {
	font-size: 10px;
	color: #f00;
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	border: solid 1px #f00;
	display: none;
}
#jumpmenu .stroke1 {
	width: 100%;
	background-color: #eee;
	margin: 0;
	padding: 5px 0;
	float: left;
	clear: left;
	border: solid 0 #f00;
}
#jumpmenu label {
	font-size: 9px;
	background-color: transparent;
	float: left;
	width: 70px;
	margin: 2px 8px;
	padding: 0;
	text-align: right;
	float: left;
	border: solid 0 #ff0000;
}
#jumpmenu input {
	font-size: 10px;
	line-height: 10px;
	width: 50%;

	height: 10px;
	margin: 0;
	padding: 2px;
	background-color: #fff;
	border: solid 1px #ccc;
	float: left;
}
#jumpmenu textarea {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 10px;
	line-height: 10px;
	width: 50%;
	height: 60px;
	margin: 0;
	padding: 2px;
	background-color: #fff;
	border: solid 1px #ccc;
	float: left;
}
#jumpmenu select {
	font-size: 10px;
	width: 180px;
	clear: left;
	line-height: 12px;
	margin: 10px 15px;
	padding: 0;
	background-color: #fff;
	border: solid 1px #ccc;
	float: left;
} 

* html #jumpmenu select {
	height: 20px;
}





#jumpmenu .stroke2 {
	width: 100%;
	background-color: #ddd;
	margin: 0;
	padding: 5px 0;
	float: left;
	clear: left;
	border: solid 0 #ff0000;
}
#jumpmenu .button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	background-color: #fff;
	border: solid 1px #ccc;
	float: left;
}
#jumpmenu .checkbox {
	float: left;
	height: 12px;
	width: 12px;
}
#jumpmenu .radiobutton {
	float: left;
	height: 12px;
	width: 12px;
}
#jumpmenu .validationmessage {
	font-size: 10px;
	color: #cff;
	line-height: 12px;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	border: solid 0 #ccc;
	font-style: normal;
}
#jumpmenu .small {
	width: 40px;
}
#jumpmenu .float_left {
	float: left;
	}
