
/* Change width to modify the width of the box */
.bottombox, .topbox, .middlebox {
	width:180px;
}

/* Change .topbox to modify the color coding of the top box. Do not change the background color. */
.topbox {
	background-color: #3894E6;
	border: solid 1px #bdcbde;
	}
	
/* Do not change .topimage */
.topimage {
	background: #3894E6 url('wbcsd-small.gif');
	width:40px; height:40px; float:left; margin-bottom:-5px; background-color:#3894E6
	}
	
/* Change .TopBoxText to modify the title of your box */
.topbox .TopBoxText {
	color: #ffffff;
	margin: 5px 5px 5px 5px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/* Change .middlebox to modify background and border colors of the middle box */
.middlebox {
  background-color: #ffffff;
  border: solid 1px #bdcbde;
}

/* Do not change .middlebox .MiddleBoxText */
.middlebox .MiddleBoxText {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	}	

/* Change .middlebox A to change the headlines */	
.middlebox A {
	color: #006699;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;	
	}

.middlebox A:HOVER {
text-decoration:underline;
}

/* Change .middlebox .MiddleBoxSmall to change the item description (if available) */	
.middlebox .MiddleBoxSmall {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 1px;
	padding-top: 0px;
	}

	/* Change .bottombox to modify background and border colors of the bottom box */
.bottombox {
	background-color: #6AB9FF;
	border: solid 1px #bdcbde;
}

/* Change .bottombox .BottomBoxText to modify the look of "Search WBCSD news" */
.bottombox .BottomBoxText {
	color: #FFFFFF;
	margin-left:5px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:-1px;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	text-align: left;
}

/* Change .bottombox .go to modify the look of the "Go" button */
.bottombox .go
{
	height:15px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	background:#000000;
	border:solid 1px;
	border-color:#000000;
	color:#ffffff;
	text-decoration: none;
	text-align: center;

}

/* Change .bottombox input to modify the look of the input field */
.bottombox input
{
	width:126px;
	height:15px;
	border:solid 1px;
	border-color:#444444;
	margin-bottom: 2px;
	margin-left:5px;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}

/* Change .bottombox .tinytext to modify the look of the WBCSD disclaimer */
.bottombox .tinytext
{
	font-family:Arial;
	font-size:9px;
	font-weight:normal;
	text-align: center;
	color: #ffffff;
}

/* Change .bottombox .wbcsd to modify the look of link to the WBCSD homepage */
.bottombox  .wbcsd {
   color: #0E4B82;
   font-family:Arial;
	font-size:9px;
	font-weight:bold;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
}

.spacer {
   background:#ffffff url('spacer.gif');
   font-size:0px;
   height:2px; background-color:#ffffff
}

	