.calc {
	width: 90%;
	padding: 20px;
	border: 1px solid #000;
	box-shadow: 0 0 5px #000;
	margin: 40px;
	background: #fff;
	height: auto;
}
.calc span {
	font-size: 10px;
  font-style: italic;
}
.calc hr {
	color: #f0eaea;
  margin-top: 20px;
  margin-bottom: 20px;
	width: 100%;
	float: left;
}
.demo-form h3 {
	margin: 10px 0px 0px 0px;
	color: #008DC1;
  font-size: 16px; 
  clear: left; 
}
.pcc-total {
	font-size: 38px;
	color: #ccc;
}
.pcc-mail-sender, .pcc-mail-send {
	background-color: #008DC1;
	border: 1px solid #1c5500;
	color: #FFFFFF;
	cursor: pointer;
	font: 16px;
	padding: 4px 10px;
	text-align: center;
}
.pcc-mail-sender:hover, .pcc-mail-send:hover {
	background-color: #000;
}
.pcc-mail-sender:active, .pcc-mail-send:active {
	background-color: red;
}
.pcc-email {
	border: 1px solid gray;
	width: 265px;
	padding: 6px;
	background-color: #fff;
	font-size: 14px;
	margin-left: 38px;
}
.pcc-email:focus {
	box-shadow: 0 0 5px gray inset;
	border: 1px solid #000;
}
.pcc-mail-send {
	margin-bottom: 30px;
}
.sata-preview {
	float: right;
  margin-left: 80px;
}
.pcc-content fieldset {
	border: 1px dashed #808080;
	margin-top: 10px;
	padding-top: 5px;
}
.pcc-content legend {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	padding: 0 10px;
}
.dbug {
	top: 140px;
	font: 11px;
	padding-left: 20%;
	position: fixed;
	text-align: center;
	z-index: 9999;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.dbg {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	z-index: 999;
}
.dbugcenter {
	background-color: #fff;
	border: 1px solid black;
}
.dbugbox {
	background: #fff;
	box-shadow: 0 0 3px black;
	text-align: left;
	width: 500px;
	border: 3px solid #646464;
}
.dbugx {
	position: absolute;
	margin: -32px 0 0 458px;
	width: 32px;
	border: 0;
	cursor: pointer;
}
.dbugh {
	background: silver;
	border-bottom: 1px solid grey;
	color: black;
	display: block;
	font: bold 12pt;
	padding: 5px 10px;
}
.dbugm {
	display: block;
	min-height: 100px;
	padding: 10px;
}