/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

/* Wrapper */

#wrapper_comment {
	width: 600px;
	margin: 0;
}
p{
	margin-bottom: 2em;
	line-height: 1.6em;
}
/* Column Two */

#comment {
	float: left;
	width: 600px;
}

#comment .boxed {
	margin-bottom: 10px;
}

#comment .boxed .title_m {
	height: 20px;
	padding: 10px 0 0 10px;
	background: #128db3 url(../images/chb.gif) repeat-x;
	border-right: 1px solid #2564c0;
	border-left: 1px solid #2564c0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: verdana;
}

#comment .boxed .content_m{
	padding: 19px 19px 0 19px;
	border: 1px solid #2564c0;
	border-top: none;
	font-family: verdana;
	font-size: 11px;
	background:#2564c0;
	color: #FFF;
	min-height: 80px;
	height: auto;
}
#comment .boxed .title_o{
	height: 20px;
	padding: 10px 0 0 10px;
	background:  #ed973a url(../images/chg.gif) repeat-x;
	border-right: 1px solid #ed973a;
	border-left: 1px solid #ed973a;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: verdana;
}

#comment .boxed .content_o{
	padding: 19px 19px 0 19px;
	border: 1px solid #ed973a;
	border-top: none;
	font-family: verdana;
	font-size: 11px;
	background: #ed973a;
	color: #FFF;
	min-height: 80px;
	height: auto;
}

.g_date {
	display: block;
	float: right;
	width: 69px;
	height: 64px;
	margin-top: 0px;
	background: black url(../images/date.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-right: 0px;
}

.month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: black url(../images/date.gif) no-repeat;
	color: #FFFFFF;
}

.day {
	height: 47px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}
.bottom{
	border-top: 1px dotted #FFF;
	font-family: verdana;
	font-size: 10px;
	padding-top: 5px;
	text-align: right;
	margin-top: 1px;
}
.bottom a:hover{
   	color: #FFF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.bottom a{
   	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}


