@charset "utf-8";
/* CSS Document */

.required
{ /* Required field in forms should be default have a yellowis background */
	background: #FFFFCC;	
}

.formspecial { /* Makes textarea monospace to show output nicely */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

