table
{
	width: 100%;
	border: 0px;
}

td
{
	vertical-align: top;
}

tr > td:first-child
{
	width: 25%;
	text-align: right;
}

.required
{
	font-weight: bold;
	background: #ffffcc
}

#addMeds
{
	cursor: pointer;
	color: #0000ff;
	text-decoration: underline;
}

.warning
{
	background: url(/images/warning_orange.png) no-repeat 0% 50%;
	padding-left: 20px;
	margin-left: 5px;
	color: #ff0000;
}