/*
 * Version: $Revision: 1.5 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

BODY
{
	background-color: white;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
    color               : #333;
}

A
{
	color: #f89a1c;
	outline: none;
}

HR
{
	height: 0;
	border: 0;
	border-bottom: 1px solid #7c4f0e;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

INPUT.Required, SELECT.Required, TEXTAREA.Required
{
	background-color: white;
}

INPUT.Submit
{
	background-color: #f89a1c;
	color: white;
	font-weight: bold;
	margin-top: 10px;
}