.msgbox {
	padding: 36px 282px 0 259px;
	min-width: 635px;
	display: block;
}

.msgboxtl {
	width: 53px;
	height: 59px;
	background: transparent url(../img/textbox/text_tl.png) no-repeat left top;
	float: left;
}

.msgboxtitle {
	margin: 0 53px 0 53px;
	background: url(../img/textbox/text_tm.png) repeat-x left top;
	height: 59px;
}

.msgboxheader { margin: 8px 0 0 -28px; }

.msgboxtr {
	width: 53px;
	height: 59px;
	background: url(../img/textbox/text_tr.png) no-repeat top right;
	float: right;
}

.msgboxtitle h2 {
	padding: 18px 0 6px 0;
	margin: 0 53px 0 0px;
	font-size: 32px;
	color: #013301;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.msgboxm {
background: url(../img/textbox/text_ml.png) repeat-y top left;	
}

.msgboxml {
	width: 53px;
	float: left;
}

.msgboxtxt {
	margin: 0 1px 0 3px;
	padding: 0 0 43px 0;
	min-height: 117px;
	background: white url(../img/textbox/tophat.png) no-repeat right bottom;
}

.msgboxtxt h1 {
	padding-top: 16px;
	margin: 0 53px 0 53px;
	font-size: 22px;
	color: #013301;
	font-family: Arial;
	font-weight: bold;
}

.msgboxtxt h2 {
	padding-top: 16px;
	margin: 0 53px 0 53px;
	font-size: 16px;
	color: #013301;
	font-family: Arial;
	font-weight: bold;
}

.msgboxtxt p {
	padding-top: 16px;
	margin: 0 53px 0 53px;
	font-size: 14px;
	color: #013301;
	font-family: Arial;
}

.msgboxtxt p:first-letter { font-weight: bold; }

.msgboxbl {
	width: 53px;
	height: 32px;
	background: url(../img/textbox/text_bl.png) no-repeat left bottom;
	float: left;
}

.msgboxbr {
	width: 53px;
	height: 32px;	
	background: url(../img/textbox/text_br.png) no-repeat right bottom;
	float: right;
}

.msgboxfooter {
	margin: 0 53px 0 53px;	
	height: 32px;
	background: url(../img/textbox/text_bm.png) repeat-x left bottom;
}

p.date {
	padding-top: 5px;
	margin-left: 20px;
	font-size: 10px;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.msgbox q {
	font-style: italic;
}
.msgbox p a:hover { text-decoration: none; font-weight: bold; }
.msgbox p a { color: #C908D0; }
.msgbox p.more {
	margin: 0;
	padding: 20px 0 10px 25px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.msgbox p.more:hover {
font-size: 14px;
}

.anchor {
	color: #294301;	
}
.anchor:hover { text-decoration: none; }
.anchor:active { color: #294301; }

.msgbox a.nostyle { color: #013301; }

.msgbox a.nostyle:hover { font-weight: normal; }

p.txtboxcenter { text-align: center; margin: 0;}
