﻿	/* postit note */
	.postit {
		margin: 62px 0px 0px 0px;
		padding: 0;
}

	.postit_top {
		background: url(../images/master_page/postit_top.png) 0 0 no-repeat;
		border: 0;
		height: 47px;
				
}	

	.postit_middle {
		background-image: url(../images/master_page/postit_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_bottom {
		background-image: url(../images/master_page/postit_bottom.png);
		background-repeat: no-repeat;
		border: 0;
		height: 44px;
		margin-bottom: 20px;
		
}