body {
	text-align: center;
	font-family: arial, sans-serif, helvetica, verdana;
	font-size: 12pt;
}
#container {
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	background-image: url none;
	background-repeat: no-repeat;
	background-color: #FFF;
}

/* Links */
a { color: #666666; }
a:hover {
	color: #930;
}


img {
	border: none;
}

.shadowText {
  color:#666666;
  text-shadow:1px 1px 0 #FFFFFF;
  font-family:arial,serif;
  font-size:15px;
  line-height:20px;
}

#loginForm { 
  background: #ffffff;
  position: absolute; top: 38px; right: 20px; 
  border:1px solid #666666;
  border-radius:15px 15px 15px 15px;
  box-shadow:0 0 10px #666666,1px 1px 200px #cccccc inset;
  padding: 10px 30px 30px 30px;
  z-index:99;
  width: 450px;
  font-size: 10pt;
}

#btm { text-align: right; padding-right: 40px; }
#btm #copyright { float: left; width: 520px; }
#btm #app_buttons { float: right; width: 250px; }
#btm a { font-size: 10pt; color: #666666; }
#btm a:hover { font-size: 10pt; color: #196e10; }



/* Headers */
h3 {
	text-align: center;
	font-weight: normal;
	font-size: 18pt;
	color: #db6505;
}

/* Response Divs */
.error { color: #890707; font-weight: bold; }


/********************* RECIPE BOOK **************************/
#recipeBook {
	width: 99%;
}
#recipeBook #rbook_top {
	background: url('../images/rbook_top.png') no-repeat;
	width: 99%;
	height: 47px;
}
#recipeBook #rbook_mid {
	background: url('../images/rbook_mid.png') repeat-y;
	width: 99%;
}
#recipeBook #rbook_mid_inner { padding-left: 50px; }
#recipeBook #rbook_btm {
	background: url('../images/rbook_btm.png') no-repeat;
	width: 99%;
	height: 35px;
}
#recipeBook .recipeLinks a { font-size: 13pt; }

#recipeBook2 { text-align: left; }
#recipeBook2 #rbook2_top { background: url('../images/rbook_top.png') no-repeat; width: 650px; height: 47px;  }
#recipeBook2 #rbook2_mid { background: url('../images/rbook_mid.png') repeat-y; width: 650px; }
#recipeBook2 #rbook2_mid_inner { padding-left: 70px; }
#recipeBook2 #rbook2_btm { background: url('../images/rbook_btm.png') no-repeat; width: 650px; height: 83px;  }
#recipeBook2 .recipeLinks a { font-size: 13pt; }

#notebox #notebox_top { background: url('../images/notebox_top.png') no-repeat; width: 272px; height: 95px; overflow: hidden; }
#notebox #notebox_top_inner { padding: 32px 5px 0 10px; }
#notebox #notebox_top_inner h1 { font-weight: bold; font-size: 15pt; color: #eb4a1f; padding: 0; margin: 0;}
#notebox #notebox_mid { background: url('../images/notebox_mid.png') repeat-y; width: 272px; }
#notebox #notebox_mid_inner { padding: 4px 10px 10px 10px; line-height: 16.5pt; }
#notebox #notebox_btm { background: url('../images/notebox_btm.png') no-repeat; width: 272px; height: 37px;  }
.addButton { text-align: right; }
