/* Betty Crocker - Community Notes Survey   */
/* 2006-08-24 ideapark  - www.ideapark.com  */

a:link {
  color: #555;
}

a:visited {
  color: #777;
}

a:hover {
  color: #444;
}

body {
  background: #FFF;
  color: #565656;
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0 20px;
}

li {
  font-size: 11px;
}

h1 {
  /*border-bottom: 2px solid #f5edde;
  border-top: 2px solid #f5edde;*/
  font-size: 14px;
  /*margin: 15px 10px;
  padding: 10px 0;*/
}

.title {
  border-bottom: 2px solid #f5edde;
  border-top: 2px solid #f5edde;
}

.titleText {
	font-size:14px; 
	font-weight:bold; 
	padding: 10px 0 10px 0;
}



p {
  font-size: 11px;
  margin: 0;
  padding: 10px 20px;
}

textarea {
  height: 100px;
  margin: 10px 20px;
  width: 400px;
}


#header h1 {
  background: #cbe0f7 url(bisquicktopbanner.jpg) no-repeat top left;
  border: 0;
  height: 0;
  margin: 0;
  padding: 78px 0 0 0;
  overflow: hidden;
}

#wrapper {
  padding: 10px 0;
  margin: 0 auto;
  width: 634px;
}

#contents {
  border: 3px solid #f5edde;
  margin: 10px 0;
  padding: 10px 0;
}

.inputText {
  margin-left: 20px;
  width: 150px;
}

.inputText_sm {
  margin-left: 20px;
  width: 75px;
}

.inputSelect {
  margin-left: 20px;
  height: 19px;
  border: 1px solid #00A8E6;
}

.inputFile {
  margin-top: 7px;
	
}

.finePrint {
  /*font-size: 10px;
  font-style: italic;*/
  font-size: 11px;
}

#footer {
  background: #c2dcf7 url(bisquickbottombanner.jpg) no-repeat top left;
  margin-top: 30px;
}

#footer li {
  display: inline;
  font-size: 10px;
  list-style-type: none;
  padding: 0 8px;
}

#footer ul {
  background: #FFF;
  margin: 0;
  padding: 8px 10px;
  text-align: center;
}

#footer p {
  background: #FFF;
  text-align: center;
}


#icon {
	vertical-align: text-bottom;
	padding: 0 5px 15px 0;
	
}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
	
	