body {
 background-color: #c5ccd4;
 font-family: sans-serif, "Arial";
 font-size: 16px;
 color: #E0E0E0;
 -webkit-text-size-adjust:none;
 width: auto;
}

h1 {
 color: #4c566c;
 font-size: 16px;
 margin-left: 12px;
 text-shadow: 0px 1px 1px #ffffff;
 margin-top: 20px;
}

body > .toolbar {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 border-bottom: 1px solid #2d3642;
 border-top: 1px solid #6d84a2;
 height: 42px;
 width: auto;
 background: url(iwape_files/toolbar.png) #6d84a2 repeat-x;
 margin: -8px -8px 2px -8px;
}

.toolbar > h1 {
	position: absolute;
	overflow: hidden;
	left: 411px;
	margin: 1px 0 0 -75px;
	padding-top: 10px;
// added
 height: 45px;
	font-size: 18px;
	width: 180px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	top: 14px;
}

.button {
 position: absolute;
 overflow: hidden;
 top: 8px;
 left: 6px;
 margin: 0;
 border-width: 0 5px;
 padding: 0 5px;
 width: auto;
 height: 30px;
 line-height: 30px;
 font-family: inherit;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF; 
 text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
 text-overflow: ellipsis;
 text-decoration: none;
 white-space: nowrap;
 background: none;
 -webkit-border-image: url(images/toolButton.png) 0 5 0 5;
}

.center {
 -webkit-border-radius: 8px;
 border-width: 0px;
 border-style: solid ;
 border-color: #acaeb0;
 background-color: #000000;
 width: 320px;
 margin-top:0;
 margin-right:1px;
 margin-left:-8px;
 margin-bottom:17px;
 padding: 0px;
 list-style:none;
}

.item {
 border-bottom: 1px solid #E0E0E0;
 padding: 5px 5px 5px 5px;
 color: #E0E0E0;
}

.highlight {
 border-bottom: 1px solid #E0E0E0;
 padding: 5px 5px 5px 5px;
 color: #3040FF;
}

.pic {
 border-bottom: 5px solid #000000;
 padding: 0px 0px 0px 0px;
}

.avTitle {font-weight: bold; text-decoration: underline;}
.avBody {font-weight: normal; text-decoration: none;}
.avAdHere {font-weight: bold; text-decoration: underline;}
