﻿@charset "UTF-8";

.popupcontainer {
	background: #ffffff; 
	position: absolute; 
	z-index: 1;
	top: 250px; 
	left: 0px;
	padding: 4px; margin: 4px;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.popuptitle {
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	cursor: move; 
	background: url(images/popup-title-bg.gif) #009fda no-repeat;
	height: 21px; min-height: 21px;
	padding: 2px 2px 0px 2px;
}

.popupcontent {
	margin-top: 5px;
	padding: 10px;
	border-top: 1px solid #cdcdcd; 
	border-left: 1px solid #cdcdcd; 
	border-right: 1px solid #cdcdcd; 
}

.popupfooter {
	padding: 4px; 
	border-bottom: 1px solid #cdcdcd; 
	border-left: 1px solid #cdcdcd; 
	border-right: 1px solid #cdcdcd;
	font-size: 8px;
}
