﻿
.PSPLParameterList, .PSPLSearchParams, .PSPLSearchParameterValue
{
    border: 0px;
    /*margin-top: 20px;*/
}

.PSPLParameterList legend, .PSPLSearchParams legend, .PSPLSearchParameterValue legend
{
    font-weight: bold;
    font-size: medium;
    display: block;
    
    white-space:normal;
}

.PSPLParameterList
{
    
}

.PSPLParameterList select
{
    width: 180px;
}


.PSPLAddRemoveParameterHolder
{
    margin-top: 4px;
}

.PSPLAddRemoveBtnHolder
{
    width: 20px;
    float:left;
}

.PSPLAddRemoveParameterName
{
    margin-left: 20px;
}

.PSPLSearchParameterValue
{
    
}

.PSPLSearchParameterValue input[type="text"]
{
    width: 61px !important;
    height: 22px !important;
    font-size: 18px !important;
    background-image: url("/../../Images/TextInput2.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0px 0px !important;
    border: 0px !important;
    font-weight: normal !important;   
    text-align: center !important;
    padding: 2px;
}

.PSPLParameterValidation
{
    padding: 0px 10px 0px 0px;
    width: 25px;
    vertical-align: middle;
}

.PSPLSearchParams
{
    
}

.PSPLSearchByparams, .PSPLSetSearchParamsBtnHolder
{
    margin-top: 10px;
}



