.addButton{
	width:60px;
	margin-left:5px;
	border:1px solid #B4A976;
	background:#E3DAAF url(/mskcc_resources/images/forms/buttons/yellow.gif) repeat-x bottom;
	font-size:8pt;
	font-weight:bold;
	color:#84762D;
}

.removeButton{
	width:60px;
	margin-left:5px;
	border:1px solid #A47676;
	background:#EFD4D4 url(/mskcc_resources/images/forms/buttons/red.gif) repeat-x bottom;
	font-size:8pt;
	font-weight:bold;
	color:#712323;
}

.submit {
	display:inline-block;
	color:#718DBB;
	font-weight:bold;
	text-decoration:none;
	padding-right:18px;
	background:url(/mskcc_resources/images/forms/submit.gif) no-repeat right center;
}

