.CPMFormButtonRed {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}
.CPMFormButtonRed:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
.CPMFormButtonRed:active {
	position:relative;
	top:1px;
}

.CPMRedButton01 {
	-moz-box-shadow:inset 0px 1px 5px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 5px 0px #ffffff;
	box-shadow:inset 0px 1px 5px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b32018), color-stop(1, #741513) );
	background:-moz-linear-gradient( center top, #b32018 5%, #741513 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b32018', endColorstr='#741513');
	background-color:#b32018;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #661c66;
	display:inline-block;
	color:#fafafa;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:3px 3px 3px #3d0b3d;
}.CPMRedButton01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #741513), color-stop(1, #b32018) );
	background:-moz-linear-gradient( center top, #741513 5%, #b32018 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#741513', endColorstr='#b32018');
	text-decoration:none;
	background-color:#741513;
}.CPMRedButton01:active {
	position:relative;
	text-decoration:none;
	top:1px;
}
.CPMBlueButton01 {
	-moz-box-shadow:inset 0px 1px 5px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 5px 0px #ffffff;
	box-shadow:inset 0px 1px 5px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5769e0), color-stop(1, #131b73) );
	background:-moz-linear-gradient( center top, #5769e0 5%, #131b73 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5769e0', endColorstr='#131b73');
	background-color:#5769e0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #661c66;
	display:inline-block;
	color:#fafafa;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:3px 3px 3px #3d0b3d;
}.CPMBlueButton01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #131b73), color-stop(1, #5769e0) );
	background:-moz-linear-gradient( center top, #131b73 5%, #5769e0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#131b73', endColorstr='#5769e0');
	background-color:#131b73;
}.CPMBlueButton01:active {
	position:relative;
	top:1px;
}