/* CSS Document */
fieldset{
border:1px solid #195979;
background:white;
padding:0 10px 10px;
margin:10px 0;
}
legend{
color:#195979;
font-weight:bold;
margin:0 0 10px 0;
}
.rowBtn{
clear:both;
text-align:center;
margin:0px;
}
#MainCriteria p{
clear:both;
margin:0;
}
#MainCriteria label{
width:120px;
display:block;
float:left;
color:navy;
}
#MainCriteria select{
float:right;
width:250px;
font: 100% "Trebuchet MS";
color:#195979;
}
#MainCriteria input{
font: 100% "Trebuchet MS";
color:#195979;

}
.leftCol, .rightCol{
width:50%;
color:navy;
}
.leftCol{
float:left;
}
.rightCol{
float:right; text-align:right; 
}
#MainCriteria p.twoLabelsP{
padding:10px 0 0 0;
margin:0;
}
#MainCriteria p.twoLabelsP label{
float:none;
display:inline;
}
#MainCriteria p.twoLabelsP input{
width:30px;
}
#MainCriteria p.twoLabelsP input.PrecioInput{
width:60px;
}

.SearchButton{
font: 105% "Trebuchet MS";
width:10em;
background:transparent url(../images/SearchButtonBG.jpg) no-repeat center left;
border-style:none;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
}
