a.edit {
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid #333;
	background:#ff9900;
	color:#333;
	margin:10px;
	margin-bottom:20px;
	text-decoration:none;
}

div.edit {
	margin:10px;
}

span.button {
	padding: 0.2em !important;
    padding-left: 48px !important;
    display: block;
    height: auto;
	margin: 0 !important;
}
span.button input {
    margin: 0 !important;
}

.edit #cke_content {margin-bottom:20px;}

.button.small, input[type=submit].small {
	font-size:9px;
	padding: 0 4px 5px 5px;
	margin-bottom: 5px;
	width:auto;
	background-color:#ddd;
}

.edit .treatments li {
	
	list-style:none;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	width:80%;
	color:#fff;
	border:2px solid #666;
	opacity:0.8 !important;

}

.edit .treatments li:hover {
	
	opacity:1 !important;

}

.edit .treatment-table {padding-top:20px;}

#mainLoad textarea,#mainLoad input {
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;

}

textarea.location,textarea.specifications,textarea.med {
	width:98%;
	height:100px;
}

textarea.description {
	width:98%;
	height:300px;
}

input.small {
	width:2em;	
}

input.med {
	width:98%;	
}

input[disabled=disabled],select[disabled=disabled] {
	background:#eee;
}

input.header {
	width:98%;	
}

input.name {
	width:90%;	
}

input.date {
	display:inline;
	margin-bottom:0;	
}

button.ui-datepicker-trigger {
	display:inline;
	margin-bottom:0;	
}

#sortable li {list-style:none;}
#sortable .itemContainer {border:1px dashed #333;}
#sortable,.sortable {cursor:pointer;}

.hidden {display:none !important;}
.inline {display:inline !important;}