form label {
	float: left;
	width: 130px;
	margin-right: 10px;
}

form p {
	clear: both;
}

form span.error {
	color: #ff0000;
	display: block;
	margin-left: 142px;
}

form #css_content {
	width: 900px;
	height: 700px;
}

form input.text, form textarea {
	width: 210px;
}

form textarea {
	height: 200px;
}

form ul.options {
	padding-bottom: 20px;
}
form ul.options label {
	width: 30px;
}

form ul.options input {
	float: left;
	margin-right: 5px;
	margin-left: 2px;
}

.pagination, .pagination li {
	display: inline;
}

table {
	margin: 20px 0;
}

table tr.odd {
	background: #cac9c9;
}

table td.id, table th.id, table td.sid, table th.sid {
	display: none;
}

table td {
	width: 140px;
}
table td.edit, table td.delete {
	text-align: center;
}

table td.slide-name {
	background: url("../images/resortable.jpg") no-repeat 3px center;
	padding-left: 20px;
}

table iframe { 
  min-height: 400px;
}

#wp-content-wrap {
	margin-bottom: 30px;
}