/* 
Mega AWeber Forms - Template 01
designed and coded by Ed Micah
http://www.edmicah.com
*/

#optin
{
	margin: 0 auto;
	
	text-align: center;
	width: 230px;
}
#optin p
{
}
		
#optin h3
{color:#ffffff;
}
  
}
#optin input
{
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 3px; /* FF1-3.6 */
	border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#optin input[type="text"]
{
	font-size: 15px;
	margin-bottom: 10px;
	padding: 8px 10px;
	width: 90%;
}
#optin input.email
{
	background: #fff url(http://www.edmicah.com/aweberform/images/email.png) no-repeat center right;
}
#optin input.name
{
	background: #fff url(http://www.edmicah.com/aweberform/images/name.png) no-repeat center right;
}
#optin input[type="submit"]
{
	border: 1px solid #111;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0;
	width: 100%;
}
/* 
Mega AWeber Forms - Template 01
designed and coded by Ed Micah
http://www.edmicah.com
*/

#optin input[type="submit"]
{	
	background-color: #f8d178;
	background-image: -webkit-gradient(linear, top, bottom, from(#f8dcbb), to(#dc8721)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f8dcbb, #dc8721); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f8dcbb, #dc8721); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f8dcbb, #dc8721); /* IE10 */
	background-image:      -o-linear-gradient(top, #f8dcbb, #dc8721); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f8dcbb, #dc8721);
	
	text-shadow: 1px 1px #2c2c2c; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
#optin input[type="submit"]:hover
{
	color: #ba6f15;
}
/* 
Mega AWeber Forms - Template 01
designed and coded by Ed Micah
http://www.edmicah.com
*/

#optin
{
	background-color: #1b648c;	
	color: #fff;
	border: 3px solid #111;
}
#optin input
{
	-webkit-box-shadow: 0px 2px 2px #111; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	   -moz-box-shadow: 0px 2px 2px #111; /* FF3.5 - 3.6 */
	   		box-shadow: 0px 2px 2px #111; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#optin input[type=text]
{
	border: 1px solid #111;
}