


#newtable, #newtable_2 {
	float: left;

	background: #fff;

	border-radius: 0.5em;
	
	width: 98%;

}

#newtable fieldset, #newtable_2 fieldset {
	border: none;
}
#newtable legend, #newtable_2 legend{
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 1em;
	
}
#newtable ol li, #newtable_2 ol li {
	background: #9EBF6D;
	/*border: 0.1em solid #fbeed5;
	*/
	-moz-border-radius: 0.5em;
	-webkit-border-radius 0.5em;
	border-radius: 0.5em;
	line-height: 2em;
	list-style: none;
	padding: 0.5em 1em;
	margin-bottom: 0.4em;
	margin-left: -4em !important;
	 opacity:0.9;
filter:alpha(opacity=90);
}
#newtable label ,#newtable_2 label{
	float: left;
	font-size: 13px;
	font-weight:bold;
	color:#000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


#newtable button, #newtable_2 button {
	background-color: #F47A20;
	background-image: -moz-linear-gradient(
		#FAA51A,
		#F47A20
	);
	background-image: -webkit-gradient(
		linear, 0 0, 0 100%,
		from(#FAA51A),
		to(#F47A20)
	);
	border: none;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-khtml-border-radius: 2em;
	-webkit-box-shadow: 0 0.1em 0.2em #000000;
	-moz-box-shadow: 0 0.1em 0.2em #000000;
	border-radius: 2em;
	color: #ffffff;
	display: block;
	font: 1.8em "Andale Mono", Courier;
	letter-spacing: 0.2em;
	margin: auto;
	margin-top: 0.5em;
	padding: 0.5em 2em;
	text-shadow: 0 0.1em 0.1em #000000;
	text-transform: uppercase;
	
}


#newtable button.submitbtn, #newtable_2 button.submitbtn{
	float:right;
	margin-right:20px !important;
}
#newtable button.Backbtn{
	float:left;
	margin-right:20px !important;
} 

#newtable button.help, #newtable_2 button.help{
		float:top;
	background-color: #E46A10;
	background-image: -moz-linear-gradient(
		#EA950A,
		#E46A10
	);
	position: relative;
	top: -0.60em;
	float:right;
	background-image: -webkit-gradient(
		linear, 0 0, 0 100%,
		from(#EA950A),
		to(#E46A10)
	);
	border: none;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-khtml-border-radius: 2em;
	-webkit-box-shadow: 0 0.1em 0.2em #000000;
	-moz-box-shadow: 0 0.1em 0.2em #000000;
	border-radius: 2em;
	font: 1em "Andale Mono", Courier;
	letter-spacing: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.75em;
	text-shadow: 0 0.1em 0.1em #000000;
	text-transform: uppercase;
}

#newtable button:hover, #newtable_2 button:hover {
	background-color: #E46A10;
	background-image: -moz-linear-gradient(
		#EA950A,
		#E46A10
	);
	background-image: -webkit-gradient(
		linear, 0 0, 0 100%,
		from(#EA950A),
			to(#E46A10)
	);
	cursor: pointer;
}
#newtable button.help:hover, #newtable_2 button.help:hover {
	background-color: #E46A10;
	background-image: -moz-linear-gradient(
		#EA950A,
		#E46A10
	);
	background-image: -webkit-gradient(
		linear, 0 0, 0 100%,
		from(#EA950A),
		to(#E46A10)
	);
	cursor: pointer;
}
select, select.searchtitle,select#plugin {
			padding:3px;
			margin: 0;
			-webkit-border-radius:4px;
			-moz-border-radius:4px;
			border-radius:4px;

			background: #f8f8f8;
			border:none;
			outline:none;
			display: inline-block;
			-moz-appearance:none;
			appearance:none;
			cursor:pointer;
			color: #000000;
			font-size: 13px;
font-weight:bold;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

			}
