/*
Theme Name: Iconic One Pro
Custom CSS Template for Iconic One Pro
*/	

#optin {
	background: #000000;
	color: #ffffff;
	text-align: center;
	padding: 10px 15px;
	font-family: helvetica;
	font-weight: bold;
}
	#optin input {
		border: 1px solid #111;
		font-size: 15px;
		margin-bottom: 5px;
		padding: 8px 10px;
		box-shadow: 0 2px 2px #111;
		-moz-box-shadow: 0 2px 2px #111;
		-webkit-box-shadow: 0 2px 2px #111
		width: 100%;
	}
		#optin input.email { background: #fff; color: #000000; padding: 8px 0; width: 99%; }
		#optin input.name { background: #fff; padding-left: 35px }
		#optin input[type="submit"] {
			background: #ff3a3a;
			border: 1px solid #111;
			color: #fff;
			cursor: pointer;
			font-size: 14px;
			font-weight: bold;
			padding: 8px 0;
			width: 100%
		}