/* CSS Document */
.container
{
background-image: url(images/body-back.gif); height:447px; width: 755px; 
} 

.buttons {float: left; padding-left: 15px; padding-right: 15px;}
/*.buttons:hover {background-image: url(../images/buttonback.gif)}*/
.space{height: 50px;}
.imgs{
height: 43px;
widtht: 50px;
border:none;
}
.imgs:hover {
height: 43px;
width: 50px;
border: 3px  outset #00CC00;
}

.textInput2
{
	width: 445px;
	height: 38px; 
	background-image: url(../images/search-back.gif);
	background-repeat: no-repeat;
	border: 0px;
	color: #330000;
	margin-top: 0px;
	
	
}
.textInput3
{
	width: 355px;
	height: 22px;
	background-color: none;
	/*background-image: url(../images/search-back1.gif);*/
	background-repeat: no-repeat;
	border: 0px;
	color: #330000;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 33px; 
	font-size:14px;
	font-weight:bold;
	float:none;
	
}
.textInput1
{
	border: 0px;
	background:none;
	/*background-image:url(../images/search-back2.gif);*/
	background-repeat: no-repeat;
	height:22px;
	margin-top: 4px;
	width:45px;
	margin-top: 0px;
	margin-left:0px;
	
	
}

.foot{
height: 60px;
border-top:1px dashed #00CC00;
color: #66CC00;
font-family: verdana;
font-size: 10px;
text-decoration: none;
}

#powered_by {
 background-color: #88F58B; 
 color: #003366;
 font-family: Arial; 
 font-size:12px; 
}