.graphic-button {
	display: block;
	width: 179px;
	height: 70px;
	text-align: right;
	margin-top: 0px; /* FF & Safari */
	*margin-top: 10px; /* ie7 */
	-margin-top: 15px; /* ie6 */
}

.open {
	background: url("/resources/dotlrn-ecommerce/open.png") no-repeat 0 0;
}

.closed {
	background: url("/resources/dotlrn-ecommerce/closed.png") no-repeat 0 0;
}

.enroll {
	background: url("/resources/dotlrn-ecommerce/enroll.png") no-repeat 0 0;
}

.pending {
	background: url("/resources/dotlrn-ecommerce/pending.png") no-repeat 0 0;
}

.enrolled {
	background: url("/resources/dotlrn-ecommerce/enrolled.png") no-repeat 0 0;
}


.graphic-button p {
	text-align: left;
	color: #ffffff;
}

.closed p, .open p {
	padding-left: 90px;
	margin-top: 24px;
}

.enroll p {
	padding-left: 80px;
	margin-top: 24px;
}

.enrolled p, .pending p {
	margin-top: 14px;
	padding-left: 70px;
}

.enroll p a:link, .enrolled p, .pending p a:link {
	color: #fff;
}

.enroll p a:hover, .enrolled p, .pending p a:hover  {
	color: #000;
}

.enroll p a:visited, .enrolled p, .pending p a:visited  {
	color: #fff;
}
