	.button_form4, .button_form4 a, .button_form4:hover, a.button_form4{
		-webkit-appearance: none;
		font-size:20px;
		padding:6px 20px 8px;
		color:#ffffff!important;		
		background: #510e0e;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border:0;
		font-family:din;
		cursor:pointer;
		float:none;
		display:inline-block;
		white-space: normal;
	}
	.button_form4:hover{background: #752a2a;}
	
		#your_post{
		position:fixed;
		z-index:20;
		top:25%;
		left:35%;
		width:30%;
		min-height:40%;
		padding-bottom:10px;
		background-color:#ffffff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0px 5px 10px 0px #656565;
		-webkit-box-shadow: 0px 5px 10px 0px #656565;
		-o-box-shadow: 0px 5px 10px 0px #656565;
		box-shadow: 0px 5px 10px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
		font-family:Arial;
/* 		animation: arriving 0.02s linear;
		transform: rotate(0deg); */
	}			
/* 	@keyframes arriving{
				0%{ transform: rotate(5deg);}
				100%{ transform: rotate(0deg);}
	} */
	
	#your_big_post{
		position:fixed;
		z-index:1500;
		top:15%;
		left:25%;
		width:50%;
		min-height:60%;
		padding-bottom:10px;
		background-color:#ffffff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0px 5px 10px 0px #656565;
		-webkit-box-shadow: 0px 5px 10px 0px #656565;
		-o-box-shadow: 0px 5px 10px 0px #656565;
		box-shadow: 0px 5px 10px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
	}
	#your_post .overflow{
		height:280px;
	}
	.close{
		position:absolute;
		z-index:3;
		top:5px;
		right:5px;
		font-size:50px;
		text-align:center;
		width:40px;
		height:40px;
		cursor:pointer;
		color:#ffffff;
		line-height:33px;		
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color:#8a125e;
	}
	.close a{
		display:block;
	}
	
	.close_safari{
		position:absolute;
		z-index:3;
		top:5px;
		right:5px;
		font-size:55px;
		text-align:left;
		width:40px;
		height:40px;
		cursor:pointer;
		color:#ffffff;
		line-height:47px;		
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color:#8a125e;
-moz-box-shadow: inset -1px -2px 4px 0px #9b9b9b;
-webkit-box-shadow: inset -1px -2px 4px 0px #9b9b9b;
-o-box-shadow: inset -1px -2px 4px 0px #9b9b9b;
box-shadow: inset -1px -2px 4px 0px #9b9b9b;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=296, Strength=4);
	}
	.close_safari a{
		display:block;
	}






/* 1450px */
@media screen and (max-width: 1450px){
	#your_post{
		top:25%;
		left:25%;
		width:50%;
	}
	#your_big_post{
		top:10%;
		left:10%;
		width:80%;
		height:80%;
	}
}


/* 1024px */
@media screen and (max-width: 1024px){
	#your_post{
		left:15%;
		width:70%;
	}
	#your_big_post{
		top:10%;
		left:5%;
		width:90%;
	}
}



/* 740px */
@media screen and (max-width: 740px){
	#your_post{
		left:2.5%;
		width:95%;
	}
	#your_big_post{
		top:0%;
		left:1%;
		width:98%;
		height:85%;
	}
}


