/* CSS Document */

     .bubbleinfo {
			float:left; width:auto; text-align:left;
	}
       
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
			width:320px;
			padding:18px 0 22px 0;
			margin:0;
        }
		
		.trigger {
            position: relative;
			color:#333;
			text-decoration:underline;
        }

        .popup .corner {
        	height: 9px;
        	width: 8px;
        }
		
		.popup .bottomcorner {
        	height: 9px;
        	width: 8px;
        }
		
		.popup .width{width:308px;}
		.popup .height{height:7px;}
		.popup .bottomheight{height:7px;}
		
		.popup #topleft { background:url(../../images/popup/bubble_topleft.gif) no-repeat; float:left; }

        .popup .top { float:left; border-top:#ccc solid 2px; background:#fff;}

		.popup #topright { background: url(../../images/popup/bubble_topright.gif) no-repeat; float:left;}

        .popup #bottomleft { background: url(../../images/popup/bubble_bottomleft.gif) no-repeat; float:left;}

        .popup .bottom {float:left; border-bottom:#ccc solid 2px; background:#fff;}

        .popup #bottomright { background:url(../../images/popup/bubble_bottomright.gif) no-repeat; float:left;}

        .popup .popup-contents {
        	font-size: 12px;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
			width:300px;
			text-align:left;
			float:left;
			padding:10px 0 0 20px;
			border-left:#ccc solid 2px;
			border-right:#ccc solid 2px;
			background:#fff;
        	}
			
		.popup .popup-contents .row{float:left; padding:0 0 5px 0; width:290px;}
		
		.popup .popup-contents .row input{float:left; height:18px; margin:0; padding:0; width:270px;}

        .popup .popup-contents .row div {
			float:right;
			width:171px; 
        	}

		.popup .topcontainer{width:330px; float:left; height:7px; }
		
	
		.popup-contents textarea{width:270px; height:100px; float:left;}
		
		#tell_friend{width:300px; float:left; text-align:center; padding:5px 0 5px 0; height:30px; }
		
		#tell_friend input{padding:0; margin:0; width:101px; height:25px;}
		
		.bottom_tail{display:block; padding:0 0 0 50px; float:left;}
		
		
/*		.bubbleInfo {
            position: relative;
            top: 0;
            left: 100px;
            width: 500px;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

/*        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image:url(../../images/popup/bubble-1.png);*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-1.png',sizingMethod=scale); }
        .popup td.top { background-image: url(../../images/popup/bubble-2.png);*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-2.png',sizingMethod=scale); }
        .popup td#topright { background-image: url(../../images/popup/bubble-3.png);*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-3.png',sizingMethod=scale); }
        .popup td.left { background-image: url(../../images/popup/bubble-4.png);*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-4.png',sizingMethod=scale); }
        .popup td.right { background-image: url(../../images/popup/bubble-5.png);*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-5.png',sizingMethod=scale); }
        .popup td#bottomleft { background-image: url(../../images/popup/bubble-6.png);*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-6.png',sizingMethod=scale); }
        .popup td.bottom { background-image: url(../../images/popup/bubble-7.png);*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-7.png',sizingMethod=scale); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../../images/popup/bubble-8.png);*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-8.png',sizingMethod=scale); }

        .popup div.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff; width:380px;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        div.popup-contents div {
        	text-align: right;
        	text-transform: lowercase;
        	}

        div.popup-contents div {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(../../images/popup/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }
		.popup .popup-contents .row{float:left; padding:0 0 5px 0; width:380px;}

        .popup .popup-contents .row div {
			float:right;
			width:181px; 
        	}
.popup-contents input{width:150px;}
		
		.popup-contents textarea{width:350px; height:100px;}
       
	   .popup_tail{ background:url(../../images/popup/bubble-tail2.png); background-repeat:no-repeat; background-position:top left;*background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/popup/bubble-tail2.png',sizingMethod=scale); display:block; height:25px; width:50px; margin:0 auto 0 auto} */
