/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limitied.
#
# File CSS    : search.css
#
# Description : Cascading Style Sheet for Site Search
#
#-----------------------------------------------------------------------------
# History
# Version   Date     Author      Comments
# --------  -------  ----------  ---------------------------------------------
# 01.00.00  14Jun06  A.D.Smith   Initial Version.
#
#-----------------------------------------------------------------------------
# NOTES
#
#
#
###===========================================================================
### Site Specific
###---------------------------------------------------------------------------
### - CSS specific to the site that cannot be standardised.
### - Prefix any names with a site specific lable.
###===========================================================================
*/




/*
###===========================================================================
### Search
###---------------------------------------------------------------------------
### NOTES
### - The order of each element is very important
###===========================================================================
*/
.Search_Area {
	padding: 10px 10px 10px 10px;
}
.Search_Header {
}
.Search_Title {
}
.Search_Description {
	color: #333333;
	padding: 4px 0px 10px 0px;
}
.Search_Section {
	float: left;
	clear: both;
    width: 530px;
}
.Search_Table {
    width: 530px;
}

.XSEARCH_Submit_Button {
	padding: 10px 4px 10px 100px;
}
