﻿input.input, textarea {
	border: 1px solid #DCDCDC;
	border-top: 1px solid #BBB;
	border-left-color: #BBB;
	color: #777777;
	background: #FFF url(../images/form-field_bg.gif) repeat-x 0 -1px;
	outline: none;
	font-size: 1.091em;
	padding: 4px;
}
input.input {
	height: 1.2em;
}
textarea {
	display: block;
}
label {
	margin: 0 0 0.5em 0;
}


div.field {
	margin: 0;
	padding: 0;
	margin: 0 0 1em 0;
	clear: both;
	float: none;
	margin-right: 10px;
	overflow: visible;
	width: auto;
	}
div.field-alt {
/*  background: #FFF;   */
}
	div.field-alt input.input {
/*		background: #FFF;*/
	}
	div.field input.input,
	div.field select,
	div.field textarea {
		width: 100%;
/*      max-width: 100%;*/
		float: none;
	}
	div.field select {
		width: auto;
		padding: 0;
	}
	div.field label {
		float: none;
		font-size: 1em;
		display: block;
		font-weight: bold;
		color: #000;
	}
	div.field label.check_box {
/*		width: 300px;*/
/*		padding-left: 150px;*/
	}
		div.field label.check_box input.check_box {
/*			margin: 0;*/
		}
	div.field .file-input {
		float: left;
		clear: none;
		width: 300px;
		padding: 4px;
	}
	div.field p.file-name {
		display: none;
	}
	div.footer {
		text-align: right;
		clear: both;
	}
		div.footer button {
		}
	div.field p.error {
		margin-right: -8px;
		color: red;
/*		display: none;*/
	}
	/*div.field-error input {
			background: transparent url(../images/error_arrow.gif) no-repeat 99% 50%;
		}
	div.field-error label {
		color: #F00;
		font-weight: bold;
	}
	*/
	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: 100%;
		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;
		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;
		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;
		}


form.labels-left div.field {
	float: left;
	width: 100%;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 1em;
}

form.labels-left div.field label {
	clear: left;
	float: left;
	width: 40%;
	margin-top: 0.5em;
	line-height: 1.3em;
}




div.file-input-inner input.file {
	opacity: 1;
	position: static;
	width: auto;

}

.file-overlay {
	display: none !important;
}

form.labels-left div.field input.input, 
form.labels-left div.field select, 
form.labels-left div.field textarea,
form.labels-left div.file-input {
	width: 55%;
	float: right;
	clear: none;
}

form.labels-left div.field p.error {
	clear: right;
	padding: 2px 4px 0 0;
	margin: 0 0 -8px 0;
}


/* contact */

#contact div.form-footer button {
	padding: 6px 16px;
}
#main #call-me-back h2 {
	margin-bottom: 0.4em;
}
#call-me-back div.field {
	width: 197px;
	float: left;
	overflow: visible;
}
	#call-me-back.not-found div.field {
		width: 310px;

	}
	
	#call-me-back div.field label {
		display: none;
	}

#call-me-back div.form-footer {
	float: left;
	position: relative;
	margin-top: -1px;
/*	margin-bottom: 1em;*/
/*	zoom: 1;*/
}

#call-me-back div.form-footer button {
	padding: 7px 16px 6px 16px;
	margin-left: 8px;
}

#call-me-back p.error {
	float: none;
}

#main form fieldset h3.legend {
	margin: 0;
	padding: 0.9em 0 0.2em;
}

#brand-survey-form {
	padding-bottom: 15px;
	width: 680px;
}
	#brand-survey-form fieldset#information {
		width: 300px;
	}

	#brand-survey-form textarea {
		font-family: "Lucida Grande", arial,sans-serif;
		font-size: 1.0919em;
	}
	#brand-survey-form .field label {
		margin: 25px 0 14px;
	}