/* CSS Document */
form#frm {
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px;
}

form#frm h2 {	
	font-family: Tahoma;
	font-size: 19px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #F2FFF0;
}

form#frm th {	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #F2FFF0;
	padding: 5px;
	text-align: right;
}

form#frm td {
	color: #F2FFF0;
}

form#frm .error {
	font-family: Arial;
	font-size: 12px;
	color: #FEF9A8;
	font-weight: bold;
}

form#frm .label {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

form#frm input.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #333355;
	border: 1px solid #666666;
	background-color: #F3F8FD;
	padding: 2px;
}

form#frm input.button {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	color: #333355;
}

form#frm select.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #333355;
	border: 1px solid #666666;
	background-color: #F3F8FD;
	padding: 2px;
}

form#frm textarea.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #333355;
	border: 1px solid #666666;
	background-color: #F3F8FD;
	padding: 2px;
}