/* CSS Document */

.popup_container {
	width: 397px;
	color:#000000;
	position: absolute ;
	margin: 0px;
}
#popup-top-bg {
	background: url('http://www.wisitech.com/blog/wp-content/plugins/sem-bookmark-me/img/top-bg.gif') no-repeat bottom;
	height: 25px;
	width: 392px;
}
#content-inner {
	background-color: #FFFFFF;
	width: 364px;
	border-right: 1px solid #8D8D8D;
	border-left: 1px solid #8D8D8D;
	padding: 10px;
}
#popup-bottom-bg {
	background: url('http://www.wisitech.com/blog/wp-content/plugins/sem-bookmark-me/img/bottom-bg.gif') no-repeat;
	height: 62px;
	width: 392px;
	text-align:right;
}
.f-left {	
	float: left;
}
.f-right {
	float: right;
}
.margin-top-n-right {
	margin: 8px 15px 0 0;
}
.tooltip_link {
	text-decoration:none;
	border-bottom: 1px dashed #0000cc;
}	
form {
	margin: 0px;
	padding: 0px;
}
	
	
