/* 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: 0px 0px 0px 0px;
}

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

			div#form form.formular legend {
				font-size: 1.4em;
				color: #333;
				font-weight: bold;
				padding: 0px 5px 0px 5px;
				background: #fff;
			}
			
			div#form form.formular input, div#form form.formular select, div#form form.formular textarea {
				margin: 2px;
			}
			
				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: 180px;
			color: #555;
			padding: 2px;
			border: 1px solid #ccc;
			margin-top: 4px;
			background: #FFF;
		}

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

			div#form form.formular .submit {
				background: #DBA162;
				color: #FFFFFF;
				font-weight: bold;
				border: 1px solid #AAA;
				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;
	}
	
	 #sidebar #callbackform .errors li {
	 	margin: 0px 0px 0px 20px;
	}
	
	#form .required {
		color: #ff0000;
		font-style: italic;
	}
	
#contactForm .setWidth {
	width: 160px;
	padding: 4px 10px;
}

#contactForm .setWidth2 {
	padding: 4px 10px;
	width: 400px;
}

#contactTable .botBuster {
	display: none;
}

#callbackform label.botBuster {
	display: none;
}

#refer {
	background: url(../../images/misc/form-refer-bg.gif) no-repeat;
	width: 662px;
	padding: 10px 10px 0px 10px;
	height: 519px;
}

#refer-value, #refer-interest,
#refer-your-details, #refer-friend-details {
	float: left;
	padding: 10px 15px;
	width: 290px;
	margin: 0px 10px 5px 0px;
	font-weight: bold;
}

	#refer-friend-details {
		background: url(../../images/misc/form-refer-smallBg-orange.gif) bottom no-repeat;
	}
	
	#refer-your-details {
		background: url(../../images/misc/form-refer-smallBg-white.gif) bottom no-repeat;
	}
	
	#refer-your-details h2, #refer-friend-details h2 {
		margin-bottom: 20px;
	}
	
		#refer-friend-details td,
		#refer-your-details td {
			font-size: 0.9em;
		}

	#refer-value h2, #refer-interest h2 {
		font-size: 1.6em;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
	}

	#refer-value li, #refer-interest li {
		list-style: none;
		padding: 4px 0px;
	}
	
	.refer_submit {
		float: right;
		padding: 3px;
		margin: 10px 0px 0px 0px;
	}