/* Tables used on comment.php and option/setting pages */
.wrap{width:100% !important; max-width:98%;}
.form-table {
	border-collapse: collapse;
	margin: auto;
	margin-top: 0.5em;
	width: 100%;
	margin-bottom: -8px;
	clear: both;
}

.form-table td,
#wpbody-content .describe td {
	margin-bottom: 9px;
	padding: 4px 10px 12px;
	line-height: 20px;
	font-size: 11px;
	background-color:#F9F9F9;
}

.form-table th,
.form-wrap label {
	font-weight: normal;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
	background-color:#F9F9F9;
}

.form-table th,
#wpbody-content .describe th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	width: 200px;
}

.form-table th.th-full {
	width: auto;
}

.form-table input,
.form-table textarea,
#wpbody-content .describe input,
#wpbody-content .describe textarea {
	border-width: 1px;
	border-style: solid;
}

.form-table div.color-option {
	display: block;
	clear: both;
	margin-top: 12px;
}

.form-table input.tog {
	margin-top: 2px;
	margin-right: 2px;
	float: left;
}

.form-table table.color-palette {
	vertical-align: bottom;
	float: left;
	margin: -8px 3px 8px;
}

.form-table .color-palette td {
	border-width: 1px 1px 0;
	border-stile: solid solid none;
	height: 10px;
	line-height: 20px;
	width: 10px;
}

textarea.large-text {
	width: 99%;
}

.form-table input.regular-text {
	width: 325px;
}

.form-table input.small-text {
	width: 50px;
}

.updated, .error {
	max-width:100%;
}
.readme_content{
	font-family:'Courier New', Courier, monospace;
	font-size:12px;
}
.readme_menu{
	font-size:12px;
}
fieldset{border:solid 0px;}
