/* Styles for table borders to look like coupons */

.dottedBorder {
	border: thin dotted;
	border-color: #000000;
}

.dashedBorder {
	border: thin dashed;
	border-color: #000000;
}

.p_yel {
	color: #FCCC00;
	font-weight: 700;
}
.p_red {
	color: #FE0000;
	font-weight: 700;
}
.p_blu {
	color: #68CCFF;
	font-weight: 700;
}

.gallerySubmitButton {
	background-image: url('/images/000/button_submit_empty.gif');
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	cursor: pointer;
	padding-left: 23px;
}

.gallerySubmitFont {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}

