/* Created by fabio politi */
img.align-l , img.align-tl, img.align-bl{
	float:left;
	margin-right:12px;
}

img.align-r, img.align-tr, img.align-br{
	float:right;
	margin-left:12px;
}

img.align-t{
	vertical-align: top;
	margin-bottom:12px;
}

img.align-b{
	vertical-align: bottom;
	margin-top:12px;
}

.bubble{
	width: 250px; color: #144726;
	font-family: Georgia,"Trebuchet MS",Verdana,Georgia;
	font-size:10px;
}

.bubble-title{
	font-size: 12px; font-weight: bold;
	color: red;
}


.skype_button{
			font-family: Tahoma,Arial, Helvetica, Sans-Serif;
			padding: 4px 10px 3px 25px;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
		}
		.skype_button img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
		
		
		
		
        .button_green {
            border: solid 1px #8AB134;
            background-image: url( '../img/bkg_green.png' );
            color: #40740D;
        }        
        .button_green:hover {
            color: #8AB134;
        }
		
		.button_yellow {
            border: solid 1px #F1AD27;
            background-image: url( '../img/bkg_yellow.png' );
            color: #D49724;
			margin-left:10px;
        }        
        .button_yellow:hover {
            color: #F1AD27;
        }
		
		.button_blue{
            border: solid 1px #2D52A6;
            background-image: url( '../img/bkg_blue.png' );
            color: #2B51AA;
			margin-left:10px;
        }        
        .button_blue:hover {
            color: #559ADA;
        }
