button {
 border: 0 none;
/* cursor: pointer;*/
 cursor: default;
 font-weight: bold;
 font-family: Arial,Helvetica,Sans-Serif;
 padding: 0px 0px 0px 0px;
 text-align: center;
 height: 20px;
 line-height: 20px;
 width: auto;
 white-space: nowrap;
}
button span {
 display: block;/* inline */
 margin:0px;/* added on   15/03/2012*/
 padding: 0px 0px 0px 3px;/*  padding: 0px 0px 0px 15px;*/
 text-align: center;
 position: relative;
 white-space: nowrap;
 height: 20px;
 line-height: 20px;
}


  
button.rounded:hover {
 background-position: 100% -20px;
}
button.rounded:hover span {
 background-position: 0% -20px;
}
button::-moz-focus-inner {
 border: none;
}
/*Added by Anjaneyulu for rich editor Bullets on 21/2/2014*/
p.MsoListParagraph
  {
		text-indent:-0.43in !important;
		margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:0.65in !important;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
}
p.MsoListParagraphCxSpFirst
  {
		text-indent:-0.43in !important;
		margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:0.65in !important;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
}
p.MsoListParagraphCxSpLast
  {
		text-indent:-0.43in !important;
		margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:0.65in !important;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
}
p.MsoListParagraphCxSpMiddle
  {
		text-indent:-0.43in !important;
		margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:0.65in !important;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
}
p.MsoNormal
        {
		color:black !important;
		margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}

/*completed*/