/* aChat Style
// Créé par Niluge_Kiwi
// v 0.2 2006/08/25 22:55:14
// ======================================================================== //
//
//   www.lmdmf.net
//
// kiwiiii@gmail.com
//
// ======================================================================== //
//
*/

div#achat_messages {
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	padding-left: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDFF;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #DDDDFF;
	background-image: url(/themes/mjtunesV3/chat.png);
	background-repeat: no-repeat;
	background-position: 380px -35px;
	margin: 0px;
	padding-top: 0px;
}

.achat_message {
}

.achat_uname {
	font-weight: bold;
}
.achat_guest_uname {
	font-weight: bold;
	color: #CC0
}
.achat_dp{
	width: 450px;
}

.achat_div_ping{
	font-weight: bold;
	color: #999999
}
.achat_postmessage{
	margin: 10px;
}
#achat_options_box, #pagenavform{
	border: 1px solid #AAAAAA;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#achat_title{
	text-align:center;
}
