﻿/**
Default Theme
*/
.defaultTheme {
	border:1px solid #444;
	background:#555;
	color:#fff;
	margin:0;
	padding:6px 12px;	
	-moz-border-radius: 0 0 12px 0;
	-webkit-border-radius: 0 0 12px 0;
	-khtml-border-radius: 0 0 12px 0;
	border-radius: 0 0 12px 0;
}

.defaultTheme #aToolTipCloseBtn {
	display:block;
	height:18px;
	width:18px;
	background:url(../images/closeBtn.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-20px;
	right:-30px;
	margin:2px;
	padding:4px;
}