p
{
	padding-top:0px;
	margin-top:0px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.searchtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-weight: bold;
	color: #000000;
}

.tablestyle{
	font:  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	 width:139px;
}

.buttonstyle{
	font:  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	background-color:#ffffff;
	border-color:#999999;
	cursor:pointer;	 
}

.search-header{
	font-size:14px;
	font:   sans-serif;
	font-weight:bold;
}

.inline-popup-bg
{
	left:0; top:0; 
	width: 100%; height: 100%;
	z-index: 1001;
	background-color:#000;
	display:none;
	position: fixed;
	opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; filter: alpha(opacity=70);
}
.inline-popup
{
	left:0; top:0; 
	display:none;
	position: fixed;
    z-index: 2002;
    width: 100%; height: 100%; z-index: 2001;
    
}
.close-link
{
	color:Orange; font-size:15px;font-weight:bold; font-family:Arial; text-decoration:none;
    
}
.inline-popup >div
{
	display:block;
	
	padding:0px 0px px 0px;
    position:relative;
    width:400px;
    top:120px;
    margin-left:auto;
    margin-right:auto;
    

}

