/* QUICK SEARCH ------------------------------------------------------------------ */

#leftcolumnrel { position: relative; width: 200px; }
#leftolumn { position: absolute; top: 0; left: 10px; width: 250px; border: 1px solid red; margin: 0 0 0 2px }

.tabcontent{display: none;}

#quicksearch {  padding: 0px;  }
#quicksearch h3 { color: #FFF; padding: 5px 0px 0px 10px; margin: 0px 0px 5px 0px; }
#quicksearch ul { margin: 0px; }
#tabs { padding: 0px; margin: 0px; overflow: auto; list-style: none; width: 214px; background: transparent; clear: both; }
#tabs li { margin-left: 0px; margin-right: 1px; float: left; padding: 0px; line-height: normal; text-align: center; }
#tabs li a { border-left: 1px solid #FFF; border-bottom: 1px solid; border-top: 1px solid #FFF; border-right: 1px solid #FFF; display: block; padding: 3px 27px 3px 27px; margin: 0px; color: #FFF; text-decoration: none; }
#tabs li a.current { margin-bottom: 0px; border-bottom: 0; padding: 3px 33px 4px 30px; position: relative; z-index: 10; }
#tabcontainer {border: 1px solid #fff; clear: both; margin-bottom: 10px; margin-top: -1px; border-top: 1px solid #fff; color: #FFF; }
#tabcontainer fieldset { border: 0px; padding: 0px; margin: 0px; background: transparent; }
#tabcontainer legend { display: none; }
#tabcontainer label { display: none; }
#tabcontainer form p { margin: 0px 0px 10px 0px; }
#tabcontainer form .field { font-size: 11px; width: 100%; }
#tabcontainer form .field2 { font-size: 11px; width: 47%; }
#tabcontainer a { color: #FFF; }
#existing { background-color: #683C64; padding: 10px 10px 10px 10px; }
#new { background-color: #856181; padding: 10px 10px 10px 10px; }

#existing-link { background-color: #683C64; }
#new-link { background-color: #0083D7; }

input.button-qsales {
    color: #683C64;
    background-color: #EEE;
	font-weight: bold;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	padding: 1px 8px 1px 8px;
    }	

/* LETTINGS QUICK SEARCH ----------------------------------------------------------- */
#lettingsquicksearch h3 { color: #683C64; padding: 0px; margin: 0px 0px 5px 0px; }
#lettingsquicksearch { clear: both; margin-bottom: 10px; margin-top: -1px; border-top: 1px solid #fff; color: #FFF; }
#lettingsquicksearch fieldset { border: 0px; padding: 0px; margin: 0px; background: transparent; }
#lettingsquicksearch legend { display: none; }
#lettingsquicksearch label { display: none; }
#lettingsquicksearch form p { margin: 0px 0px 10px 0px; }
#lettingsquicksearch form .field { font-size: 11px; width: 100%; }
#lettingsquicksearch form .field2 { font-size: 11px; width: 47%; }
#lettingsquicksearch a { color: #856181; }
#lettingsquicksearch { border: 1px solid #856181; background-color: #DAEDF9; padding: 10px 10px 10px 10px; }
#lettingsquicksearch .button { background-color: red; border: 2px solid #856181; }
#new-link { background-color: #856181; }


