
#summary
{
	padding:5px;
	margin-top:5px;
	float:right; 
	width:180px;
	height:190px; 
	background-image:url('../images/rightbox.png');
	background-repeat:no-repeat;
}

#messages
{
	float:left;
}

#incoming
{
	background-color:#E5E5E5;
}
#outgoing
{
	background-color:#E5E5E5;
}
#completed
{
	background-color:#E5E5E5;
}
.settings
{
	background-color:#E5E5E5;
	padding:5px;
	border:1px solid #999999;
}

#haves
{
	background-color:#FFFFFF;
	height:250px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	border:1px solid #BBBBBB;
}

#messageCompose
{
	width:300px;
	padding:10px;
	float:left;
	clear:both;
	background-color:#FFFFAA;
	border:1px solid #FFCC44;
	margin-bottom:15px;
}

#messageView
{
	width:450px;
	padding:10px;
	float:left;
	clear:both;
	background-color:#FFFFAA;
	border:1px dashed #EEBB33;
	margin-bottom:8px;
}

#responseText
{
	float:right;
	color:#009900;
	font-weight:bold;
	padding-top:15px;
}

input.deleteSubmit
{
	width: 11px;
	height: 13px;
	margin-left:1px;
	margin-right:1px;
	padding: 0;
	border: 0;
	background: transparent url('../images/delete.png') no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.headline
{
	font-family:Arial;
	font-size:18px;
	color:#b60b0b;
	margin-top:10px;
	margin-bottom:10px;
}

.subheadline
{
	font-family:Arial;
	font-size:13px;
	color:#990000;
}

.table_offers
{
	width:470px;
	border:1px solid #999999;
}

.table_offers td
{
	padding:2px;
}

/* Navigation CSS */

