body, td, div, span, h1, h2, h3, h4, h5, h6, td, th {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#content {
	padding: 10px;
}

.errorbox {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

fieldset label {
	margin: 2px 5px 0 0;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
}

fieldset span {
	clear: both;
	display: block;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	margin-bottom: 6px;
	color: #006;
}

#header {
	background: #ddd url(header_bg.gif);
	border-bottom: 1px solid #ccc;
	padding: 12px;
}

#header h1 {
	font-size: 16px;
	font-weight: normal;
	color: #69C;
}


.msgs {
	border: 1px solid #f9f9f9;
	background: #ffc;
	padding: 1em;
}

.scaffold-form label {
	display: block;
	font-weight: bold;
}

.tab {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}

.tab even td {
	padding: 4px;
	background: #eee;
}

.tab td {
	padding: 4px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}

.tab tfoot,
.tab .submit td {
	background: #f9f9f9;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.tab th {
	padding: 6px;
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#tabs {
	background: #69c url(tabs.gif);
	height: 20px;
	color: #000;
	border-top: 2px solid #69c;
	border-bottom: 1px solid #000;
	padding-left:25px;
}

#tabs li {
	display: inline;
}

#tabs a {
	text-transform: capitalize;
	color: #fff;
	padding: 10px;
}

ul.subtabs {
	border-bottom: 1px solid #eee;
	margin: 1em 0;
	padding: 0 0 5px 0;
}

.subtabs li {
	display: inline;
	padding: 5px 15px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin: 0 10px 0 10px;
}

.subtabs li.active {
	background: #fff;
}

.subtabs li.inactive {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
}

.w-text, 
.w-textarea {
	width: 350px;
}
