/* CSS for sidebar version */
#optin-sidebar {
	background: #fff;
	border-bottom: 0px dashed #CCCCCC;
	padding: 0px 0;
	text-align: center;
	width:auto;
	max-width:400px
}
#optin-sidebar h4 {
	font-weight: bold;
	margin: 10px 0 10px
}
#optin-sidebar input[type="text"] {
	border: 1px solid #AAAAAA;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 80%;
	color:#888
}
#optin-sidebar input {
	box-shadow: 0 2px 2px #AAAAAA;
	-moz-box-shadow: 0 2px 2px #AAAAAA;
	-webkit-box-shadow: 0 2px 2px #AAAAAA
}
#optin-sidebar input[id="name"] {
	background: url(../images/XrHTe.png) no-repeat scroll right center #FFFFFF
}
#optin-sidebar input[id="email"] {
	background: url(../images/2BCD0.png) no-repeat scroll right center #FFFFFF
}
#optin-sidebar input[type="submit"] {
	background: #DF6001;
	border: 1px solid #B63C00;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	margin-top: 0px;
	padding: 10px 10px;
	text-shadow: -1px -1px #B63C00;
	text-transform: uppercase;
}
#optin-sidebar input[type="submit"]:hover {
	background: none repeat scroll 0 0 #B63C00
}