html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
#popup_content
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	padding: 10px;
	text-align: center;
}

.info_text
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	padding: 10px;
	text-align: center;
}

.info_text2
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 7pt;
	padding: 5px;
	text-align: center;
}

.smscode
{
	font-size: 10pt;
	color: #bf0000;
	font-weight: bolder;
}

.code_error
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #EB0000;
}

.wrong_to_index
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #EB0000;
	text-decoration: underline;
}

.wrong_to_index:hover
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #EB0000;
	font-size: 10pt;
	font-weight: bolder;
}

.active
{
	border: 3px solid #000;
}

.inactive
{
	border: 0px;
}

/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(img/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(img/bt.gif) no-repeat bottom}


