﻿
	/* postit note */
	.postit {
		margin: 62px 0px 0px 0px;
		padding: 0;
}
	.postit_advert {
		margin: 10px 0px 0px 0px;
		padding: 0;
}

	.postit_top {
		background: url(/images/master_page/pinup_top.png) 0 0 no-repeat;
		border: 0;
		height: 47px;
				
}	

	.postit_middle {
		background-image: url(/images/master_page/pinup_middle.png);
		background-repeat: repeat-y;
		border: 0;
		margin: 0px;	
		padding: 0px 20px 0px 10px;		
		overflow: hidden;
		zoom:1;
}
	/*fix for IE 6, to allow column_right to align with column_left
	* html .postit_middle {
		padding: 0px 0px 0px 0px;
		width: 172px;
}*/

	.postit_middle a {
	font-size: ;
}

	.postit_bottom {
		background-image: url(/images/master_page/pinup_bottom.png);
		background-repeat: no-repeat;
		border: 0;
		height: 44px;
		margin-bottom: 20px;
}