/* Default styles */
html
{
	font-family: Arial;
	font-size: 12px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../assets/images/back.png);
	background-repeat: repeat-x;
}


/* Default look for all buttons, this can be used to change them into text links or image buttons, do not need to edit XSL. */
input.button
{
	
}

input.required
{
	background-color: #FF0000;
	color: #FFFFFF;
}

div.buttonBar
{
	margin: 4px;
	padding: 4px;
	text-align: right;
}