@charset "utf-8";
#form1 {
	background-image: url(../images/grad-for-forms.gif);
	background-repeat: repeat-x;
	padding: 0px;
	border: 1px solid #999999;
	margin-top: 20px;
}
	

fieldset{
	margin: 0em;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: normal;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
textarea {
	height: 150px;
	width: 298px;
}
textfield{
	margin-left: 10px;
	/*colour:#000000;*/
	font-weight:bold;
}

fieldset ol{
	padding: 10px 10px 0 10px;
	list-style: none;
}

fieldset li{
	padding-bottom:10px;
}
input {
	width: 200px;
}

fieldset.submit{
	border-style:none;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.clearIt {
	clear:both;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
.left {
	float: left;
}
.right {
	float: right;
}

