.textbox_inline, .textbox_inline_active {
    background: #F8F8F8;
    border: 2px solid #222e54;
    color: #A0A0A0;
    float: left;
    font-size: 17px;
    height: 28px;
    padding: 3px 0 0 4px;
    width: 376px;
}
.textbox_inline_active {
    color: #000000;
    font-size: 19px;
    width: 376px;
}

#user_education {
    color: black;
    font-size: 20px;
    padding: 20px 0 0 50px;
}
#user_education .container {
  width: 500px;
  height: 140px;
  overflow: auto;
}

#user_education .text {
    color: #808080;
    float: right;
    height: 30px;
    margin-bottom: 10px;
    width: 460px;
}

#user_education .bullet {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #006BDD;
    color: white;
    float: left;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
  

.textbox_range {
    background-color: #F8F8F8;
    border: 2px solid #222e54;
    color: #000000;
    font-size: 10px;
    height: 15px;
    padding: 1px 0 0 1px;
    width: 50px;
}

#price_range {
    display:none;
    padding: 5px 0 0 54px;
/*background:url(../images/wishlist_bg_tile_wide.png) repeat-y; */
/*width:577px;*/
}

#spacer {
    height: 20px;
    padding: 10px 24px 1px 24px;
  /*width: 581px;*/
  /*background:url(../images/wishlist_bg_tile_wide.png) repeat-y;*/
}

#spacer .bar {
    border-top:1px solid #d7d7d7;
    height: 0;
    margin-top: 10px;
    margin-bottom: 5px;
/*width: 557px;*/
}

.results_image {
/*float: left;*/
    text-align: center;
}
.results_image img {
    display: block;
    margin: 0 auto;
}

.results_info {
  /*float: right;*/
  /*margin-right: 20px;*/
}

.inline_results {
  /*margin-top: 30px;*/
  margin-top: 70px;
  margin-left: 25%;
}

.item_title input {
  /*font-size: 14px;*/
  /*font-weight: bold;*/
/*width: 130px;*/
    border: 1px solid #999;
    color: #585858;
    font-size: 18px;
    margin: 0 0 -2px 0;
    padding: 2px;
    width: 100%;
}

.result_sort {
    clear: left;
    float: left;
/*padding: 20px 0 0 10px;*/
    width: 25%;
}

.result_row span.editable {
    border: 1px solid black;
    color: #B0B0B0;
    margin-bottom: 5px;
    padding: 2px;
}
.result_sort div {
    padding-left: 25%;
}
.result_sort a {
  color: #666;
}
.result_sort a:hover {
  text-decoration: none;
}
.result_sort a.selected {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

