/* Copyright 2005 evenlogic ltd */

.errormsg {
	font-weight: bold;
	color: red;
	}

.label {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: indigo;
	}

.InputTextBox {
	color:#000066;
	background-color:#D9E8E7;
	font-family:tahoma,sans-serif; 
	font-size:11px;
	}

.InputPushButton {
	background: #5F9C99;
	border-bottom: black thin solid;
	border-right: black thin solid;
	border-left: silver thin solid;
	border-top: silver thin solid;
	color: white;
	height: 24px;  /* was 24 */
	text-decoration:none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	padding-bottom:2px;
	cursor: hand
	font-family: Verdana, Arial;
	font-size:10px;  /* was 10 */
	}

p {font-family: "Verdana", sans-serif; font-size: 12px; color: gray;}
h2 {font-family: "Verdana", sans-serif; font-size: 20px; color: gray;}
h3 {font-family: "Verdana", sans-serif; font-size: 16px; color: gray;}
li {font-family: "Verdana", sans-serif; font-size: 12px; color: gray;}