a.btn_addStream {
  color:#ffffff;
  font-weight:bold;
  font-size:14px;  
  background: url('../images/btn_addStream.jpg') top left no-repeat;
  display:inline-block;
  text-align: center;
  width:31px;
  height:24px;
  margin-left:10px;
  margin-right:20px;
}

a.btn_closeModal {
  color:#ffffff;
  font-weight:bold;
  font-size:18px;  
  line-height: 24px;
  background: url('../images/btn_closeModal.jpg') top left no-repeat;
  display:block;
  text-align: center;
  width:36px;
  height:28px;
  margin-top:10px;
  margin-left:10px;
  margin-right:20px;
  padding-top:1px;
}
  .getStartedbtnHolder {
    float:left;
  }
    .btn_orangeBorder {
      border-left:1px solid #fd7700;
      border-right:1px solid #fd7700;
    }

    .btn_orange_input, a.btn_orange, a.btn_createApi{
      background: url('../images/btn_orangeBkg.jpg') top left repeat-x;
      display:block;
      width:auto;

      padding-left:25px;
      padding-right:25px;
      padding-top:10px;
      padding-bottom:10px;
    
      border-top: 1px solid #fd7700;
      border-left: 1px solid #fe9f4c;
      border-right: 1px solid #fd7700;
    }
    
    a.btn_grey{
      background: url('/images/btn_greyBkg.gif') top left repeat-x;
      height: 38px;
      padding: 5px;
    
      border-top: 1px solid #939393;
      border-left: 1px solid #939393;
      border-right: 1px solid #939393;
      border-bottom: 1px solid #939393;
    }

    a.btn_orange_base{
      display:block;
      background: url('../images/btn_orangeBkg.jpg') top left repeat-x;  
      border-top: 1px solid #fd7700;
      border-left: 1px solid #fe9f4c;
      border-right: 1px solid #fd7700;
      border-bottom: 1px solid #fd7700;
    }

     a.btn_grey_base{
      display:block;
      background: url('/images/btn_greyBkg.gif') top left repeat-x;
      border-top: 1px solid #939393;
      border-left: 1px solid #939393;
      border-right: 1px solid #939393;
      border-bottom: 1px solid #939393;
    }

    

    a.btn_createApi{
    	padding:7px 20px 7px 20px;
    	margin: 12px 0 12px 0
    }
    
    .btn_orange_input{
    	display:inline-block;
    	color: #ffffff;
    	border-bottom: 1px solid #fd7700;
    	padding:7px 20px 7px 20px;
    	margin: 0px 0 0px 0;
    	cursor: pointer;
    }
    
    .textGraph {
      color:#ffffff;
      font-weight:bold;
      font-size:22px;
      padding: 0px;
      margin: 0;
      vertical-align: top;
      text-align: center;
    }
    
    .signupBtns {
      color:#ffffff;
      font-weight:bold;
      font-size:20px;
      padding: 0px;
      margin: 0;
      vertical-align: top;
      text-align: center;
    }
    
    
    a.text {
      color:#ffffff;
      font-weight:bold;
      font-size:22px;
      text-align: center;
    }
    
    
    
    a.textGraph {
      color:#ffffff;
      font-weight:bold;
      font-size:22px;
      text-align: center;
      vertical-align: text-top;
    }
    div.textGraph {
      color:#ffffff;
      font-weight:bold;
      font-size:22px;
      text-align: center;
      vertical-align: text-top;
    }  