@import "cmb.css";

div
{
	margin: 5px;
	padding: 5px;
}

#validationError
{
	border: 1px solid red;
}

#postData
{
	border: 2px dashed gray;
}
