
#search {
	margin-top: 25px;
	position:relative;
	float: right;
	width:476px;
	z-index:900;
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

form#ajaxSearch_form {
	position: absolute;
	right: 10px;
	top: 48px;
	margin: 0;
	padding: 0;
	width: 218px;
}

input#ajaxSearch_input.cleardefault {
	margin: 0;
	padding: 4px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 14px;
	margin-left: 102px;
}

#sidebarlogin #forgotpsswd {
	font-size: 70%;
	display: block;
	float: right;
	margin-top: -25px;
}
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 150px;
    width: 57px;
    height: 21px;
    color: #555;
    font-size: 13px;
    line-height: 23px;
}

#ajaxSearch_input {
	position: absolute;
	right: 28px;
	height: 14px;
}

#ajaxSearch_submit {
	position: absolute;
	width: 0;
	margin: 0;
	top: 4px;
}

#ajaxSearch_form fieldset {
}

#ajaxSearch_form fieldset label {
	float: left;
	width: 100px;
}

#ajaxSearch_output {
    background: #EEEEEE;
    color: #555;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
	width: 325px;
	right: 289px;
	top: -30px;
}

a.ajaxSearch_resultLink {
	font: bold 12px "Trebuchet MS";
	color: #503f34;
	text-transform: uppercase;
}

div.ajaxSearch_result {
	padding-top: 2px;
	padding-bottom: 5px;
}

img#searchClose {
	position: relative;
	right: 20px;
	top: 4px;
	z-index: 94;
}
#ajaxSearch_output a {
	color: #555;
	text-align: left;
	width: 172px;
	display: block;
	width: 93% !important;
}
#ajaxSearch_output a:hover{ background-color: #8dbc00; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}


#dirsearch-txt {
position: absolute;
top: 0px;
left: 0px;
width: 118px;
height: 21px;
color: #4E5760;
font-size: 13px;
line-height: 23px;
}

#dirsearch-inp {
position: absolute;
top: 0px;
left: 123px;
width: 201px;
height: 18px;
}

#dirsearch-btn {
position: absolute;
top: 0px;
left: 329px;
width: 70px;
height: 21px;
}

#dirsearch-txt2 {
position: absolute;
top: 3px;
left: 405px;
width: 170px;
height: 21px;
color: #4E5760;
}

#dirsearch-txt2 a {
color: #4E5760;
}

#join {
position: relative;
}
    #join-inp {
    margin-top: 5px;
    width: 158px;
    height: 18px;
    }
    #join-btn {
    margin-top: 5px;
    width: 120px;
    height: 21px;
    }
    form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 371px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */

  padding: 10px;
	margin-left: auto;
	width: 330px;
	padding: 10px 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 155px; 
	padding: 8px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #503f34;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 150px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#EmailForm fieldset select {
	width: 150px;
	margin-left: 10px;
}

textarea { overflow: auto;
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#EmailForm fieldset textarea {
	width: 253px;
	height: 80px;
	float: right;
	clear: both;
	margin-right: 9px;
	padding: 6px;
}

