﻿* {
	padding:0;
	margin:0;
	text-decoration:none;
	line-height: normal;
	border:0px;
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	outline: none;
}

a {
	color: #000;
}
a:hover {
	padding:0;
	margin:0;
	border-bottom: 1px dotted #000;
}

#container {
	width: 100%;
	height: 100%;
}
#page {
	width: 800px;
	margin: 0 auto;
	vertical-align:top;
}
#content {
	width: 800px;
	height: 224px;
	background: #fff url(images/bg.jpg) no-repeat;
}
#header {
	width: 800px;
	height: 117px;
	background: #fff url(images/header.jpg) no-repeat;
}
#footer {
	font-size: 8pt;
	width: 800px;
	height: 23px;
	padding-top: 5px;
	text-align: center;
	color: #b0b0b0;
}

#footer a {
	font-size: 8pt;
	color: #b0b0b0;
	text-decoration: underline;
}

#inputbox {
	position: relative;
	float: left;
	margin-top: 3px;
	width: 251px;
	height: 27px;
	padding-top: 4px;
	padding-left: 10px;
	background: #fff url(images/input-bg.gif) no-repeat;
}
.searchbox {
	font-size: 11pt;
	width: 240px;
	height: 23px;
	background-color: transparent;
}

.clearboth {
	clear: both;
}
#side1 {
	position: relative;
	width: 173px;
	float: left;
}
#side2 {
	position: relative;
	width: 173px;
	float: left;
}
#submitbtn {
	position: relative;
	float: left;
	width: 83px;
	height: 32px;
	background: #fff url(images/button-fetch.gif) no-repeat;
}

.button {
	font-weight: bold;
	background-color: transparent;
	border:0px;
	width: 83px;
	height: 32px;
	color: #fff;
	cursor: pointer;
}

.message {
	padding: 5px;
	border: 1px solid red;
	background-color: #C0C0C0;
	width: 600px;
	margin: 0 auto;
}
#sliderContent {
	position: relative;
	border: 1px solid #000;
	padding: 10px;
	display: none;
}
#search-content {
	padding-top: 40px;
	margin: 0 auto;
	width: 800px;
	padding-left: 150px;
}
#select-content {
	margin: 0 auto;
	width: 800px;
	padding-left: 150px;
}
.input {
	width: 50px;
	border: 1px solid silver;
}
.close {
	position: relative;
	float: right;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
}
h3 {
	font-size: 14pt;
}

.title {
	height: 25px;
	font-weight: bold;
	background-color: #b0b0b0;
	padding: 5px;
	font-size: 13pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
