/* Toolbar Styles */

div#toolbar {
     position: absolute;
	left: 21px;
	top: 165px;
     z-index: 2;
}

div#toolbar_starthere,
div#toolbar_matching,
div#toolbar_register,
div#toolbar_mywellclicks {
     background-repeat: repeat-y;
     position: relative;
}

div#toolbar .body {
     padding-left: 22px;
     padding-right: 7px;
}

div#toolbar .top,
div#toolbar .bottom {
     overflow: hidden;
}

div#toolbar .icon {
     position: absolute;
     top: 12px;
     left: 4px;
}

div#toolbar .button {
     position: absolute;
     bottom: 12px;
     right: 13px;
}

div#toolbar .button img {
     cursor: pointer;
}

div#toolbar_starthere {
     width: 231px;
	background-image: url(../../images/wcToolbar_starthereBox_wide_back.gif);
     margin-bottom: 25px;
}

div#toolbar_starthere .top {
	height: 62px;
}

div#toolbar_starthere .button {
	right: 37px;
     bottom: 32px;
}

div#toolbar_starthere .bottom {
	height: 71px;
}

div#toolbar_matching {
	width: 212px;
	background-image: url(../../images/wcToolbar_starthereBox_back.gif);
     margin-bottom: 4px;
}

div#toolbar_matching .top {
	height: 35px;
}

div#toolbar_matching .bottom {
	height: 48px;
}

div#toolbar_register {
	width: 212px;
	background-image: url(../../images/wcToolbar_registerBox_back.gif);
     margin-bottom: 4px;
}

div#toolbar_register .top {
	height: 35px;
}

div#toolbar_register .bottom {
	height: 48px;
}

div#toolbar_mywellclicks {
	width: 212px;
	background-image: url(../../images/wcToolbar_mywellclicksBox_back.gif);
}

div#toolbar_mywellclicks .top {
	height: 35px;
}

div#toolbar_mywellclicks .bottom {
	height: 48px;
}

div.toolbar_content div.content {
	font-size: 10pt;
	color: white;
	margin-top: 2px;
}