.bubble {
    min-height: 50px;
    width: 231px;
    position: fixed;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    font-size: 12px;
    color: #003459;
    display: none;
    z-index: 30000;
}
		
		.bubble-content {
			background: transparent url('../images/bubble_top.png') no-repeat 0 0;
			padding:12px 12px 7px 12px;
			line-height:1.2em;
			font-style:normal;
			text-decoration:none!important;
		}
		
		.bubble-tail {
			height:21px;
			width:100%;			
			background:transparent url('../images/bubble_bottom.png') no-repeat;						
		}
				