.module_placeholder
{
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #BDCBE7;
	
	/*font-size: 100%;*/
	text-align: center;
	
	white-space: nowrap;
	
	/* background: url('../../images/module_placeholder.png');*/
}

.error,
.success
{
	font-weight: bold;
}

.error
{
	color: red;
}

.success
{
	color: green;
}

.required
{
	color: red;
}