div.button {background-color:#c3c3c3; }
div.button:hover {background-color:#939393; cursor:pointer;}

div.purplebutton {background-color:#9932CC; color:white; }
div.purplebutton:hover {background-color:#800080; color:white; cursor:pointer;}

span.tooltip {
	color:blue;
	background: gold;
}

div.overdiv { filter: alpha(opacity=75);
                      -moz-opacity: .75;
                      opacity: .75;
                      background-color: #c0c0c0;
                      position: absolute;
                      top: 0px;
                      left: 0px;
                      width: 100%; height: 100%; }


div.square { position: absolute;
                     top: 200px;
                     left: 200px;
                     background-color: Menu;
                     border: #f9f9f9;
                     height: 274px;
                     width: 320px; }

div.square div.msg { color: #3e6bc2;
                     font-size: 15px;
                     padding: 15px; }
                     
div.square iframe { color: #3e6bc2;
                    font-size: 15px;
                    padding: 15px; 
                    height: 234px}
                   