	#new_note {
		position: absolute;
		visibility: hidden;
		filter: Alpha(opacity=0); /*without this ie crys*/
		overflow: hidden;
		width: 300px;
		top: 0px;
	}
	
	div.notes {
		width: 200px;
		border: 1px solid #ccc;
		border-bottom: 2px solid #ccc;
	}
	div.note_title {
		font-weight: bold;
		padding: 5px;
		background-color: #ccc;
	}
	div.note_title img {
		border: 0px;
	}
	div.last_note {
		background-color: #fff;
		padding: 5px;
	}
	div.note_container {
		background-color: #fff;
		position: absolute;
		visibility: hidden;
		filter:Alpha(opacity=0); /*without this ie crys*/
		overflow: hidden;
		padding: 5px;
	}
	div.note_author {
		font-weight: bold;
		color: #999;
	}
	div.notes_action {
		margin-top: 5px;
		padding: 3px;
		color: #fff;
		background-color: #666;
	}
	div.notes_action a {
		color: #fff !important;
	}
	
	.delete_note_button {
		float: right;
		border: none;
	}
	
	
	#new_email {
		position: absolute;
		visibility: hidden;
		filter: Alpha(opacity=0); /*without this ie crys*/
		overflow: hidden;
		width: 300px;
		top: 0px;
	}
	
	div.emails {
		width: 200px;
		border: 1px solid #ccc;
		border-bottom: 2px solid #ccc;
	}
	div.email_title {
		font-weight: bold;
		padding: 5px;
		background-color: #ccc;
	}
	div.email_title img {
		border: 0px;
	}
	div.last_email {
		background-color: #fff;
		padding: 5px;
	}
	div.email_container {
		background-color: #fff;
		position: absolute;
		visibility: hidden;
		filter:Alpha(opacity=0); /*without this ie crys*/
		overflow: hidden;
		padding: 5px;
	}
	div.email_author {
		font-weight: bold;
		color: #999;
	}
	div.email_action {
		margin-top: 5px;
		padding: 3px;
		color: #fff;
		background-color: #666;
	}
	div.email_action a {
		color: #fff !important;
	}
	
	
