table#recmessage, table#sentmessage {
	border: 1px solid#ccc;
	padding:0;
	border-collapse:collapse;
	width:100%;
}

table#recmessage th, table#sentmessage th {
   padding: 5px 0 5px 5px;
   background: #CDE1FF;
   font:  bold 120% Arial,Tahoma,Helvetica,sans-serif;
}

table#recmessage td, table#sentmessage td, table#recmessage tr, table#sentmessage tr {
   text-align:left;
   border: 1px solid #ccc;
   padding: 4px;
   font-size: 100%;
}

table#recmessage td, table#sentmessage td {
	font:  normal 100% Arial,Tahoma,Helvetica,sans-serif;
}

table#recmessage a, table#sentmessage a {
   color: #000000;
   text-decoration: underline;
   font:  normal 100% Arial,Tahoma,Helvetica,sans-serif;
}

table#recmessage tr.white, table#sentmessage tr.white {
   background: #F2F2F2;
}

table#recmessage tr.yellow , table#sentmessage tr.yellow {
   background: #FFC;
}

table#recmessage td.left, table#sentmessage td.left {
   width: 160px;
}

table#recmessage td.right, table#sentmessage td.right {
   width: 215px;
}

div#usercp h4 a {
	color: #fff;
	font-size: 95%;
}

.add, .delete, .back, .save, .send, .reply {
	height: 48px;
	width: 48px;
	border:none;
	float:right;
	margin:0px 5px;
}

.back {
	background: url(/admin/images/previous.png) no-repeat;
}

.delete {
	background: url(/admin/images/delete.png) no-repeat;
}

.save {
	background: url(/admin/images/save.png) no-repeat;
}

.add {
	background: url(/admin/images/add.png) no-repeat;
}

.send {
	background: url(/admin/images/mail_up.png) no-repeat;
}

.reply {
	background: url(/images/cpanel/reply.png) no-repeat;
}

table#sentmessage td.small, table#recmessage td.small {
	font-size: 85%;
}

input.options {
	margin: 0px 10px;
}

form#adminform fieldset {
	width: 95%;
}

select#threads {
	float:right;
}

div#pvtmessage {
	width:388px;
	background: url(../images/layout/message.gif) no-repeat;
	margin-left: 86px;
	height: 252px;
	padding:5px;
}

div#recipients {
	width:388px;
	background: url(../images/layout/recipients.gif) no-repeat;
	margin-left: 86px;
	height: 130px;
	padding:5px;
}

div#recipients select {
	border:0 none;
	padding:2px;
	width:376px;
	background: #f0f0f0;
}

div#pvtmessage textarea {
	width:377px;
	height:243px;
	border:0;
	background: #f0f0f0;
}
