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

/* body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
} */

#searchBG {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_72percent.png);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#searchContainer {
	/*width: 100%;
	height: 100%;*/
	/* background-image: url(../images/bg_72percent.png); */
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: 50%;
	margin-top: -100px;
	z-index: 100;
}

#searchContainer table {
	width: 100%;
	height: 100%;
}

#searchContainer td {
	vertical-align: middle;
	text-align: left;
}

#loadingSearch {
	font-size: 14px;
	color: #666;
	background-color: #fff;
}

.searchButtonTd{
	vertical-align:middle;
	text-align:left;
	padding-left: 10px;
}

#SearchDiv{
	height:120px;
	margin:0px;
	vertical-align:top;
	background-color: #fff;
}

#SearchTable{
	width:100%;
	height:100%;
	padding: 10px;
	padding-bottom: 20px;
	margin:0px;
	vertical-align:top;
	border-style: solid;
	border-color: #777;
	border-width: 6px ;
}

#descTd{
	vertical-align: top;
	text-align: left;
	padding: 0px;
	padding-left :10px;
	padding-bottom: 10px;
	font-size:14px;
	font-weight: bold;
}

#textBoxTd{
	height:30px;
	padding-left :10px;
	width:70%;
}

.searchButton{
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	width:73px;
	height:30px;
	border:none;
	cursor:hand;
	cursor:pointer;
}

input{
	border:1px solid #F4B112;
}

.searchText{
	width:95%;
	font-size: 109%;
	height:21px;
	color: #777;
	font-style:italic;
	text-align:left;
	padding-top: 6px;
	padding-left: 4px;
}

.errorSpan{
	color: #FF0000;
	padding-left:10px;
}