.popup_dream-farm {
	background:#000;
	width:100%;	
	position:fixed;
	bottom: 0;		
	left: 0;
	z-index:999;
	display: none;
	padding:10px;
	box-sizing:border-box;
}
.policymessage{
	width:100%; 
	height:100%; 
	display:block; 
	color:#fff; 
	border:0px solid #636b71; 
	/*box-shadow: inset -3px 5px 17px 7px #282d2f;*/ 
	padding:0px; 
	box-sizing:border-box;
	text-align: center;
}
.popup_dream-farm .no-thanks {
	display: none;
	color: #60bd60;
	cursor: pointer;
	//**position: absolute;
	top: 20px;
	right: 20px;
	**//
	text-decoration: underline;
}
.moreinfo {
	color: #f94646;
	cursor: pointer;
	//**position: absolute;
	top: 20px;
	right: 20px;
	**//
	text-decoration: underline;
}
.popup_dream-farm .no-thanks:hover {
	text-decoration: none;
}
.courses_btn {
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 0px;
    transition: opacity 0.3s ease;
}

