.postbox {
	float: left;
}
.postbox h4 {
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	clear: both;
}
.postbox p {
	float: left;
	margin: 0 0 10px 10px;
	padding-right: 10px;
	clear: both;
}
.postbox input {
	display: block;
	float: left;
	clear: both;
	margin-left: 10px;
}
.author_list {
	width: 550px;
	min-height: 50px;
	float: left;
	padding: 10px;
	margin: 0 10px;
	background: #f9f9f9;
	border: 1px solid #DFDFDF;
}	

.author_list li {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 2px;
	cursor: move;
}

#aa_save {
	float: right;
	clear: both;
	margin: 10px 15px 10px 0;
}
