form.postify {
	display: inline;
	margin: 0;
}

img, div {
	behavior: url(images/iepngfix.htc);
}


/* Library */

.library {
	font-size: 11px;
}

.library h3 {
	margin: 3px;
}

.library #addbutton {
	margin-bottom: 4px;
	padding: 1px;
	background: #00AA00;
	border: 1px solid #005500;
	border-left-width: 0;
	border-right-width: 0;
}

.library .icon {
	width: 20px;
	height: 20px;
}

.library #add {
	padding: 4px;
	background: #a8ff8f;
}

.chooser {
	margin: 0 0 2px 0;
	font-size: 15px;
}

.libraryframe {

}

.library h3 {
	text-align: center;
}

.library #select_id {
	margin: 6px;
}

.library form {
	margin: 0;
}


/* File Well */

.filewell {
	font-weight: bold;
	width: 314px;
	border: 2px inset white;
	background: rgba(255,255,255,0.4);
	margin: 10px 0;
	padding: 3px;
}

/* Misc */

a:link img {
	border: none;
}


/* CMS submenus */

.cmssubmenu {
	position: absolute;
	background-color: #1a1a1a;
	
	line-height: 1.7em;
	margin-top: 8px;
	overflow: hidden;
}

.cmssubmenu ul {
	list-style: none;
	padding: 0;
	margin: 8px;
}

.cmssubmenu a:link, .cmssubmenu a:visited {
	color: white;
}



/* Forms */

fieldset {
	overflow: hidden;
}

.field_accessory {
	float: right;
}

.field_accessory img {
	max-width: 200px;
	height: auto;
}

.form_field_wrapper {
	clear: both;
}