
.adPostListings {
	
}
.adPostListings li {
	display: block;
	width: 100%;
}
.adPostListings li .title {
	color: #666;
	font-weight: bold;
	font-style: italic;
}
.adPostListings li .price {
	color: #000;
	font-weight: bold;
}
.adPostListings li .price:before {
	content: "$";
}
#adPostForm .fieldSet,
#adPostForm .fieldSet label,
#adPostForm .fieldSet select,
#adPostForm .fieldSet input[type="text"] {
	width: 100%;
	float: left;
}

.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
	min-height: 220px;
}

