div.message {
	border-bottom: 2px solid #CCCCCC;
	text-align: left;
	padding: 5px;
	padding-left: 0px;
	position: relative;
	min-height: 65px;
}

div.message a.delete {
	position: absolute;
	display: block;
	color: black;
	padding: 2px;
	border: 1px solid #CCCCCC;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	right: 0px;
	top: 25px;
	cursor: pointer;
}

div.message a.delete:hover {
	background-color: black;
	color: white;
}

div#no_messages {
	width: 300px;
	margin: auto;
	height: 50px;
	line-height: 50px;
	border: 2px solid #7EAC00;
	color: #7EAC00;
	text-align: center;
	margin-top: 30px;
}

div.message span {
	float: left;
	margin-left: 5px;
}

div.message .from img {
	padding: 3px;
	border: 2px solid #CCCCCC;
	float: left;
	margin-right: 3px;
}

div.message .from {
	width: 280px;
	float: left;
}

div.message div {
	float: left;
	width: 200px;
}

div.msg {
	width: 400px ! important;
}

div.message .summary p {
	padding: 0px;
	margin: 0px;
}

div.unread .summary p {
	font-weight: bold;
}

div.message .summary {
	width: 300px;
	float: left;
}

form#reply_form textarea{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.message_box input.bordered_submit {
	margin-left: 2px;
	margin-top: 5px;
}

div.message_box {
	padding-top: 5px;
}

div.message_box fieldset input {
	width: 500px;
}

.ac_results ul {
  margin: 0;
  padding: 0;
}

.ac_results img {
	height: 16px;
	width: 16px;
	vertical-align: middle;
}

.ac_results li {
	list-style: none;
}

.ac_results a {
	background-color: #DAE8F6;
	color: #2D66C6;
	text-decoration: none;
	display: block;
	min-width: 100px;
	height: 22px;
	line-height: 22px;
	padding: 0px 0px 0px 4px;
}

.ac_results a:hover {
  background-color: #C8D9FC;
}

.date {
	color: #7EAC00;
}

/* Reply/Forward forms */
#forms_pane h2 {
  margin-bottom: 0;
}

#forms_pane h2 span {
  cursor: pointer;
  padding: 5px 5px 5px 23px;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

#forms_pane h2 span.selected {
  background-color: #DAE8F6;
  color: #2D66C6;
}

#forms_pane form {
  background-color: #DAE8F6;
  padding: 5px;
}

#reply_header {
  background-image: url(./img/icons/mail_reply.png);
}

#forward_header {
  background-image: url(./img/icons/mail_forward.png);
}

form#forward_form input.text {
  line-height: 170%;
  padding: 5px 3px;
  margin-top: 5px;
	margin-bottom: 5px;
}

