/* CSS Document */
.form_req{
	background:url(../imgs/gifReq.gif) right no-repeat;
	padding:3px 8px 0 0;
}
.form_reqBlue{
	background:url(../imgs/gifBlueStar.gif) right no-repeat;
	padding:3px 8px 0 0;
}
.req_msg_1star{
	background:url(../imgs/gifReq.gif) 5px 8px no-repeat;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	color:#666666;
}
.req_msg_1starBlue{
	background:url(../imgs/gifBlueStar.gif) 5px 8px no-repeat;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	color:#666666;
}
.req_msg_2star{
	background:url(../imgs/gif2Req.gif) 5px 8px no-repeat;
	padding-left:24px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	color:#666666;
}
.row_space{
	padding-top: 5px;
	padding-bottom:5px;
}
.SearchBox
{
    BORDER-TOP: #3e4247 1px solid;
    BORDER-BOTTOM: #3e4247 1px solid;
    BORDER-LEFT: #3e4247 1px solid;
	BORDER-RIGHT: #3e4247 0px solid;
    FONT-SIZE: 8pt;
    WIDTH: 145px;
    FONT-FAMILY: 'Tahoma';
    HEIGHT: 20px;
	COLOR:#515151;
	Padding-left:22;
	padding-right:2px;
	Padding-top:2;
	background-image:url(../imgs/gifSearchBox.gif);
	background-position:top left;
}
.EmailBox
{
    BORDER-TOP: #3e4247 1px solid;
    BORDER-BOTTOM: #3e4247 1px solid;
    BORDER-LEFT: #3e4247 1px solid;
	BORDER-RIGHT: #3e4247 0px solid;
    FONT-SIZE: 8pt;
    WIDTH: 145px;
    FONT-FAMILY: 'Tahoma';
    HEIGHT: 20px;
	COLOR:#515151;
	Padding-left:24;
	padding-right:2px;
	Padding-top:2;
	background-image:url(../imgs/gifEmailBox.gif);
	background-position:top left;
}
.SearchButton
{
    BORDER-RIGHT: #069 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #69c 1px solid;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    PADDING-BOTTOM: 1px;
    MARGIN: 2px;
    BORDER-LEFT: #69c 1px solid;
    COLOR: #fff;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #069 1px solid;
    BACKGROUND-COLOR: #369
}
