﻿/*	Author		: ORB Media Inc.
	Date		: 2008.3
	Description	: controls the styles for search / results
	Change		:
	Copyright	: ORB Media Inc.
	Compatibilty: IE 7.0+
*/
#WLSearchBoxDiv
{
    float:right;
    /*clear:right;*/
    position:absolute;
    top:1%;
    right:1%;
    width:352px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display:none;
}
#WLSearchBoxInput
{
    padding: 0;
    height: 20px;
    width: 301px;
    border: solid 1px #000000;
    margin-bottom: 0px;
    vertical-align:middle;
}
#WLSearchBoxButton
{
    padding: 0;
    background-color: transparent; 
    border-style: none;
    vertical-align: bottom;
    padding: 0px 2px 0px 0px;
}
