﻿/**/
.search-form-block
{
	width:250px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.search-form-top
{
	background:url(Images/forms/form-top-corner.jpg) no-repeat;
	width:250px;
	height:6px;
}

.search-form-down
{
	background:url(Images/forms/form-down-corner.jpg) no-repeat;
	width:250px;
	height:6px;
}

.search-form-middle
{
	width : 245px;
	height:auto !important;
	min-height:20px !important;
	height:20px;
	background-color:#980c33;
	padding-left:5px;
	margin-top:0px !important;
	margin-top:-10px;
}

.search-form
{ 
	width : 250px;
	text-align : justify;
	font-size:11px;
	color:#ffffff;
	margin-left:10px;
	font-weight:bold;
} 

.search-form-input
{
	padding : 2px; 
	border : 1px solid #999999; 
	font-size:11px;
	color : #6d6e71;
	width:135px;
	background-color:#ffffff;
}

.search-form-button
{ 
	margin:0;
	font-size:11px;
	background:url(Images/forms/submit-button.jpg) no-repeat;
	width:69px;
	height:22px;
	color:#000000;
	border:none;
	cursor:pointer;
	/*float:right;*/
	/*margin-right:8px;*/
	text-align:center;
}
.search-form-close-button
{ 
	margin:0;
	font-size:11px;
	background:url(Images/close_box.jpg) no-repeat;
	width:16px;
	height:14px;
	color:#000000;
	border:none;
	cursor:pointer;
	float:right;
	/*margin-right:8px;*/
	text-align:center;
}
