/* ################## */
/* ### PS_MAILLOG ### */
/* ################## */

#ps_maillog_input {
	width: 495px;
	padding: 5px;
	background-color: #E4E4E4;
}
* html #ps_maillog_input {
	width: 505px;
}

#ps_maillog_entry_container {
	width: 505px;
}

	#ps_maillog_entry_header {
		width: 100%;
		height: 20px;
		line-height: 20px;
		background-color: #DADADA;
	}
	
		#ps_maillog_entry_aviate {
			float: left;
			width: 126px;
			text-align: center;
			height: 20px;
			line-height: 20px;
		}
		
		#ps_maillog_entry_maconno {
			float: left;
			width: 126px;
			text-align: center;
			height: 20px;
			line-height: 20px;
		}
		
		#ps_maillog_entry_conno {
			float: left;
			width: 126px;
			text-align: center;
			height: 20px;
			line-height: 20px;
		}
		
		#ps_maillog_entry_custno {
			float: left;
			width: 126px;
			text-align: center;
			height: 20px;
			line-height: 20px;
		}
	
	#ps_maillog_entry_subheader {
		width: 100%;
		background-color: #E4E4E4;
		border-bottom: 1px solid #DADADA;
	}
	
		#ps_maillog_entry_left {
			width: 64px;
			float: left;
			margin-left: 5px;
			font-weight: bold;
		}
		
		#ps_maillog_entry_right {
			float: left;
		}
	
	#ps_maillog_entry_text {
		width: 495px;
		padding: 5px;
		border-left: 1px solid #DADADA;
		border-right: 1px solid #DADADA;
		border-bottom: 1px solid #DADADA;
	}
	* html #ps_maillog_entry_text {
		width: 505px;
	}
