/*css*/
 .text {
     width: 200px;
     height: 23px;
     border: solid 1px #f4f4f4;
     padding: 2px 10px 5px 0;
     background-color: #ffffff;
     color: #000000;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;}
 .text1 {
     width: 182px;
     height: 23px;
     /* border: solid 1px #f4f4f4; */
     padding: 2px 10px 1px 8px;
     background-color: rgba(0, 0, 0, 0);
     color: #000000;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px
 ;}
