/* Start of CMSMS style sheet 'Toolbar' */
/*Toolbar styling */

.toolbar {
   position:relative;
   width:240px;
   height: 31px;
   top: 30px;
   left:470px;
   background-image: url('images/theme/toolbar.png');
   background-repeat: no-repeat;
   margin:0px;
   padding:0px;
}

.printer {
   float: right;
   border: none;
      margin-right:10px;
      margin-top:2px;
}

.search input {
      width:33px;
      height:30px;
      background-image: url('images/theme/search_button.png');
      border: none;
      cursor:pointer;
}

.search input#cntnt01searchinput{
   background-image: none;
   background-color: #fff;
   width:145px;
   height:16px;
   border: none;
   margin-left:5px;
   cursor: text;
   background-image: url('images/theme/search_bg.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}

/*END Toolbar styling */
/* End of 'Toolbar' */

