/*----------------------------------------------------------
#                      _
#  ___ ___ __ _ _ _ __| |_    __ ______
# (_-</ -_) _` | '_/ _| ' \ _/ _(_-<_-<
# /__/\___\__,_|_| \__|_||_(_)__/__/__/
#
#
#--------------------------------------------------------
# File      : search.css
# Author    : Richard Lewis
# Project   : /mnt/webdev/beautifulbalms/css/beautifulbalms/
# Syntax    : css
# Date      : Thu 13 Nov 2008
# Copyright : Richard Lewis 2008
#--------------------------------------------------------
# search.css -
----------------------------------------------------------*/

table.search {
    width : 100%;
}

table.search td.google {
    width : 50%;
}

table.search td.yahoo {
    width : 50%;
}
/*--------------------------------------------------------*/

span.blue {
    color : #006666;
}

span.red {
    color : #990033;
}

span.yellow {
    color : #ff6600;
}

span.green {
    color : #33cc00;
}
/*--------------------------------------------------------*/
