/*									OM                                       */
/******************************************************************************
* @file hpsum.css
* @author  Srikanth Bemineni <srikanth.bemineni@hp.com>
* 
*
* @section LICENSE
*
* HP Confidential
* Copyright 2012 Hewlett-Packard Development Company, L.P.
*
* @section DESCRIPTION
*
* This files contains the styling for all the hpsum over ridden elements
*
*
*******************************************************************************/



.square-list-style > li
{
 	list-style-type:square;	
 	margin-bottom:5px;
 	margin-left:1.5em;
}

#hpsum-hp-logo.hp-logo {
    background-image: url("../../img/hp-piano/hp-piano-icons.png");
    background-position: -260px -180px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position:static;

}

.hpsum-error
{
	font-family: Arial,Helvetica,sans-serif;
	color:#666666;

}