
.fadeout{
	opacity: 0;
	transition: 6s ease-in-out;
	-webkit-transition: 6s ease-in-out;
	box-sizing:border-box;
}

.fadein{
	opacity: 1;
	transition: 6s ease-in-out;
	-webkit-transition: 6s ease-in-out;
	box-sizing:border-box;
}

.idshow3 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.imagebox { position: relative;width: auto;height: auto;margin: 0px 0px 0px 0px;}

.square_btn {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #00CC99;/*F*/
	border: solid 1px #0f9ada;/*F*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}


