/* Start of CMSMS style sheet 'olstoryteller : Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	.required 
       {
		font-weight: bold;
	}
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
                margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 400px;
		height: 8em;
	}
	
	

/* END FORM ELEMENTS */
		
/* End of 'olstoryteller : Forms' */

