form button {
	cursor:pointer;
	display:block;
	font-size:1em;
	height:2em;
	line-height:1.5em;
	margin:0.8em 0 0;
	*margin:1.75em 0 0;
	padding:0 0.5em;
}
form fieldset {
	border:0;
	margin:0 0 1.5em;
	position:relative;
	padding:1.5em 0 0;
}
form fieldset fieldset {
	clear:both;
	margin:0 0 1.5em;
	padding:0 0 0 1.5em;
}
form input {
	border:1px solid #ccc;
	border-bottom-color:#eee;
	border-right-color:#eee;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:1em;
	height:2.25em;
margin:0 0 0.75em;
	*height:1.5em;
	line-height:1.5em;
	padding:0.29em 0;
	width:100%;
}
form input[type=file] {
	height:2.25em;
	padding:0;
}

form #submitbutton {
	height: 40px;
}

form textarea {
	border:1px solid #ccc;
	border-bottom-color:#eee;
	border-right-color:#eee;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	padding:0.29em 0;
	width:100%;
	height: 150px;
}

form optgroup {
	font-weight:700;
	font-style:normal;
	text-indent:0.2em;
}
form optgroup + optgroup {
	margin-top:1em;
}
form option {
	font-size:1em;
	height:1.5em;
	padding:0;
	text-indent:1em;
}
form label {
	cursor:pointer;
	display:block;
	height:1.5em;
	*height:auto;
	*line-height:1.4em;
	margin:0;
	padding:0;
	width:100%;
}
form label input {
	background:0;
	border:0;
	height:1em;
	*height:1.5em;
	line-height:1.5em;
	margin:0 0.5em 0 0;
	padding:0;
	width:auto;
}
form legend {
	font-size:1.1666em;
	font-weight:700;
	left:0;
	margin:0;
	padding:0;
}

form #jumpMenu {
	width: 200px;
	font-size: 11px;
	color: #727272;
	
}

form #jumpMenu option {
	display: block;
	padding-left: 10px;
	
}




form #jumpMenu .jump-menu-heading {
	margin-left: -10px;
	font-weight: bold;
}

form #jumpMenu .jumpmenu-select {
	font-weight: normal; 
}
