/* 
Form styles 
--------------------
*/

	div.formPanel {
		display: block;
		position: relative;
		margin: 20px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		width: 500px;
		background-image: url("/images/panels/in-page-panels/in-page-panel-tile-500.gif");
		background-repeat: repeat-y;
	}

	div.formPanelTop {
		display: block;
		position: relative;
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		width: 500px;
		height: 4px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
		background-image: url("/images/panels/in-page-panels/in-page-panel-top-500.gif");
		background-repeat: no-repeat;
	}

	div.formPanelBottom {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 500px;
		height: 4px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
		background-image: url("/images/panels/in-page-panels/in-page-panel-bottom-500.gif");
		background-repeat: no-repeat;
	}

	div.formPanel .genericForm {
		display: block;
		width: 484px;
		margin: 0px 8px 4px 8px;
		padding: 0px 0px 0px 0px;
	}
	
	.mandatory {
		color: #ff3300;
	}
	
	.errorReport {
		margin: 0px 0px 12px 0px;
		padding: 8px 8px 8px 8px;
		font-weight: bold;
		background-color: #3d7a29;
		color: #ffffff !important;
	}
	
	.genericForm .formArea {
		display: block;
		position: relative;
		margin: 10px 7px 10px 7px;
		padding: 0px 0px 0px 0px;
		width: 470px;
	}
	
	.genericForm h2 {
		margin-left: 7px;
		margin-top: 7px;
	}
	.genericForm h3 {
		margin-left: 7px;
	}
	
	.genericForm .formArea label {
		display: block;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		color: #3d7a29;
	}
	
	.genericForm .formArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.genericForm .formArea p label{
		display: inline;
		font-weight: normal;
		color: #7a295e;
	}
	
	.genericForm .error {
		background-image: url("/images/forms/form-error.gif");
		background-repeat: no-repeat;
		background-position: center right;
	}
	
	.genericForm input.fullWidth, .genericForm textarea.fullWidth {
		width: 435px;
	}
	
	.genericForm input.mediumWidth, .genericForm textarea.mediumWidth {
		width: 200px;
	}
	
	.genericForm input.smallWidth, .genericForm textarea.smallWidth {
		width: 100px;
	}
	
/*
Other form elements
---------------------
*/
	.genericForm .formSpacer  {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 8px;
		overflow: hidden;
	}

	.genericForm .helpText  {
		font-size: 11px;
		line-height: 13px;
		color: #000000;
		font-weight: normal;
	}
	
	.genericForm .submitArea {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
		text-align: center;
		font-weight: bold;
		background-image: url("/images/forms/form-panel-submit-bg-tile.gif");
	}
	
	.genericForm .submitArea p {
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px;
	}
	
	.genericForm .submitArea input {
		font-size: 13px;
		margin: 0px 30px 0px 30px;
	}