.advancedSearch{
width:800px;
height: 100%;
overflow:auto;
}

.formContainer {
width:100%;
}
.formContainer2 {
width:50%;
float:right;
}
#topSectionT {
width:100%;
float:left;
}
#topSectionM {
width:100%;
float:left;
}
#topSectionB {
width:100%;
float:left;
margin-bottom:20px;
}
.selectColumn {
width:33%;
float:left;
margin:3px 0px;
}
.selectTitle {
color:#333333;
font-size:13pt;
font-weight:normal;
text-transform:uppercase;
top:12px;
}
.instruct {
margin-bottom:6px;
float:left;
width:100%;
}
.subpageSearch {
margin: 0px auto;
width:98%;
height:100%;
overflow:auto;
}
.field {
float:left;
margin:3px 0;
position:relative;
width:100px;
}
#advanced_query {
background:transparent url(http://media.images.com/graphics/advanced-search/bar.png) no-repeat scroll left top;
border:medium none;
font-size:12pt;
height:20px;
padding:3px 3px 3px 6px;
width:516px;
}
#advanced_query:focus{
background:transparent url(http://media.images.com/graphics/advanced-search/bar-darker.png) no-repeat scroll left top;
outline:none;
}
.vcdquery {
background:transparent url(http://media.images.com/graphics/advanced-search/vcd-bar.png) no-repeat scroll left top;
border:medium none;
padding:6px 3px 3px 5px;
height:18px;
width:213px;
}
.vcdquery:focus{
outline:none;
background:transparent url(http://media.images.com/graphics/advanced-search/vcd-bar-darker.png) no-repeat scroll left top;
}
.selectBox {
width:225px;
}