@charset "utf-8";
/* CSS Document */


#linktounicef_body {
	margin:0;
	padding:0 7px 0 0;
	/*border:#0F0 solid thin;*/
	width:420px;
}


#linktounicef_text {
	overflow:auto;
	padding:15px 15px 0 15px;
}




#linktounicef_body .but {
	display: block;
	position:relative;
	color: #FFFFFF;
	border: 0;
	padding: 5px 0px 15px 5px;
	margin: 5px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	font-size: 14px;
	width: 200px;
	height: 36px;
	background-color: transparent;
	background-image: url(/img/btn/btn_wide1_green.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#linktounicef_body .but:hover {
	background-image: url(/img/btn/btn_wide1_orange.png);
}

