#msg1
{
	bottom: 0px;
	right: 0px;
	position:fixed;
    width:150px;
    height: 155px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color:white;
    display:none;
    font-size:11px;
}

#modal .modaltop
{
	width: 142px;
    background-color: Transparent;
    background-image: url(bg.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
#modal .modaltitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}

#modal .modalbody
{
    padding: 0px;
    text-align: left;
	 color: #000000;
}
