
/* Contact Table Styles
--------------------------------------------------------------- */

div#form {
	float: right;
	padding: 0px 0px 0px 10px;
}

	div#form form.formular {
		width: 260px;
	}

		div#form form.formular fieldset {
			margin: 0px 0px 5px 0px;
			padding: 0px 15px 10px 15px;
			border: 1px solid #8e6803;
		}

		div#form form.formular fieldset.botBuster,
		div#callbackform #callbackBotBuster {
			display: none;
		}

			div#form form.formular legend {
				font-size: 1.4em;
				color: #8e6803;
				font-weight: bold;
				padding: 0px 5px 0px 5px;
			}

			div#form form.formular input, div#form form.formular select, div#form form.formular textarea {
				margin-bottom: 0px;
			}
			
			div#form form.formular label {
				display: block;
				padding: 5px 0px;
			}
			
				div#form form.formular label span {
					width: 110px;
					float: left;
					padding: 10px 0px 0px 0px;
				}
			
				div#form form.formular fieldset.ourServices label {
					padding: 5px 0px;
				}

		div#form form.formular .text-input, div#form form.formular .dropdown, div#form form.formular #textarea {
			width: 200px;
			color: #555;
			padding: 5px;
			border: 1px solid #fbdb86;
			margin-top: 4px;
			background: #FFF;
		}

			div#form form.formular #textarea {
				height: 40px;
			}

			div#form form.formular .submit {
				background: #fbdb86;
				color: #8e6803;
				font-weight: bold;
				border: 1px solid #8e6803;
				padding: 4px;
				text-decoration: none;
				cursor: pointer;
			}

#form #errors {
	font-size:1.1em;
	color: #FF8200;
	font-weight: bold;
}

	#form #errors li {
		background: url(../../images/misc/form-error.jpg) left center no-repeat;
		list-style: none;
		padding: 5px 0px 5px 30px;
	}
	
	#form .required {
		color: #ff0000;
		font-style: italic;
	}