/* Page Update Notification CSS file */

/* The div containing the form */
#punmailform {
}

/* The fieldset around the form */
#punmailset {
	font-size: 11px;
	font-weight: normal;
	color: #506113;
	border: 1px solid #506113;
	margin: 0px 8px;
	text-align: center;
}

/* The table containing the form controls */
#punmailtable {
	width: 85%;
}

/* The table cell containing the data fields */
#punmailtable .punmailfcell {
	text-align: center;
}

/* The table cell containing the buttons
#punmailtable .punmailbcell {
}


/* The Input field in the form */
.punmailfield {
	border: 1px solid #506113;
	
	font-size: 12px;
	margin-bottom: 3px;
}

/* spambot check field: DO NOT CHANGE */
.punmailcheck {
	display:none;
}

/* The buttons in the form */
.punmailbutton {
	border: 1px solid #506113;
	
	font-size: 12px;
	margin-bottom: 3px;
}

.punmailbutton:hover {
	background-color: #DDDDDD;
}

/* The success/failure message */
#punmessage { 
	border: 1px solid #506113;
	background-color: #FFFFAA;
	margin: auto; 
	padding: 8px; 
}
