/* Newsletter */
.optInAndOutForm { margin: 0; width: 80%;}
.formLabel { float:left; width:24%; }
.optInAndOutForm input { position: relative; font: 11px/13px Arial, Helvetica, Verdana, sans-serif; }
.optInAndOutForm input.text, .optInAndOutForm input.activetext { width: 70%; border: 1px solid #c4c9c8; padding: 1px; margin: 1px 0; }
.optInAndOutForm input.text { color: #999; }
.optInAndOutForm input.activetext { color: #000; }
.optInAndOutForm input.submit { padding:3px 6px 2px 6px; margin: 5px 24px 0 0 ; width: 83px; border: 0; text-align: center; display: block; float: right; color: #fff; text-decoration: none; font: bold 11px/11px Arial, Helvetica, Verdana, sans-serif;  background: #ccc;  }
.optInAndOutForm input.submit:hover { color: #000; cursor:hand; cursor:pointer; }
.optInAndOutForm .error { color: #f33; }
