/* Form Styles
--------------------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 30%;
	height: 100%;
	}
#prevLink { left: 0; float: left; background:url(../../images/lightbox/prevlabel.gif) left 50% no-repeat; }
#nextLink { right: 0; float: right; background: url(../../images/lightbox/nextlabel.gif) right 50% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background:url(../../images/lightbox/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 50% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000;
}
	
	
/* Contact Table Styles
--------------------------------------------------------------- */

div#form {
	padding: 10px;
	background:#e0d7c1;
	float:left;
	border:1px solid #c6bca1;
	margin:10px 0px;
	width:330px;
}

	div#form form.formular {
		width: 100%;
	}

		div#form form.formular fieldset {
			margin: 0px 0px 5px 0px;
			padding: 0px 15px 10px 15px;
			border: none;
		}

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

			div#form form.formular legend {
				font-size: 2.0em;
				color: #333;
				font-weight: bold;
				padding: 0px 5px 0px 5px;
			}
				div#form form.formular legend span{
					font-size: 9px;
					display:block;
				}

			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: 4px 0px 4px 30px;
					font-size:1.2em;
				}

		div#form form.formular .text-input, div#form form.formular .dropdown, div#form form.formular #textarea, #testinput_xml {
			width: 260px;
			color: #a7a7a6;
			padding: 7px;
			padding-left:35px;
			border:1px solid #4e402e;			
			margin-top: 4px;
			background: #FFF;
		}
			#testinput_xml{
				width:230px;
				background:url(../../images/misc/form-car.png) left  no-repeat #fff;
			}
			div#form form.formular  .enquiry {
				padding-left:5px !important;
			}
			div#form form.formular .name{
				background:url(../../images/misc/form-name.png) left  no-repeat #fff;
			}	
			div#form form.formular .number{
				background:url(../../images/misc/form-phone.png) left  no-repeat #fff;
			}
			div#form form.formular .email{
				background:url(../../images/misc/form-email.png) left  no-repeat #fff;
			}


			div#form form.formular .submit {
				background: url(../../images/misc/submit.gif) no-repeat;
				color: #FFFFFF;
				font-weight: bold;
				border: none;
				height:45px;
				width:200px;
				padding: 4px;
				text-decoration: none;
				cursor: pointer;
				margin-left:50px;
			}

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

	#form #errors li {
	color:red;
		padding: 5px 0px 5px 30px;
	}
	
	#form .required {
		color: #ff0000;
		font-style: italic;
	}