.verkkokauppa-contact-form-popup { display: none;
clear: both;
position: fixed;
background: rgba(0,0,0,0.2);
padding: 20px;
z-index: 9999999999;
width: 100%;
top: 0;
left: 0;
height: 100%; }
.verkkokauppa-contact-form-popup input, .verkkokauppa-contact-form-popup textarea { padding: 3px; width: 100%; font-family: 'Open sans', sans-serif; margin-left: 0; font-size: 12px; }
.verkkokauppa-contact-form-popup label { width: 100px; }
.cariitti-contact-form-trigger { margin-top: 10px;}
.verkkokauppa-contact-form-container { display: block; margin-top: 20px; }
.verkkokauppa-contact-form-popup input[type="submit"]{
	width: auto; padding: 8px 6px 6px 32px; color: #FF6600; font-size: 14px;
}

.verkkokauppa-contact-form-popup form { 
	position: absolute;
	margin-left: -330px;
	top: 20%;
	background: #fff;
	padding: 30px;
	left: 50%;
	width: 600px; 
	box-shadow: 0px 0px 5px #111;
}

a.verkkokauppa-contact-form-popup-close {
	float:right;
	cursor: pointer;
	font-size: 12px;
	margin-top: 1em;
}

.verkkokauppa-contact-form-popup td {
	vertical-align: top;
	width: 280px;
}

.action_button.submit_contact_form { background-image: url(../img/base/icons/email.png); cursor: pointer; padding-left: 32px;}