body
{
	font-family: "Calibri", "Tahoma", "Arial";
	color: #000000;
	background: #ffffff;
}

p
{
}

table
{
	border: 1px solid #7f7f3f;
	border-collapse: collapse;
}

#cssrawcontents
{
	border: 1px solid #7f7f3f;
	padding: 4px;
	background: #ffffcf;
}

#csscontentswrapper
{
	float: left;
	width: 49%;
}

#csscontents, #cssrawcontents, #currule, #newrule
{
	width: 100%;
}

#formswrapper
{
	float: right;
	width: 50%;
}

th
{
	background: #efefaf;
}

th, td
{
	padding: 2px;
	vertical-align: top;
}

.selectortext
{
	background: #ffffcf;
}

.label
{
	width: 100px;
	font-weight: bold;
}

#selector, #newselector, #rule, #newruletext
{
	width: 90%;
}

.stylesheetlink
{
}

#csstable
{
}

#cssraw
{
	display: none;
}

