/*

	Cascading Style Sheet
	
	Project: assign.com.au
	Author: Pitstop101

*/

.footer      { font-family: Verdana; font-size: 8pt; color: #FFFFFF }
table        { font-family: Verdana; font-size: 8pt; color: #161616 }



/*	Added:		12/10/2007
	Added by:	Derick O'Leary
	Related file:	newjob.php
*/
table.form td.comment {
	font-style:	italic;
	color:		#999; }
table.form input, table.form select, table.form textarea {
	width:		100%;
	font-family:	Verdana;
	font-size:	8pt; }
table.form textarea {
	height:		40pt; }
table.form input.button {
	width: auto; }
