/***********************************************
Created 10/21/05

forms.css defines styles used for forms.

***********************************************/ 
.form {
	background-color: #eeeeee;
	margin-left: 120px;
	text-align: right;
	width: 200px;
	clear: left;
	}
.formObject {
	padding-top: 20px;
	padding-bottom:0px;
	margin-left: 10px;
	text-align: left;
	clear: both;
	}


