/* 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-color: #FFFFFF;
	padding: 0;
	margin: 0;
	border: 0;
/*	background-image: url('background.gif');*/
background-repeat: repeat-x;
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	color: #5B5B5B;
}

form {
  margin: 0;
  padding: 0 0;
}

li {
  font-size: 11px;
}
#header {
	width:919px;
	height: 179px;
	margin: 0 auto;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
}
#headerthanks {
	width:919px;
	height: 179px;
	margin: 0 auto;
	background-image: url('headerthanks.jpg');
	background-repeat: no-repeat;
}

#header h1, #header h2, #header h3 {
	text-indent: -9999px;
}
.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: 12px;
  margin: 0;
  padding: 5px 10px;
}

textarea {
  height: 160px;
  /*margin: 10px 20px;*/
  margin: 0 0;
  width: 384px;
  padding: 8px 6px 8px 6px;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 13px;
}
#content {
	width: 919px;
/*	border-left: 1px solid #feee57;
	border-right: 1px solid #feee57;*/
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 77px;
	
	background-image: url('border.jpg');
	background-repeat: repeat-y;
	
/*	border: 1px solid #555;*/
	
}
#wrapper {
	width: 860px;
	margin: 0 0 0 20px;
	/*border: 1px solid #999;*/
}
#headText {
  /*border: 3px solid #f5edde;
  margin: 10px 0;
  padding: 10px 0;*/
  width: 824px;
  margin: 0 auto;
  font-size: 14px;
}
#contents {
  /*border: 3px solid #f5edde;
  margin: 10px 0;
  padding: 10px 0;*/
  font-size: 14px;
}

.inputText {
  /*margin-left: 20px;*/
  /*border: 1px solid #4B951F;*/
  width: 200px;

}

/*input.required, textarea.required, select.required {
	border: 1px solid #4B951F;
}

input.validation-passed, textarea.validation-passed, select.validation-passed {
	border: 1px solid #4B951F;
}*/

.inputTextHead {
	font-size: 14px;
	font-weight: bold;
	width: 210px;
}

.inputText_sm {
  /*margin-left: 20px;*/
  width: 75px;
}

.inputText_sm_bold {
  /*margin-left: 20px;*/
  font-weight: bold;
  width: 80px;
}

.inputSelect {
  /*margin-left: 20px;*/
  height: 19px;
  /*border: 1px solid #4B951F;*/
  width: 200px;
}

.inputFile {
  /*border: 1px solid #00A8E6;*/
  /*margin-top: 7px;*/
	
}



/*.custom-advice {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #FFF;
	color : #FF3300;
	font-weight: bold;
	font-size:11px;
}*/

.finePrint {
  /*font-size: 10px;
  font-style: italic;*/
  font-size: 10px;
}

#footer_border {
	width: 919px;
	height: 16px;
	background-image: url('footer.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
}

#footer {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	font-family: arial, verdana, helvetica;
	font-size: 10px;
	font-style: italic;
	color: #5B5B5B;
}
#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;
	
}

.thanksCopy {
	width: 600px;
	font-size: 16px;
	margin: 0 auto;
}

.thanksLinks {
	width: 600px;
	font-size: 16px;
	margin: 0 0 0 48px;
	padding: 30px 0 0 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;
	}
	
	
	

