#oc-optin { position: fixed; bottom: -74px; left: 0; z-index: 250; width: 100%; height: 65px; font-size: 10px; background: #bcb9aa; }
	#oc-optin form { position: absolute; top: 20px; left: 230px; width: 750px; font-size: 1.2em; }
		#oc-optin form label { color: #1a1a1a; font-weight: bold; line-height: 25px; text-transform: uppercase; margin: 0 .5em 0 1.5em; float: left; }
		#oc-optin form input[type="text"] { width: 190px; height: 15px; font-family: "Trebuchet MS", Arial, Tahoma, "Sans-serif"; line-height: 15px; background: white; border: 0; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin: 0; padding: 5px; float: left; }
		#oc-optin form input[type="image"] { margin-left: .5em; }
		
		#oc-optin form input:focus { outline: 0; }
		
	#oc-optin-close { position: absolute; top: 10px; right: 10px; color: #1a1a1a; font-size: 1em; text-decoration: underline; }
		#oc-optin-close:hover { color: #333; }
		
	#oc-optin-offer { position: absolute; top: -9px; left: 10px; width: 180px; height: 45px; color: #1a1a1a; font-size: 1.2em; font-weight: bold; line-height: 15px; text-transform: uppercase; background: url('ebook.png') no-repeat; padding: 29px 0 0 10px; }