.assistant {
	position: relative;	
	top: 200px;
	left: 400px;
	width: 208px;
	background: url(images/assistant/blank.gif) repeat; 
	background-color: transparent; 
	padding: 0px;
	margin: 0px;
	z-index: 1;
	}
	
#assistInfo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 160px;
	color: #036;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 8px 8px 12px 8px;
	}
	
#assistIcon {
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 6px;
	top: 10px;
	}

.assistant a {
	position: relative;
	display: inline;
	top: -3px;
	left: 6px;
	width: 70px;
	background-color: #FFF;
	border: 1px solid #0099B5;
	color: #005B99;
	text-align: center;
	text-decoration: none;
	padding: 0px 8px;
	margin: 0px 5px 0px 0px;
	}
	
.assistant a:hover {
	text-decoration: none;
	border: 1px solid #005B99;
	color: #F00;
	}
	
/* The border div styles */
#assistT {
	position: relative;
	top: 0px;
	left: 4px;
	width: 200px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background: url(images/assistant/assistT.png) repeat-x bottom;
	}
	
#assistTL {
	position: relative;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background: url(images/assistant/assistTL.png) no-repeat bottom left;
	}
	
#assistTR {
	position: relative;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background: url(images/assistant/assistTR.png) no-repeat bottom right;
	}
	
#assistMain {
	position: relative;
	top: 0px;
	left: 4px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	}

#assistL {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(images/assistant/assistL.png) repeat-y left;
	background-color: transparent;
	}
	
#assistR {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(images/assistant/assistR.png) repeat-y right;
	background-color: transparent;
	}
	
#assistB {
	position: relative;
	top:0px;
	left: 4px;
	width: 200px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background: url(images/assistant/assistB.png) repeat-x top;
	}
	
#assistBL {
	position: relative;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background: url(images/assistant/assistBL.png) no-repeat left top;
	}
	
#assistBR {
	position: relative;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background: url(images/assistant/assistBR.png) no-repeat right top;
	}
	
/* IE6 only hack to change the corner images to GIF's because IE6 doesn't support PNG transparency */
* html  #assistTL {
	background-image: url(images/assistant/assistTL.gif);
}

* html  #assistTR {
	background-image: url(images/assistant/assistTR.gif);
}

* html  #assistT {
	background-image: url(images/assistant/assistT.gif);
}

* html  #assistL {
	background-image: url(images/assistant/assistL.gif);
}

* html  #assistR {
	background-image: url(images/assistant/assistR.gif);
}

* html  #assistBR {
	background-image: url(images/assistant/assistBR.gif);
}

* html  #assistBL {
	background-image: url(images/assistant/assistBL.gif);
}

* html  #assistB {
	background-image: url(images/assistant/assistB.gif);
}


