a.fancyPinkButton {
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-bottom: 5px solid #cb0031;
	background: #fb006a; /* Old browsers */
	background: -moz-linear-gradient(top, #d70038 0%, #fb006a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d70038), color-stop(100%,#fb006a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d70038 0%,#fb006a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d70038 0%,#fb006a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d70038 0%,#fb006a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d70038 0%,#fb006a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70038', endColorstr='#fb006a',GradientType=0 ); /* IE6-9 */
	border-radius: 2px 2px 0px 0px;
	display: inline-block;
}

a.greenButton {
	background-color: #5cb71d;
	border: 1px solid #489718;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	color: white;
}

a.blueButton {
	background-color: #0271fa;
	border: 1px solid #0074e4;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	border-radius: 4px;
	color: white;
}

a.pinkButton {
	background-color: #fb006a;
	border: 1px solid #cb0031;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	border-radius: 4px;
	color: white;
}

input.greenButton {
	background-color: #5cb71d;
	border: 1px solid #489718;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	color: white;
}

input.greyButton {
	background-color: #817b74;
	border: 1px solid #6e675f;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	color: white;	
}

p.pAddressBlock {
	border-left: 15px solid #B3A302; 
	padding-left: 10px; 
	margin-top: 15px; 
	margin-bottom: 15px;
}
p.pCentered {
	text-align: center;
}

img.imgMiddle, input.inputMiddle {
	vertical-align: middle;
}

a.linkButton {
	background-color: #E8E6BD;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CFCDA9;
}

div.divErrors {
	border: 1px solid #ff0000;
	padding: 5px;
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textWarning {
	font-weight: bold;
}

.textBad {
	color: #ff0000;
}
.textGood {
	color: #00ff00;
}
.textTiny {
	font-weight: normal;
	font-size: 9px;
}
.textBeta {
	background-color: yellow;
}

.highlight {
	background-color: yellow;
}

.lead {
	font-size: 12pt;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}
