
body {background:#fff; color: #232D50; Verdana, Arial, sans-serif; font-size:11px; margin:0px; padding:0px 0px 0px 0px; text-align:left;} 
h1 {font-size: 12px; font-weight: bold; margin-bottom: 5px; margin-top: 5px;} 
.inputsubmit{padding:0px 0px 0px 0px; border-style:solid; border-width:1px; border-color:#4D5D83; background-color:#45515D; color:#fff; font-size:11px; font-family:tahoma,verdana,arial,sans-serif; text-align:center;} 
.translatebutton {margin: 0px 0px 0px 0px;} 
.textarea { font-family:tahoma,verdana,arial,sans-serif; color:#5a5a5a; font-size:12px; line-height:1.5; width:100%; height:auto; overflow: visible;} 
.select {font-size: 11px; text-align:left;} 
.select_blue {font-size: 11px; color:blue;  margin-bottom:-10px; border-right: 0px solid #C0C0C0; border-left: 0px solid #C0C0C0; border-top: 0px solid #C0C0C0;border-bottom: 0px solid #C0C0C0;padding-left:5px; padding-right:5px;padding-top:5px;padding-bottom:5px; background:#F5F5F5  ;}

ul li{
	cursor: pointer;
	cursor: hand;
	display: inline;
/* Some times other modules may have display: block; and adding display: inline; 
like we have here may cause graphical distortments (SOLUTION) Replace display: inline; with display: inline-block; */
}