/** 
 * Form Stylesheet
 * @author Matthew Holmes www.ivt.com.au
 * @version 0.1 8 April 2005
 */

/**
 * Generic Selectors
 */
 
 body {
 	margin: 10 0 0 0;
 	background-image: url('images/webimages/background.jpg');
 	background-repeat: repeat-x;
 	background-color: #3939D1;
 }
 
 /* Background Color for table */
 
 #bg-table {
 	background-color: #9A9A9A;
 }
 
 /* Background Color for table td cell */
 
 #bg-td {
 	background-color: #FFF;
 }
 
 /* Pseudo Classes */
 
 p, td {
 	font: 11px Arial, Helvetica, sans-serif;
 	font-weight: normal;
 	color: #9A9A9A;
 }
 
 th {
 	font: 11px Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #666666;
 	text-align: left;
 	
 	background-color: #E5E5E5;
 	padding: 2px;
 }
 
 a.close, a.close:hover {
 	font: 11px Arial, Helvetica, sans-serif;
 	font-weight: normal;
 	color: #fff;
 	text-decoration: underline;
 }
 
 a.close:hover {
 	text-decoration: none;
 }
 
 /* Main title */
 
 .title1 {
 	font: 16px Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #3939D1;
 }
 
 /* Copyright Text */
 
 .copyright_text {
 	font: 11px Arial, Helvetica, sans-serif;
 	font-weight: normal;
 	color: #fff;
 }

 /* Small Text */
 
 .smalltext {
 	font: 10px Arial, Helvetica, sans-serif;
 	font-weight: normal;
 	color: #666666;
 }
 
 /* Input Medium field */
 
 .input_medium_off {
 	border: 1px solid #999;
 }
 
 .input_medium_on {
 	border: 1px solid #3939D1;
 }
 
 .input_medium_off, .input_medium_on {
 	width: 360px;
 	height: 20px;
 }
 
 /* Input Small field */
 
 .input_small_off {
 	border: 1px solid #999;
 }
 
 .input_small_on {
 	border: 1px solid #3939D1;
 }
 
 .input_small_off, .input_small_on {
 	width: 150px;
 	height: 20px;
 }
 
 /* Textarea field */
 
 .textarea_medium_off {
 	border: 1px solid #999;
 }
 
 .textarea_medium_on {
 	border: 1px solid #3939D1;
 }
 
 .textarea_medium_off, .textarea_medium_on {
 	width: 360px;
 	height: 100px;
 }
 
 /* Submit and Reset Button */
 
 .button {
 	background-color: #3939D1;
 	border-style: #3939D1;
 	color: #fff;
 }