/* images */
img.CoolWater {
	background: #FFF;
  border: 1px solid #E5E5E5;
	padding:5px;
}
img.CoolWater float-right { margin: 5px 0px 10px 10px;  }
img.CoolWater float-left { margin: 5px 10px 10px 0px; }

img.thumb {
	background: #FFF;
  border: 1px solid #E3EBF3;
	padding:2px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
  width: 700px; /*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;
  text-align:right;
  width: 140px; /*width of label (left column)*/
  text-transform: capitalize;
  margin-right: 10px; /*spacing with right column*/
}

div.fieldwrapper label.required{ /* label elements that should be required (left column within fieldwrapper DIV) */
  float: left;
  text-align:right;
  width: 140px; /*width of label (left column)*/
  text-transform: capitalize;
  border-bottom: 1px solid red;
  margin-right: 10px; /*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: 5px; /* space following the field */
}

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

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

.field_set {
  padding:10px;
  /*background-color: #F9F9FF;*/
  border-color: #006697;
  border-width: 3px;
  border-style: solid;
  margin-bottom: 20px;
}

.field_legend {
  font: 13px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
  text-transform: uppercase;
  color:#ffffff;
  font-weight:bolder;
  background: #006697;
}

.input-error {
	border: 1px solid red;
	background-color: #FFFFE0; /* lightyellow */
}
