
.searchform
{
    margin-bottom: 0px;
}

.searchform p
{

}

.searchform span.heading
{
    margin-left: 5px;
    margin-bottom: 0px;
    font-size: 10px;
}

.searchform label,
    .search-option label
{
    width: 110px;
    text-align: right;
    margin-right: 5px;
}

.searchform input
{
padding: 0px;
}

.ie input
{
  font-family: "Trebuchet MS",Arial,Helvetica;
  text-size:12px;
}

.gecko input
{
    font-family: "Trebuchet MS",Arial,Helvetica;
    text-size:12px;
    margin-bottom: 2px;
}

.searchform input.long,
    .search-option .long
{
}

.long
{
    width:340px;
}

input:disabled {
    background-color:#EAE9E5;
}

.searchform input.short
{
    margin-right: 5px;
    padding:0px;
}

.searchform .rightside, .searchform .remove
{
    margin-bottom: 0px;
}

.form_table .long, .form_table .short
{
    border: 1px solid #A5ACB2;
}

span.aqua, span.aqua a
{
    color: #14A9AF;
    font-size: 12px;
}

.searchform span.aqua a
{
    text-decoration: underline;
}


.searchform #metersdiv {


}

form
{
    margin-top:0px;
    margin-bottom:0px;
}

.searchform .meter-region
{

    border-top: dotted 2px #bfbfbf;
    padding-top: 5px;
}

.searchform .line
{

    border-top: dotted 2px #bfbfbf;
    padding-top: 0px;
    margin-bottom: 0px;
}

.label-name {
    padding-left: 6px;
}

.tag-btns {
    padding-left: 113px;
}

/* live search styles */

.searchform div
{


}

.searchform h1
{
}

.searchform #search-option-1, .searchform #search-option-2
{

}

.searchform #search-option-2 span
{

}

.searchform .product-select
{
    float:left;

    clear: none;
    margin : 0px;
}

.searchform #search-option-2 select
{
    width: 155px;
}

.searchform .product-select select
{


}

.meters-region {
    margin: 0px;
}

.required {
    color: red;
}

.error-block{
    margin-top: 13px;
}
.validate-tag-error,
    .validate-meter-error {
    font-size: 12px;
}
.validate-tag-error span,
    .validate-meter-error span {
    color: red;
    font-weight: bolder;
    font-size: 14px;
}

/* SEARCH OPTIONS STYLES */
#search-option-1 {
    margin-bottom: 10px;
    margin-top: 20px;
}

#product_make,
    #product_family,
    #product_model {
    height: 230px;
    width: 155px;
    border-style:solid;
    border-width:1px;

}

#product_make:select,
    #product_family:select,
    #product_model:select {
    height: 230px;
    width: 155px;
    background-color: #ff0000;
}
#searchbox-resultsdiv {
    border: 1px solid silver;
    position: absolute;
    z-index: 100;
    background-color: white;
    padding: 5px;
    max-height: 150px;
    overflow: auto;
    font-size: 11px;
}
.ie6 #searchbox-resultsdiv {
    height: 150px;
}
.product-select {
    float: left;
    margin-right: 10px;
    z-index: 1;
}
#search-option-2 select, #searchbox {
/*     border: 1px solid silver; */
}
#search-button {
    position: relative;
    top: 5px;
}
.option-title {
    font-size: 12px;
    font-weight: bolder;
}
.liveSearchResult {
    font-family: "Trebuchet MS",Arial,Helvetica;
    font-size: 12px;
    line-height: 12px;
    padding: 1px;
    cursor: pointer;
}
.liveSearchResult:hover {
    background-color: #EAE9E5;
}
.search-option {
    display: none;
}

.form-td {
    text-align: right;
    width: 120px;
}
#searchbox-title {
    font-weight: bolder;
}
div .line {
    border-top: dotted 2px #bfbfbf;
    padding-top: 0px;
    margin-bottom: 0px;
}
#validate-errors {
    color: red;
    margin-bottom: 5px;
    border: 1px dashed maroon;
}
.tagvalidatelabel {
    font-size: 12px;
}

.space {
    margin-top: 10px;
}

#entertag
{
    width:108px;
    text-align: right;
    vertical-align:middle;
}
.center{
    vertical-align:middle;
}

/* makes the add another tag button the same in IE7/IE6, looks dumb in firefox*/
.add_tag_button{
    width:134px;
}

.ie .notaglink{
    /*position:relative;*/
    top: -7px;
}

table.linewtop {
    margin-top: 16px;
}

.gecko table.linewtop {
    margin-top: 14px;
}

.meter-labels input
{
/*    text-align:right; */
}

.search-title b{
    font-size:14px;
}

/*non-ajax validation errors*/

.has-errors label {
    color: red;
}
.has-errors input {
    background-color: #D1F4F4; 
    color: black;
}

