/* CSS for main style (posts and pages) */#optin-single {	background: none repeat scroll 0 0 #F7F7F7;	border-color: #DDDDDD;	border-style: solid;	border-width: 1px;	padding: 10px 10px 15px 20px;	width: auto;	margin:15px 0}#optin-single h4 {	font-weight: bold;	margin: 0 0 10px 0;	font-size:16px}#optin-single input[type="text"] {	box-shadow: 0 2px 2px #DDDDDD;	-moz-box-shadow: 0 2px 2px #DDDDDD;	-webkit-box-shadow: 0 2px 2px #DDDDDD;	border: 1px solid #CCCCCC;	font-size: 13px;	margin: 0 0 10px 0;	padding: 10px;	width: 35%;	color:#888}#optin-single input[id="name"] {	background: url(../images/XrHTe.png) no-repeat scroll right center #FFFFFF;	margin-right: 5px}#optin-single input[id="email"] {	background: url(../images/2BCD0.png) no-repeat scroll right center #FFFFFF;	margin-right: 5px}#optin-single input[type="submit"] {	background: #DF6001;	border: 1px solid #B63C00;	color: #FFFFFF;	cursor: pointer;	font-family: arial;	font-size: 12px;	font-weight: bold;	margin-top: 0px;	padding: 8px 0;	text-shadow: -1px -1px #B63C00;	text-transform: capitalize;	width:17%}#optin-single input[type="submit"]:hover {	background: none repeat scroll 0 0 #B63C00}/* Smartphones (portrait) ----------- */@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {	#optin-single {		background: #DDDDDD;		border-bottom: 1px dashed #CCCCCC;		padding: 15px 0;		text-align: center;		width:auto;		max-width:400px	}	#optin-single h4 {		font-weight: bold;		margin: 10px 0 20px	}	#optin-single input[type="text"] {		border: 1px solid #AAAAAA;		font-size: 13px;		margin: 0 0 15px 0;		padding: 10px;		width: 80%;		color:#888	}	#optin-single input {		box-shadow: 0 2px 2px #AAAAAA;		-moz-box-shadow: 0 2px 2px #AAAAAA;		-webkit-box-shadow: 0 2px 2px #AAAAAA	}	#optin-single input[id="name"] {		background: url(../images/XrHTe.png) no-repeat scroll right center #FFFFFF	}	#optin-single input[id="email"] {		background: url(../images/2BCD0.png) no-repeat scroll right center #FFFFFF	}	#optin-single input[type="submit"] {		background: #DF6001;		border: 1px solid #B63C00;		color: #FFFFFF;		cursor: pointer;		font-family: arial;		font-size: 15px;		font-weight: bold;		margin-top: 0px;		padding: 8px 0;		text-shadow: -1px -1px #B63C00;		text-transform: capitalize;		width:auto	}	#optin-single input[type="submit"]:hover {		background: none repeat scroll 0 0 #B63C00	}}