﻿/* CSS Document */

.callout
{
	position: relative;
	min-width: 32px;
	min-height: 12px;
	padding: 16px;
	background-color: #E3E3E3;
}
.calloutCenter
{
	position: relative;
	min-width: 32px;
	min-height: 12px;
	padding: 16px;
	margin: 0px auto;
}

.calloutTL
{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0px;
	left: 0px;
	background-image: url(../images/callout/img000_callout_tl.gif);
}

.calloutTR
{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0px;
	right: 0px;
	background-image: url(../images/callout/img000_callout_tr.gif);
}

.calloutBR
{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/callout/img000_callout_br.gif);
}

.calloutBL
{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/callout/img000_callout_bl.gif);
}

.calloutText
{
	position: relative;
	background-color: #E3E3E3;
}

.calloutText div, .calloutText i
{
	font-size: 10px !important;
}
