@media only screen {
	.widget_custom_newsletter ::-webkit-input-placeholder {
	   color: #5190c3;
	}

	.widget_custom_newsletter :-moz-placeholder { /* Firefox 18- */
	   color: #5190c3;  
	}

	.widget_custom_newsletter ::-moz-placeholder {  /* Firefox 19+ */
	   color: #5190c3;  
	}

	.widget_custom_newsletter :-ms-input-placeholder {  
	   color: #5190c3;  
	}

	.widget_custom_newsletter {
		font-family: "Museo Sans W01_500";
	}
	.widget_custom_newsletter h4 {
		font-family: "Museo Sans W01_900";
		color: #cfb08f;
		text-shadow: 1px 1px 0px #fff;
		font-size: 14px;
		margin-bottom: 0;
		letter-spacing: 1px;
	}
	.widget_custom_newsletter form {}
	.widget_custom_newsletter input {}
	.widget_custom_newsletter input[type="text"] {
		border: 1px solid #dfcbb5;
		color: #5190c3;
		height: 38px;
		width: 98%;
		box-shadow: none;
	
		font-size: 16px;
}
	.widget_custom_newsletter input[type="text"]:hover,
	.widget_custom_newsletter input[type="text"]:focus {
		border-color: #dfcbb5;
	}
	.widget_custom_newsletter input[type="submit"] {
		background: #5190c3;
		border-radius: 4px;
		color: #fff;
		border: 0;
		height: 38px;
		width: 100%;
		text-transform: uppercase;
		font-size: 13px;
		transition: background-color 300ms ease-out;
	}
	.widget_custom_newsletter input[type="submit"]:hover {
		background: #3c76a5;
	}
}