fieldset {
	border: solid 1px #92cc39;
	margin: 10px 0;	
	padding: 10px 5px;	
	position: relative;
}

fieldset legend {
	font-weight: normal;
	background: none;
	line-height: 11px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	position: absolute;
	top: -8px;
	background: #fdfff9;	
	left: 10px;
	color: #333333;
}



fieldset input {
	width: 300px;
	background: white;
	border: solid 1px #92cc39; 
}

fieldset textarea {
	width: 98%;
	height: 100px;
	background: white;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	border: solid 1px #92cc39;
}

fieldset .button input {
	width: auto;
	border: solid 1px #629c39;	
	padding: 0 30px;
	cursor: pointer;
	background: #92cc39;
	font-weight: bold;
	color: white; 
}

label span {
	color: #aa0000;	
}

fieldset input {
	font-size: 11px;
}

fieldset .width1 input {
	width: 10%;
}

fieldset .width2 input {
	width: 20%;
}

fieldset .width3 input {
	width: 30%;
}

fieldset .width4 input {
	width: 40%;
}

fieldset .width5 input {
	width: 50%;
}

fieldset .width6 input {
	width: 60%;
}

fieldset .width7 input {
	width: 70%;
}

fieldset .width8 input {
	width: 80%;
}

fieldset .width9 input {
	width: 90%;
}

fieldset select {
	background: white;
	font-size: 11px;
	border: solid 1px #92cc39;
}

fieldset .multiselect {
	background: white;
	border: solid 1px #92cc39;
	width: 50%;
}

input.search_word {
	width: 30% !important;
	border-top: none !important;
	display:  block;
	padding: 1px 3px 2px 3px !important;
	font-size: 10px;
}

fieldset a.remove_link {
	color: #880000;
}

fieldset a.edit_link {
	color: #009900;
}

fieldset ul {
	margin: 0;
	padding: 0;
	display: block;
}

fieldset ul li {
	display: block;
	padding-bottom: 6px;	
}

fieldset ul li label {
	display: block;	
	padding-bottom: 3px;
}

fieldset ul li label span {
	margin-left: 2px;
}


ul.errors {
	margin: 2px 0 6px 0px;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}

ul.errors li {
	margin: 2px 0 2px 15px;
	padding: 0;
	color: #aa0000;
}

fieldset input[type=file] {
	width: 35%;	
}

fieldset input[type=checkbox], fieldset .checkbox input {
	width: auto;
}

fieldset .button button {
	width: auto;
	border: solid 1px #629c39;	
	padding: 0 30px;
	cursor: pointer;
	background: #92cc39;
	font-weight: bold;
	color: white; 
}

fieldset .search_word {
	background: url(/image/panel/icon/search_small.gif) no-repeat #fff 2px 2px;
	padding-left: 18px !important;
}


fieldset .checkbox input {
	display: inline;
	border: none;
}
