/*Settings page styles.*/
#custom-type-list { margin: 20px 0; }
#custom-type-list li {
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#f7f7f7;
	max-width: 400px;
	padding: 10px;
	cursor: move;
}
#loading-animation { display: none; }

/* Field styles */
.meta-row {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px;
}
.meta-th {
	display: inline-block;
	float: left;
	width: 25%;
	font-weight: bold;
}
.meta-tr {
	display: inline-block;
	float: right;
	width: 75%;
}
.meta {
	margin-top: 20px;
}
/* Help Page */
.help-page {
	max-width: 60%;
}
