input.input, div.multiselect, textarea {
	border: 1px solid #CCC;
	color: #777777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	background: #FFF url(images/form_field-bg.gif) repeat-x 0 0;
}
input.input, div.multiselect {
	height: 1.2em;
	font-size: 1em;
}		
label {
	margin: 5px 0;
}

div.field input.file {
	width: 230px;
}

div.field div.file-input {
/*	overflow: hidden;*/
	padding: 0;
}

div.file-input-inner {
	position: relative;
}
	div.file-input-inner input.file {
		position: absolute;
		top: 0px;
		left: 0;
		width: 220px;
		z-index:11;
		opacity: 0;
		filter:alpha(opacity=0);
	}
	div.file-input-inner input.input {
		float: left;
		width: 60%;
	}
	div.field div.file-input-inner input.input {
		float: left;
		width: 150px;
	}
	div.file-input-inner button {

		float: left;
		position:absolute;
		z-index:10;
		margin-top: 2px;
		margin-left: 6px;
	}
		div.file-input-inner:hover button span, div.file-input-inner:hover span.button {
			background-position: 0 -50px;
		}
		div.file-input-inner:active button span, div.file-input-inner:active span.button {
			background-position: 0 -100px;
		}
			div.file-input-inner:hover button span span, div.file-input-inner:hover span.button a {
				background-position: 100% -50px;
			}
			div.file-input-inner:active button span span, div.file-input-inner:active span.button a {
				background-position: 100% -100px;
			}
			
			
	div.file-input-inner span.button {
		float: left;
		border: none;
		position:absolute;
		z-index:10;
		height: 18px;
		padding: 0 0 0 4px;
		margin: 2px 0 0 6px;
		background: transparent url(images/button_small-left.gif) no-repeat 0 0px;
	}

		div.file-input-inner span.button a {
			color: #FFF;
			float: left;
			height: 18px;
			line-height: 18px;
			padding: 0 8px 0 4px;
			margin: 0;
			text-decoration: none;
			background: transparent url(images/button_small-right.gif) no-repeat 100% 0px;
			overflow: hidden;
		}
			
/* multi select */
div.multiselect {
	background: #FFF url(images/multiselect-bg.gif) no-repeat 100% 1px;
	position: relative;
/*	height: 13px;*/
/*	border: 1px solid green;*/
/*	z-index: auto;*/
}
div.multiselect-wrapper {
	display: none;
	position: absolute;
}
	div.multiselect-wrapper {
/*		position: relative;*/
		width: 168px;
		top: -1px;
		left: -1px;
		padding: 1px 2px 2px 2px;
		background: #FFF;
		border: 1px solid #BEC6C9;
/*		z-index: 300;*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;	
	}
	div.multiselect.single div.multiselect-wrapper {
/*		width: auto;*/
	}
		div.multiselect h3, div.multiselect h4 {
			margin: 1px 0 0 0;
			padding: 0.4em 7px;
			color: #FFF;
			font-size: 0.9em;
			font-weight: normal;
			background: #3A5D79;
		}
		div.multiselect h4 {
			background: #91BDEC;
		}
		div.multiselect p {
			padding: 0;
			margin: 0;
			line-height: 1em;
		}
		div.multiselect ul {
			margin: 1px 0 0 0;
			padding: 0.0em 0px;
			list-style: none;
			font-size: 0.9em;
			color: #777777;
			background: #E4EDF2;
			
		}
			div.multiselect li {
				clear: right;
				display: block;
				margin: 0;
				padding: 0.1em 10px;
				border-bottom: 1px solid #d4dde2;
				line-height: 13px;
			}
				div.multiselect.single li:hover {
					background: #91BDEC;
				}
				div.multiselect label {
					display: block;
					margin: 0 !important;
					padding: 0;
					line-height: 1.8em;
				}
				div.multiselect input.check {
					clear: both;
					width: auto;
					float: right;
					margin: 0;
					margin-top: 3px;
				}
	div.multiselect .button-box  {
		padding: 5px;
		margin: 0;
		text-align: right;
		background: #E4EDF2;
		
	}
		div.multiselect .button-box button, div.multiselect .button-box a.button  {
			margin: 0 !important;
		}
	
/* front end auto generated forms */
.contact-form {
/*	padding-top: 15px;*/
}

div.field {
	width: 94%;
	padding: 0.8em 3%;
	margin: 0;
	background: #F2F8F8;
	}
div.field-alt {
	background: #FFF;	
}
div.footer {
	padding: 0.8em 15px;
	float: left;
	}
		
	div.field input.input, div.field select, div.field textarea, div.field .media-list-container {
		float: left;
		clear: none;
		width: 325px;
		padding: 4px;
	}
	div.field select {
		padding: 0;
		width: 333px;
	}
	div.field label {
		float: left;
		clear: left;
		width: 150px;
/*		margin-bottom: 5px;*/
		font-size: 0.9em;
		font-weight: bold;
	}
	div.field label.check_box {
		width: 300px;
		padding-left: 150px;
	}
		div.field label.check_box input.check_box {
			float: none;
			width: auto;
/*			margin: 0;*/
		}
	div.field .file-input {
		float: left;
		clear: none;
		width: 300px;
		padding: 4px;
	}
	div.field p.file-name {
		display: inline;
	}
	div.field p.file-name .delete {
		display: none;
	}
	div.footer {
		clear: both;
		text-align: right;
		float: none;
	}
		div.footer button {
			margin-right: 4px;
		}
	div.field p.error {
		float: left;
		clear: left;
		width: 300px;
		margin-left: 150px;
		margin-top: 3px;
	}
