﻿.dSearch
{
	background-color: #98cb00;
	border: 8px solid #e1e1e1;
	padding: 15px 25px 15px 25px;
	font-size: 10px;
	color: #0000ff;
}
	.dSearchForm
	{
		margin: 10px 0 10px 0;
		position: relative;
		width: 199px;
	}
		.dSearchForm input[type='text']
		{
			background-image: url("../Images/PostarInputBg.gif");
			background-repeat: repeat-x;
			width: 176px;
		}
		.dSearchForm input[type='image']
		{
			position: absolute;
			margin: 0;
			padding: 0;
			top: 0;
			right: 0;
		}