	
	#emailFrame {
	
	}
	
	#emailMenu {
		width: 160px;
		float: left;
		
		margin-right: 10px;
	}
	
	#emailMenu a {
		display: block;
		border-bottom: 1px solid #efefef;
		padding: 2px;
	}
	
	#emailMenu a:hover {
		background: #efefef;
	}	
	
	#emailMenu h1 {
		font-size: 100%;
		margin: 2px;
		color: #666;
		font-weight: bold;
	}
	
	#emailContent {
		width: 580px;
		float: left;
	}
	
	.context {
		width: 175px;
		position: absolute;
		display: none;
	}
	
	.contextTable {
		border: 1px solid #ccc;
		background: #fff;
		width: 175px;
	}
	
	#mailboxMessages table {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	#mailboxMessages td {
		border-bottom: 1px solid #efefef;
		padding: 1px;
		margin: 0;
	}
	
	#mailboxMessages tr:hover {
		background: #efefef;
		cursor: pointer;
	}
	
	#mailboxMessagePane {
		width: 570px;
		overflow: auto;
		border: 1px solid #ccc;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	#mailboxMessagePane a {
		color: blue;
		text-decoration: underline;
	}
	
	#mailboxMessagePane a:visited {
		color: purple;
	}
	
	#mailboxMessageAttachments {
		clear: left;
		border: 1px solid #ccc;
		border-bottom: none;
		padding: 5px;
	}
	
	#mailboxMessageAttachments a {
		padding: 2px;
	}
	
	#mailboxMessageDetails {
		border: 1px solid #ccc;
		padding: 5px;
		border-bottom: none;
		
	}
	
	#mailboxMessages {
		border: 1px solid #ccc;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	#mailboxMessageToolbar {
		border: 1px solid #ccc;
		height: 20px;
		border-bottom: none;
	}
	
	#mailboxMessageToolbar a {
		padding: 3px;
		border-right: 1px solid #ccc;
		width: 100px;
		height: 14px;
		float: left;
		display: block;
	}
	
	#mailboxMessageToolbar a:hover {
		background: #efefef;
	}
	
	.mailboxMessageDetailsTitle {
		width: 80px;
		float: left;
		display: block;
		font-weight: bold;
	}
	
	#mailboxCompose {
		border: 1px solid #ccc;
		padding: 5px;
	}
	
	#mailboxCompose label {
		width: 100px;
		float: left;
		font-weight: bold;
		text-align: right;
		padding-right: 10px;
		padding-top: 4px;
	}
	
	#mailboxCompose input {
		width: 450px;
		margin-bottom: 5px;
	}
	
	#mailboxCompose select {
		margin-bottom: 5px;
	}
	
	#mailboxCompose div.line 	{
		margin-top:3px;
		margin-bottom: 5px;
	}
	
	#composeText {
		width: 450px;
		height: 300px;
		margin-left: 110px;
	}
	
	#mailboxMessagePages {
		margin-top: 5px;
	}
	
	.mailboxUnread {
		font-weight: bold;
	}
	
	#attachments {
		float: left;
	}
	
	.attachInput {
		width: 250px;
	}
	
	.aliasAt {
		
	}