﻿/****************************************
 * Search Control Panel STYLES
 ****************************************/
	
	.SearchPanel
	{
	    float:left;
	}

    .SearchLabelWrapper
    {
		float:left;
		margin-top:8px;
		margin-left:8px;
	    width:55px;
	    font-weight:bold;
    }
	
	.SearchBoxWrapper
	{
		float:left;
	    width:150px;
        height: 31px;
    }

	.SearchTagWrapper
	{
		BACKGROUND-IMAGE: url(/thespiderswebb/media/images/searchtagcheckbox.gif); MARGIN-LEFT: 0px; BACKGROUND-REPEAT: no-repeat;		
		float:left;
		height:50px;
		width:47px;
		padding-top:6px;
	}

	.SearchButtonWrapper
	{
		float:right;
    height: 24px;
}
		
	.SearchTextBox
	{
	    height:23px;
	    margin-top:8px;
	    margin-left:8px;
	    margin-bottom:8px;
	    width:180px;
	}

    .SearchTagCloudWrapper
    {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 984px;
    height: 69px;
    background-color: #C0C0C0;
}
    
    a.SearchTagCloudHigh
    {
        font-weight:bold;
        font-size:large;
    }
    
    a.SearchTagCloudMedium
    {
        font-weight:bolder;
        font-size:larger;
    }

    a.SearchTagCloudLow
    {
        font-weight:normal;
        font-size:medium;
    }
