.ftfcore{
	width: 100%;
    position: absolute;
	float: left;
	clear:both;
	overflow: visible;
	margin: 0px auto;
	z-index: 1001;
	}
.ftfcontainer{
	width: 90%;
	color: #545454;	
	background: #fadd38;
	border: 1px solid #fed800;
	border-radius: 12px;
	margin: 0px auto;
	padding: 12px 20px 24px 20px;
	}
.ftfcontainer #closeButton{
	float: right;
	}	
.ftfcontainer .ftfimgcontent{
	width: 100%;	
}
.ftfcontainer .ftfimgcontent img{
	width: 30%;
	border: 4px solid #fff;	
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px !important;
}
.ftfcontainer p{
	font-size:14px;
	line-height: 1.3em;
	padding: 0px 0px 10px 0px;		
}

.ftfcontainer #showButton a{
	font-weight: 400;
	background: #333;
	color: #fff !important;
	border-radius: 4px;
	padding: 7px 10px;
}
.ftfcontainer #showButton a:hover{
	background: #fff;
	color: #2dcae5 !important;
}

@media (max-width: 490px) {
.ftfcontainer .ftfimgcontent img{
	width: 40%;
}
.ftfcontainer p{
	font-size:12px;
	padding: 0px 0px 10px 0px;		
}

}
