﻿.HelpWindow
{
	z-index: 100;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	visibility: hidden;
	text-align:left;
}

.HelpWindowTop
{
    width: 300px;
    height: 10px;
    background-image: url(../Assets/Images/HelpTop2.gif);
    background-repeat: no-repeat;
}

.HelpWindowContent
{
    width:300px;
    height: 10px;
    background-image: url(../Assets/Images/HelpRepeat2.gif);
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.HelpWindowContent p
{
    width: 280px;
    font-family: Verdana;
    font-size: 12px;
}

.HelpWindowBottom
{
    width: 300px;
    height: 10px;
    background-image: url(../Assets/Images/HelpBottom3.gif);
    background-repeat: repeat-y;    
}