/* specific inner css here */

#content
{
	padding-top:25px;
	padding-bottom:20px;
}

#content-left p
{
	padding:0;
	margin:0;
}

/***********
Search Box
***********/
.search-box
{
	width:248px;
	height:62px;
	overflow:hidden;
	margin-bottom:10px;
}

.search-title
{
	position:absolute;
	font-weight:bold;
	left:130px;
	top:10px;
	color:Black;
}

.search-form
{
	position:absolute;
	right:10px;
	top:25px;
}

.search-form input[type="text"]
{
	border:1px;
	border-color:#777777;
	border-style:inset;
	background-color:#e6e6e6;
	width:83px !important;
	height:15px;
}

.search-form input[type="submit"]
{
	border:0px;
	width:17px;
	height:17px;
}