.blueBox,.blueBox_left,.blueBox_right{

	
    color: black;
    width: 150px;
    padding: 5px;
    text-align: left;
    background-color: #D1E6F6;

	font-family: Garamond,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}
.blueBox_left{
	float: left;
}
.blueBox_right{
	float: right;
}


