body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #fff;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 55px 0 0;
	overflow: hidden;
}
a
{
	color: #54493f;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
}

#tbar
{	
	background:url(../img/bg_bar.png) repeat-x bottom left;
	width: 100%;
	min-width: 950px;
	height: 55px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
iframe#fsite
{
	width: 100%;
	height: 100%;
	z-index: 10;	
}
#dropin
{
	width:580px;
	height:600px;	
	position:absolute;
	top:50px;
	z-index:100;
	display:none;	
}
#dropin img
{
	/*position:absolute;
	z-index:100000;*/
}
#dropinboxv_inner div 
{
	
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
}


#logo
{
	margin-top: 4px;
	width: 100px;
	float: left;
	padding-left: 30px;		
}
#logo img, #icons img, #close img
{
	border: none;
	vertical-align: middle;
}
#icons
{
	position: absolute;
	top: 10px;
	left:10px;
	
}
#icons img
{
	width:22px;
	height:22px;
}
.spc
{	
	padding-left: 4px;
}
#icons a
{
	margin-left: 15px;
	margin-right: 10px;
	height:24px;	
}

#close
{	
	position: absolute;
	top: 10px;
	right:120px;
}
#close img
{
	width:22px;
	height:22px;
}
#close a
{
	margin-left: 15px;
	margin-right: 10px;
	height:24px;	
}

#ttitle
{
	margin-top:10px;
}

#result
{
	visibility:hidden;
}
