@charset "UTF-8";
/* CSS Document */

#share_popup {
	display: none;
    width:300px;
	background-color:#e32527;
	border:1px #CCC solid;
	position:absolute;
	top:490px;
	left:160px;
	box-shadow:rgb(153,153,153);
	padding: 10px 10px 5px;
}



#share_popup h2 {
	text-align:center;
	color:#FFF;
	
}



form {
	font-family: "Open Sans", sans-serif;
	font-size:.85em;
	text-transform:uppercase;
	letter-spacing:.05em;
	color:#FFFFFF;
}



#share_popup div.input {
    margin: 5px 0px;
	margin-top: 5px;
	margin-right-value: 0px;
	margin-bottom: 5px;
	margin-left-value: 0px;
	margin-left-ltr-source: physical;
	margin-left-rtl-source: physical;
	margin-right-ltr-source: physical;
	margin-right-rtl-source: physical;
}



.input {
	width:100%;
	font-family: "Open Sans", sans-serif;
	font-weight:400;
	font-size:1em;
	line-height:1.8em;
	padding-top:15px;
}


.input label, .input input {
	display:block;
	float:left;
	text-align:left;
	width:300px;
}



.input {
	margin-bottom:40px;
}



.button .send, .button .close {
	margin-top:20px;
	font-size:12px;
}


#vinkkaa_lahetetty {
	text-align:center;
	display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
}


#share_overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgb(0, 0, 0);
    opacity: 0.5;
}