/*
Extra CSS Code for the Northern Philatelic Society

History
8/12/2012	initial version

*/

#content_nps tr td {
	border-top: 0;
	vertical-align: top;
}
#content_nps table {
	width: 900px;
}

#content_nps,
#content_nps body,
#content_nps input,
#content_nps textarea {
	font-size: 16px;
}

tr.alternate{
	background-color:#f9f9f9;
}

	
/* ERRORS */
.nps_errors {
  /*font-size: small;*/
  color: red;
}

.nps_errors li {
  /*font-size: normal; */
  color: red;
}
.nps_errors p {
  /*font-size: normal; */
  color: red;
}

.nps_errors_center {
  /*font-size: normal; */
  color: red;
  text-align: center;
}

.nps_errors_center li {
  /*font-size: normal; */
  text-align: center;
  color: red;
}
.nps_errors_center p {
  /*font-size: normal; */
  color: red;
}

/*Small Message*/
.msg_small {
	font-size: small;
}

