.std-checkBoxGroup
{
	overflow: auto;
	height: 150px;
}

.std-checkBoxGroup div
{
	text-indent: -1.6em;
	margin-left: 1.6em;
}

table.std-dataForm
{
	margin: 20px 0;
	width: 100%;
}

table.std-dataForm th
{
	width: 150px;
	text-align: left;
	background-color: #ccc;
	padding: 3px;
}

table.std-dataForm td
{
	background-color: #eee;
	padding: 3px;
}

.input-short-text
{
    width: 100%;
}

.std-form-error
{
	color: red;
	font-weight: bold;
}

#std-statusbar
{
	background-color: #777;
	color: white;
	font-weight: bold;
	font-size: 90%;
	width: 100%;
}

#std-statusbar.status-bad
{
	background-color: red;
}

#std-statusbar.status-good
{
	background-color: green;
}

.std-statusbar-interior
{
	padding: 5px 10px;
}

