/*--- Default Plugin Style Sheet File ---*/

/* FORMS DEFAULT
 * Use this as parameter in the shortcode to style the form.
 * [eventai-shortcode do="showform" form="form-en_EN" css="form"]Example short code to process forms.[/eventai-shortcode]
 */
.form {	width: 70%; }
.form span { display: block; }
.form textarea,	input[type="text"],	input[type="email"]	{ width: 100% }
.form button {
	color: #fff;
	background: #146841;
	border: none;
    border-radius: 0.7em;
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.5em;
	text-decoration: none;
}
.form 
	button:hover,
	button:focus {
	background: #ca3c08;
}
.form button:active {border: none; padding: 0.5em;}