/* Advanced Search Form
----------------------- */
#form {
padding: 25px 0 10px 0;
}
#form form fieldset {
/* Structure */
margin: 5px 0 0 0;
padding: 3px 0 0 0;
border: none;
display:block;
}
#form form h2 {
/* Structure */
padding: 0;
margin: 9px 0;
}
#form form label {
font-weight: bold;
color: #fff;
/* Structure */
margin-bottom:0;
}
#form form #mid,
#form form #right {
/* Structure */
padding: 0 15px 0 0;
width:254px;
}

/* Middle Fieldset
------------------ */
#form form #mid {
/* Structure */
float: left;
}
#form form #mid select {
text-transform: capitalize;
}
#form form #mid p.note {
font-size: 0.9em;
color: #fff;
/* Structure */
width: 254px;
}
#form form #mid p input.radio {
/* Structure */
float:left;
}
#form form #mid p.surroundingSubs label {
font-size: 0.9em;
/* Structure */
float: none;
width: auto;
margin-right: 0;
}

/* Right Fieldset
----------------- */
#form form #right {
/* Structure */
float: left;
}
#form form #right select#priceFrom,
#form form #right select#priceTo,
#form form #right select#sizeFrom,
#form form #right select#sizeTo {
/* Structure */
float:left;
margin: 0 8px 10px 0;
width: 123px;
}
#form form #right select#priceTo,
#form form #right select#sizeTo {
/* Structure */
float:right;
margin: 0;
}
#form form fieldset.submit {
/* Structure */
clear:both;
}

/* Dynamic Text on Search Form
------------------------------ */
#form .dyntext {
/* Structure */
width:330px;
padding: 0 15px 0 0;
float: left;
margin: 9px 20px 0 0;
}
#form .dyntext #dyn-heading-img {
width:330px;
}
#form .dyntext #dyn-img1 {
float:left;
margin: 0 5px 5px 0;
}
#form .dyntext #dyn-img2 {
float:right;
margin: 0 0 5px 5px;
}
