@charset "utf-8";
/* CSS Document */

#fullbody{
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	height: 56px;
	width: 330px;
}
#navbar{}
#heading{
	margin-top: 10px;
	margin-bottom: 10px;
}
.key-w-input {
	background-image: url(images/inputbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
	width: 250px;
	border: 1px solid #CCCCCC;
}
.any-input {
	background-image: url(images/inputbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
	width: 150px;
	border: 1px solid #CCCCCC;
}
.by-e-input {
	background-image: url(images/inputbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
	width: 200px;
	border: 1px solid #CCCCCC;
}
.headertext a{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
#searcharea{
	margin-top: 15px;
	margin-bottom: 15px;
}
#divider{
	background-image: url(images/devider.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#showlist{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.btn-left {
	background-image: url(images/btn-left.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
	width: 5px;
}
.btn-right {
	background-image: url(images/btn-right.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 22px;
	width: 5px;
}
.btn-bg {
	background-image: url(images/btn-bg.png);
	background-repeat: repeat-x;
	height: 22px;
}
