@charset "utf-8";
/* CSS Document */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,ol, li, dl, dt, dd, form, a, fieldset, input, th, td{
      margin: 0;
      padding: 0;
      border: 0;
      outline: none;
}

body{
      font-size: 88%;
      line-height: 1;
}

/** START bill BOX **/
.bill_notice{
	border-bottom: 1px solid #301700;
	background-color: #367503;
	opacity:0.9;
	filter:alpha(opacity=90);
	width: 100%;
	text-align: center;
}
.bill_notice .wrapper{
	margin: 0 auto;
	text-align: left;
	width: 730px;
	color: #FFF;
}
.bill_notice .title{
	float: left;
	width: 30%;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:24px;
	font-size-adjust:none;
	font-style:italic;
	line-height:35px;
	margin:0;
	padding:15px;
	text-shadow:0 1px 0 #FFFFFF;
}
.bill_notice .description{
	float: left;
	width: 50%;
	font-size: 11px;
	padding:15px;
}
.bill_notice .icon{
	float: right;
	padding:10px;
}
.bill_notice a:link, .bill_notice a:visited, .bill_notice a:active{
	color: #FFF;
}
.bill_notice a:hover{
	color: #ffc692;
}
/** END bill BOX **/


