a.buttonArea {
	width: 190px;
	height: auto;
	display: block;
	background-image: url(../images/quick_icon.gif);
	background-repeat: no-repeat;
	border-bottom: dashed 1px #CCCCCC;
	text-decoration:none;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
}

a.buttonArea:hover {
text-decoration:none;
}
a.buttonArea h1 {
	line-height: 0.9em;
	margin-bottom: 15px;
	display:block;
	text-indent:0px !important;
	color: #000;
	
}
.buttonArea p{

}
.smallImage {
	margin-left: 20px;
	padding-top: 25px;
}

.bubbleInfo {
    position: relative;
}

.popup {
	
		position: absolute;
          display: none;
          z-index: 50;
            border-collapse: collapse;
	color: #555;
	
	
}
.popup td.corner {
                height: 15px;
                width: 19px;
        }

.popup td#topleft { background-image: url(../images/bubble-1.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties); }
.popup td.top { background-image:  url(../images/bubble-2.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties); }
.popup td#topright { background-image: url(../images/bubble-3.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties); }
.popup td.left { background-image:  url(../images/bubble-4.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties); }
.popup td.right { background-image:  url(../images/bubble-5.png); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties); }
.popup td#bottomleft { background-image: url(../images/bubble-6.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties); }
.popup td.bottom { background-image:  url(../images/bubble-7.png); text-align: center;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties);}
 .popup td.bottom img { display: block; margin: 0 auto; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties);}
.popup td#bottomright { background-image:  url(../images/bubble-8.png); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties);}
       .popup table.popup-contents {
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                               }

table.popup-contents th {
		font-weight: normal;
			font-size: 11px;
			line-height: 1em;
			text-align: left;
			 line-height: 1.2em;
		                
                }

table.popup-contents td {
	font-weight: normal;
	text-align: left;
	font-size: 11px;
			 line-height: 1.2em;

               
                }

        tr#release-notes th {
                text-indent: -9999px;
                height: 17px;
                }

        tr#release-notes td a {
                color: #333;
        }