﻿#searchbox 
{
	text-align:center;
}

#searchbox p
{
	vertical-align:middle;
}

#searchbox a 
 {
	background: url(../Images/Help.gif); 
	width: 16px; 
	height: 16px; 
	display: inline-block;
}        

 #searchbox a:link 
 {
	background: url(../Images/Help.gif); 
	width: 16px; 
	height: 16px; 
	display: inline-block;
}        

#searchbox a:hover 
{
	background: url(../Images/HelpOn.gif); 
	width: 16px; 
	height: 16px; 
	display: inline-block;	
}

.detailsbox
{
	border: solid 1px #000;
}

.detailsboxleft
{
	width: 25%;
	width:200px;
	float:left;
	color: Gray;
	vertical-align:top;
}

.detailsboxright
{
	width: 400px;
	float:left;
}

#updatebox
{
	margin-left:auto;
	margin-right:auto;
	width:250px;
}


