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

form#frm h2 {	
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	color: #302E5A;
}

form#frm th {	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #302E5A;
	padding: 5px;
}

form#frm th a {
	text-decoration: none;
	color: #3366CC;	
}

form#frm th a:hover {
	color: #FF6600;
}

form#frm td {
	font-size: 11px;
}

form#frm .error {
	font-family: Arial;
	font-size: 12px;
	color: #CC3300;
	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;
}