@charset "utf-8";
/* CSS Document */
 
/*#wrapper{
	width: 700px;
	margin: 0px auto;
	text-align: left;
}*/
#maincontent{
	border:1px solid #BEBEBE;	
	background-color: #FFF;
	padding: 20px;
} 
/** START MESSAGE BOX **/
.buy_notice{
	text-align: center;
	width: 100%;
}
.buy_notice .wrapper{
	width: 800px;
	height: 110px;
	margin: 0 auto;
	text-align: left;
}
.buy_notice .content{
	float: right;	
	padding: 15px 25px;	
	background-image: url(message.png);
	background-repeat: no-repeat;
	color: #FFF;
}
.buy_notice .title{
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:20px;
	font-size-adjust:none;
	font-style:italic;	 
	margin:0;
	padding:0px;
	text-shadow:0 1px 0 #FFFFFF;
}
.buy_notice .description{
	font-size: 11px;
}
.msgtopleftcorder {
	 background: url(../images/msgtopleftcorner.gif) bottom no-repeat;
	 height:7px;
	 width:6px;	 
}
.msgtoprightcorder {
	 background: url(../images/msgtoprightcorner.gif) bottom no-repeat;
	 height:7px;
	 width:6px;	 
}
.msgbottomleftcorder {
	 background: url(../images/msgbotleftcorner.gif) no-repeat;
	 height:7px;
	 width:6px;	 
}
.msgbottomrightcorder {
	 background: url(../images/msgbottomrightcorner.gif) no-repeat;
	 height:7px;
	 width:6px;	 
}
.msgtopmiddlecorder {
	 background: url(../images/msgtopmiddlecorner.gif) bottom repeat-x;
	 height:7px; 
}
.msgbottommiddlecorder {
	 background: url(../images/msgtopmiddlecorner.gif) top repeat-x;
	 height:7px; 
}
.msgmiddlebg {
	 background: url(../images/msgmiddle.gif) top repeat; 
}
.closeButton { background:url(../images/closeButton.gif) no-repeat;width:16px;height:16px;  }

/** END MESSAGE BOX **/


