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

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

.Comment
{
	font-size: 8pt;
	color: gray;
}

.Comment A
{
	color: gray;
}

INPUT.Required, SELECT.Required, TEXTAREA.Required
{
	background-color: white;
	background-image: url(/img/asteriks.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

INPUT.RadioRequired, INPUT.CheckBoxRequired
{
	background-image: none;
}

.LineThrough
{
    text-decoration: line-through;
}

DIV#PopupContent
{
    padding: 10px;
}