/* Front end WPGO Opt-in widget styles. */

.opt-in-container, .wpgo_opt_in_widget .thanks {
	padding: 0 5px;
}

.optin-field {
	margin:   5px 0;
	overflow: hidden;
}

.optin-description {
	margin-top: 0;
}

.wpgo_opt_in_widget .thanks {
	margin-bottom: 15px;
}

.wpgo_opt_in_widget input[type="submit"] {
	margin-top: 10px;
}

.optin-field input[type='text'] {
	width: 100%;
}