/* Form
----------------------------------------------- */

#form_search {
	padding: 20px;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	width:256px;
}

#searchheading {
	background:#eee;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	width: 276px;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}

.searchjumpmenu {
	width: 256px;
	background: #fff;
	border:1px solid #e3e3e3;
}

.adminimgs {
	width: 249px;
	height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.adminjumpmenu {
	width: 249px;
	height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.adminjumpmenu200 {
	width: 200px;
	height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.titlejumpmenu {
	width: 60px;
	height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.error {
	color: #F00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.highlight {
	color: #00A85B;
}

.buttons {
	background: #e3e3e3;
	color:#000000;
	border: 1px solid #e3e3e3;
	padding: 5px;
}

.multi {
	width: 330px;
	height: 150px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

#warning {
	width: 401px;
	clear: both;
	padding: 10px;
	border: 1px solid #FFCC00;
	margin: 0px 0 20px 0;
	background: #FFFFCC;
}

#formheading {
	background:#eee;
	padding: 10px;
	width: 426px;
}

.form1a {
	width: 200px;
	height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
	float: left;
}

.form1b {
	width: 200px;
	height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
	float:right;
}

.formtext {
	width: 440px;
	height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.formjumpmenu {
	width: 200px;
	height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

#padding {
padding: 30px;
}

.formcomments {
	width: 442px;
	height: 150px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.formcomments2 {
	width: 420px;
	height: 75px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.formcomments3 {
	width: 420px;
	height: 300px;
	background: #fff;
	border: 1px solid #e3e3e3;
}

#adminwarning {
	background:#FFFFCC;
	padding: 10px;
	border: 1px solid #eee;
}


/*--------------------------------------- Misc */

#left {
float: left;
width: 200px;

}

#right {
float: right;
width: 200px;
}

#both {
	clear:both;
	float:none;
	position:relative;
	padding-bottom: 20px;
}

#nofloat {
	float:none;
}