body {
	color: black;
	font-size: 13px;
	font-family: Papyrus, Times, "Times New Roman", Georgia, serif;
	line-height: 20px;
	text-align: left;
}

h1 {
	color: #000066;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	margin: 0.67em 0;
}

h2 {
	color: #000066;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	margin: 0.67em 0;
}

p {
	color: black;
	font-size: 13px;
	font-family: Papyrus, Times, "Times New Roman", Georgia, serif;
	line-height: 20px;
	text-align: center;
}

th {
	font-size: 11px;
}

#MailForm td, tr {
	font-size: 14px;
}

.title	 { color: purple; font-size: 13px; font-family: Times, "Times New Roman", Georgia, serif; font-weight: 600; line-height: 16px; background-color: #ffc6ff; padding-left: 3px; vertical-align: middle; border-top: 3px solid white; border-bottom: 3px solid white; }
.label	 { color: black; font-size: 10px; font-family: Times, "Times New Roman", Georgia, serif; font-weight: 500; line-height: 20px; text-align: right; padding-right: 3px; width: 80px; }
.labele	 { color: red; font-size: 10px; font-family: Times, "Times New Roman", Georgia, serif; font-weight: 500; line-height: 20px; text-align: right; padding-right: 3px; width: 80px; }
.input	    { color: black; font-size: 10px; font-family: Times, "Times New Roman", Georgia, serif; font-weight: 400; line-height: 20px; text-align: left; border: solid 2px white; }
.inputr    { color: black; font-size: 10px; font-family: Times, "Times New Roman", Georgia, serif; font-weight: 400; line-height: 20px; text-align: left; border: solid 2px #ff0; }
.inputa	  { color: black; font-size: 10px; font-family: Times, "Times New Roman", Georgia, serif; font-weight: 400; line-height: 20px; text-align: left; border: solid 2px white; }
.inputs	  { color: black; font-size: 10px; font-family: Times, "Times New Roman", Georgia, serif; font-weight: 400; line-height: 20px; text-align: left; border: solid 2px white; }
.info      { color: black; font-size: 9px; line-height: 16px; text-align: center; }
#hfc { color: #000066; font-size: 20px; font-style: normal; font-weight: 600; text-align: center; display: block; }
#hfp { color: #000066; font-size: 16px; padding-top: 8px; text-align: center; display: block; }

#header {
	width: 900px;
	height: 75px;
	border-bottom: 12px solid #ff660d;
}

#headLeft {
	width: 136px;
	background-color: #ce67ff;
	float: left;
}

#headRight {
	background-color: #ffccff;
}

#mainBody {
	width: 900px;
	min-height: 500px;
	background-image: url(http://www.lauramarrprinting.com/images2/border_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 25px;
}

#mainLeft {
	width: 136px;
	padding-left: 8px;
	padding-bottom: 25px;
	float: left;
}

#mainLeft img {
	padding-bottom: 6px;
	border: 0px;
	float: left;
}

#mainRight {
	width: 765px;
	padding: 0px 0px 25px 0px;
	margin-left: 145px;
}

#clearone {
	clear: both;
}

#footer {
	width: 900px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #ff660d;
	padding-bottom: 2px;
}

#custom-upload-box .uploadifyQueueItem {
  background-color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  font: 11px Verdana, Geneva, sans-serif;
  height: 30px;
  width: 350px;
  margin-top: 0;
  padding: 8px;
}
#custom-upload-box .uploadifyError {
  background-color: #FDE5DD !important;
  border: none !important;
  border-bottom: 1px solid #FBCBBC !important;
}
#custom-upload-box .uploadifyQueueItem .cancel {
  float: right;
}
#custom-upload-box .uploadifyQueue .completed {
  color: #C5C5C5;
}
#custom-upload-box .uploadifyProgress {
  background-color: #E5E5E5;
  margin-top: 10px;
  width: 100%;
}
#custom-upload-box .uploadifyProgressBar {
  background-color: #0099FF;
  height: 4px;
  width: 1px;
}
#custom-upload-box #custom-queue {
  border: 1px solid #E5E5E5;
  height: 280px;
  margin-bottom: 10px;
  width: 370px;
}

#upload .uploadifyQueueItem {
  background-color: #F5F5F5;
  border: 2px solid #E5E5E5;
  font: 11px Verdana, Geneva, sans-serif;
  margin-top: 5px;
  padding: 10px;
  width: 350px;
}

#upload .uploadifyError {
  background-color: #FDE5DD !important;
  border: 2px solid #FBCBBC !important;
}

#upload .uploadifyQueueItem .cancel {
  float: right;
}

#upload .uploadifyQueue .completed {
  background-color: #E5E5E5;
}

#upload .uploadifyProgress {
  background-color: #E5E5E5;
  margin-top: 10px;
  width: 100%;
}

#upload .uploadifyProgressBar {
  background-color: #0099FF;
  height: 3px;
  width: 1px;
}

