/* Selectors required for pre-WordPress 2.5 */

.form-table {
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%;
	color: #333;
}

.form-table tr {
	background-color: #eaf3fa;
}

.form-table td {
	margin-bottom: 9px;
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-color: #fff;
}

.form-table th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	width: 150px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-color: #fff;
}

.form-table th.th-full {
	width: auto;
}

.form-table input, .form-table textarea {
	border-width: 1px;
	border-style: solid;
}

.form-table div.color-option {
	display: block;
	clear: both;
}

.form-table input.tog {
	margin-top: 2px;
	margin-right: 2px;
	float: left;
}

.form-table table.color-palette {
	vertical-align: bottom;
	float: left;
	margin: -3px 3px 8px;
}

.form-table .color-palette td {
	border-bottom: none;
	border: 1px solid #fff;
	font-size: 1px;
	line-height: 1px;
}

#disqus_warning{ background-color:#ff0000; }
