
/**
 ** FORMS - content of the forms within the application 
 **/
form {  width: 100%;
	}
	form fieldset {
		float: left; clear: left; border: 1px solid black;
		margin-left: 7px;
		}
		form fieldset legend {
			font-size: 18px;
			font-weight: bold;
			}
		form fieldset dl dt {
			color: #333;
		}
		form fieldset dl {
			background: #efefef;
			float: left; display: block;
			width: 100%;
			}
			form fieldset dl dt, form fieldset dl dd { 
				margin-top: 7px; 
				line-height: 24px; 
				float: left; 
			}
			form fieldset dl dt { 
				width: 200px; 
				text-align: right; margin-right: 7px;
				clear: both;
				float: left;
				line-height: 24px;
				}
			form fieldset dl dd.status { 
				float: left !important;
				float: none; 
				width: 20px; 
				height: 24px; 
				}
			form fieldset dl dd.error { 
				margin: 0px 25px 0px 207px; 
				float: none; 
				clear: both; 
				color: #F00; 
				font-weight: bold;
				line-height: 18px;
				}
			form fieldset dl dd.note { 
				margin: 0px 0px 0px 207px; 
				float: none; 
				clear: both; 
				font-style: italic; 
				}
			form fieldset dl dd.status img { margin: 0px; padding: 0px;}
			
	form input.small {
		width: 40px;
	}
	form label em {
		font-weight: bold;
		color: #F00;
	}
	form select {
		width: 100px;
	}
	form input:focus, form input:active {
		background-color: #FFA;
	}
	
	form div.form_actions {
		display: block;
		clear: both;
		padding-top: 10px; height: 40px;
		}
		form div.form_actions ul {
			list-style: none;
			clear: both; display: block;
			margin-left: 207px;
			}
			form div.form_actions ul li {
				display: block; float: left;
			}
			form div.form_actions ul li button {
				border: none; background-color: #FFF;
				display: block;
				width: 200px;
				height: 30px; line-height: 30px;
				color: #000000;
				}
				form div.form_actions ul li button span {
					background-image: url('/images/basic_button_simple.gif');
					background-position: left 0px;
					display: block; float: left;
					height: 30px; line-height: 30px;
					padding-left: 10px;
					}
				form div.form_actions ul li button span.foxy_fix {
				    background-image: url('/images/basic_button_simple.gif');
				    background-position: right 0px;
				    width: 10px;
				    padding-left: 0px;
					}
				form div.form_actions ul li button.disabled { display: none; }

			form div.form_actions ul li a.button {
				background-image: url('/images/basic_button_simple.gif');
				background-position: left 0px;
				padding-left: 10px;
				display: block; line-height: 30px;
				color: #000000; text-decoration: none;
				}
				form div.form_actions ul li a.button span {
					background-color: #FFF;
					background-image: url('/images/basic_button_simple.gif');
					background-position: right 0px;
					display: block;
					padding-right: 10px;
					}

