
/* Change width to modify the width of the box */
.bottombox, .topbox, .middlebox {
	width:430px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
}

/* Change .topbox to modify the color coding of the top box. Do not change the background color. */
.topbox {
	background-color: #ffffff;
	border: solid 1px #bdcbde;
	}
	
/* Do not change .topimage */
.topimage {
	background: url(wbcsd-small.gif);
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	float: left;
	margin-bottom: -5px
	}
	
/* Change .TopBoxText to modify the title of your box */
.topbox .TopBoxText {
	color: #333333;
	margin: 5px 5px 5px 5px;
	text-align: right;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

/* Change .middlebox to modify background and border colors of the middle box */
.middlebox {
  background-color: #FFFFFF;
  border: solid 1px #F79A07;
}

/* Do not change .middlebox .MiddleBoxText */
.middlebox .MiddleBoxText {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	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: #F79A07;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	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: #333333;
	font-family: Verdana;
	font-size: 14px;
	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: #FFBB64;
	border: solid 1px #FFBB64;
}

/* Change .bottombox .BottomBoxText to modify the look of "Search WBCSD news" */
.bottombox .BottomBoxText {
	color: #333333;
	margin-left:5px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:-1px;
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	text-align: left;
}

/* Change .bottombox .go to modify the look of the "Go" button */
.bottombox .go
{
	height:15px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	background:#890D02;
	border:solid 1px;
	border-color:#890D02;
	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: 14px;
	color: #333333;
}

/* Change .bottombox .tinytext to modify the look of the WBCSD disclaimer */
.bottombox .tinytext
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align: center;
	color: #000000;
}

/* Change .bottombox .wbcsd to modify the look of link to the WBCSD homepage */
.bottombox  .wbcsd {
   color: #333333;
   font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
}

.spacer {
   background:url(spacer.gif);
   font-size:0px;
   background-color: #ffffff;
   height: 2px;
}

	