@charset "utf-8";
/* CSS Document */

#jwstSearchBox {
	width: 280px;
    margin: 0;
	
 /*  position is set ON the widget div when inserted in code
    position: absolute;
	top: 0;
    right: 0;
*/

}

#jwstSearchForm {
    height: 22px;
    border: 2px solid #444444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
	xbackground-color:#111111;
	background-image:url(../../widgetImageCache/blackTrans25png);
	background-repeat:repeat;
	
	Xoverflow: hidden;
}

#jwstSearchText {
    font-size: 14px;
    color: #fff;
    border-width: 0;	
    background: transparent;
}

#jwstSearchBox input[type="text"] {
    padding: 2px 5px 2px 5px;
    color: #fff;
    outline: none;
	width:200px; /* full width minus button and borders */
	XXXborder: red 1px solid;
}

#jwstSearchButton {
    height: 22px;
    width: 60px;
    font-size: 14px;
	font-weight:500;
	line-height: 21px;
    color: #000000;
    text-align: center;
    border-width: 0;
	border-right: solid 1px #333333;
	background-color:#C87B06;  /* brighter in order: #593E12 #915D0C #C87B06 #FF9900 */
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}

#jwstSearchButton:hover {
	background-color:#FF9900;  /* brighter in order: #593E12 #915D0C #C87B06 #FF9900 */
	xborder: solid 1px #C87B06;

}


