BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #315e86; }
  
  /*  added by lwatts 01jun07 because email/kunc.css not being pulled in */
  #pulse_content {
   margin: 10px;
   padding: 10px;
   font-family: arial, helvetica;
   border: 1px solid #fff;
   color: #000;
   background-color: #fff;
   width: 500px;
   text-align: center; }

#pulse_content .pulse_pageHeader {
   color: #cc6600;
   font-size: 14px;
   font-family: arial, helvetica;
   font-weight: bold;
   background-color: #ffffff;
   padding: 5px;
   text-align: center;
   border: 1px solid #83843e; }

#pulse_content .pulse_requiredField {
   color: #ff0000;
   font-family: arial, helvetica;
   font-size: 10px; }

#pulse_content p {
   font-size: 12px;
   font-family: arial, helvetica; }

#pulse_content TABLE.pulse_userForm TR TD {
   font-size: 12px;
   vertical-align: top;
   margin-left: auto;
   margin-right: auto;
   font-family: arial, helvetica; }

#pulse_content .textInput {}
#pulse_content .selectInput {}
#pulse_content .pulse_button {}

 #pulse_content TABLE.pulse_userForm TR TD.fieldTitle {
   font-size: 13px;
   color: #000000;
   font-weight: bold;
   vertical-align: top;
   padding: 5px;
   font-family: arial, helvetica; }

#pulse_content .pulse_errorBox {
   font-size: 13px;
   color: #ffffff;
   width: 400px;
   background-color: #cc0000;
   font-weight: bold;
   vertical-align: top;
   padding: 5px;
   border: 2px solid #ffffff; }  

/* center the table for user info added 01jun07 by lwatts */
.pulse_userForm {
margin: 0 auto; }

.webFooter P {text-align: center;}

