
h2 {
  margin-top: 20px;
  color: navy;
}

h4 {
  margin-top: 20px;
  margin-bottom: 3px;
  text-align: center;
  color: maroon;
}

.formheading {
  color: navy;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.formtable {
	border-style: solid;
	border-width: 1;
}

.errormessage {
  color: maroon;
  font-size: 20px;
  font-weight: bold;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.viewblogname {
	color: navy;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.viewdescription {
	color: navy;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}

.viewownerparag {
	text-align: center;
	padding-top: 0px;
}

.viewaddmessage {
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.viewsubject {
	color: navy; 
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.viewdate {
	color: orange;
	font-style: italic;
	white-space: nowrap;
	vertical-align: top;
	width: 1%;
	font-size: 0.95em;
	padding-top: 0.3em;
	text-align: right;
}

.floatright {
	text-align: right;
}

.btw {
	font-size: 15px;
	color: maroon;
}

.user {
	color: cyan;
	vertical-align: top;
	width: 1%;
}

.editlink {
	vertical-align: top;
	width: 1%;
	padding-top: 0.3em;
}

.buttonhint {
	color: navy;
	font-style: italic;
	font-size: 13px;
	padding-left: 30px;
}

.viewtable {
	width: 600px;
}

.viewtable-wide {
	width: 800px;
}

.messagetext {
	color: black;
	font-size: 15px;
	margin-left: 30px;
	padding-bottom: 10px;
}

.messagetext-basic {
	color: black;
	font-size: 25px;
	margin-left: 30px;
	padding-bottom: 10px;
}

.replyhead {
	color: #003333;
	font-style: italic;
	font-size: small;
	padding-left: 0.5em;
}

.editlink {
	text-align: right;
	font-size: 14px;
}

.editmsglink {
	font-size: 14px;
	margin-right: 10px;
}

td {
  vertical-align: top;
}

form { padding: 0; margin: 0; }

.privatealert {
	margin-left: 10px;
	color: maroon;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

.checkboxtext {
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

.photocaption {
	text-align: center;
	color: navy;
	font-weight: bold;
	font-size: 15px;
}

.embedphoto {
	margin: 10px 10px 0px 10px; 
}