/********************************
WEBTOOLS
for classes generated by webtools
********************************/
/*=== QUESTIONNAIRE ===*/
.questionnaire select {width: 12em;}
.questionnaire text {width: 10em;}
.questionnaire .radio {margin-left: 7px;}

/*=== CONTACT FORM ===*/
.contact ul {list-style: none;}
.contact input {width: 25em;}
.contact input[type=submit] {width: auto;}
.contact textarea {
	width: 25em;
	height: 6em;
	}

/*=== IMAGE GALLERY ===*/
.image-gallery  ul {list-style: none;}

/*=== HERO SHOTS ===*/
#imageFadeContainer {
	position: relative;
	top: 0;
	left: 0;
	height: 1px;
	overflow: visible;
	}

#imageFadeContainer img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	}
