.tip {
  width: 250px;
  font-size: 10px;
  text-align: left;
  line-height: 12px;
  color: #333333;
	font-family: "myriad pro", helvetica, arial, sans-serif;
}

.tip .th1 {
  font-weight: bold;
  background-color: #eeeeee; 
  border-bottom: 1px solid #cccccc;   
  border-top: 1px solid #cccccc; 
  width: 100%;
  display: block;
  
}

.tip p {
  margin: 5px;
}

.tip ul {
  list-style-type: square;
}

#cmstip {
  display: none;
}

input[type='checkbox'] { 
  width: 50px;
}