#popout_contact_us{ 
    background-image: url("../images/waves.gif");
    border-radius:15px;
    display:none; 
    padding:20px;
    min-width:200px;
	max-width:1000px;
    height:auto;
	font:25px Comic Sans MS;
	color:white;
	margin-top:10px;
	
	
}
.b-close{
    
	cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}

/*
.p_contact_us_text{
	font:25px Comic Sans MS;
	background-color:rgba(0,0,0,0.1); 
	border-radius:15px;
	padding:10px;
	color:white; 
}
*/

@media only screen and (max-width:1000px){
	
	#popout_contact_us{
		font:18px Comic Sans MS;
	}
	/*
	.p_contact_us_text{
	   font:18px Comic Sans MS;
	   
    }
	*/
	
	
}