@charset "UTF-8";
/* CSS Document */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*
 *  Form Styles
 *
*/
.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 150px; /*width of label (left column)*/
	text-transform: uppercase;
	border-bottom: 1px solid #241002;
	margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}

.twoColFixLtHdr #container #myWrapper #mainContent h2,
.twoColFixLtHdr #container #secondaryWrapper #singleCol1 h2 {
	color: #842217;
}

.twoColFixLtHdr #container #myWrapper #mainContent p,
.twoColFixLtHdr #container #secondaryWrapper #singleCol1 p {
	margin-left: 20px;
}
.twoColFixLtHdr #container #myWrapper #mainContent a,
.twoColFixLtHdr #container #secondaryWrapper #singleCol1 a {
	color: #842217;
}

#gallery img{
	color: #842217;
	border: thin solid #241002;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
}.twoColFixLtHdr #container #secondaryWrapper #singleCol1 dt {
	padding-top: 1em;
	padding-bottom: 0px;
	font-weight: bold;
	color: #241002;
	font-size: None;
}
.twoColFixLtHdr #container #secondaryWrapper #singleCol1 dl {
	font-size: medium;
}
.twoColFixLtHdr #container #secondaryWrapper #singleCol1 .feedbackform {
	padding-left: 20px;
}

