#request-table th {
	text-align: left;
	font-size: 1.1em;
	padding: 1em 0 0.5em 0;
}

.request-required-field {
	font-weight: bold;
}

div#message-dialog {
	border: 1px solid #fff;
	padding: 1em;
	color: Red;
}

#request-wrapper a {
	color: #CCCCCC;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
}

#request-wrapper a:hover {
	color: #999999;
	border-bottom-color: #999999;
}
