body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 16px;
	background-color: #00a0e1;
	margin: 0;
	padding: 20px;
}
#popup_container {
	width:632px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	position: relative;
}
#border_uleft {
	position: absolute;
	top:0px;
	left:0px;
	background: url(../imgs/popups/border_uleft.gif) no-repeat;
	width: 11px;
	height: 11px;
}
#border_uright {
	position: absolute;
	top:0px;
	right:0px;
	background: url(../imgs/popups/border_uright.gif) no-repeat;
	width: 11px;
	height: 11px;
}
#border_bleft {
	position: absolute;
	bottom:0px;
	left:0px;
	background: url(../imgs/popups/border_bleft.gif) no-repeat;
	width: 10px;
	height: 11px;
}
#border_bright {
	position: absolute;
	bottom:0px;
	right:0px;
	background: url(../imgs/popups/border_bright.gif) no-repeat;
	width: 10px;
	height: 11px;
}
#popup_content {
	margin: 0;
	padding: 3px 23px 25px 23px;
}


h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 16px 0 16px 0;
	padding: 0;
}
h2, h3 {
	color: #00a0e4;
}
h4 {
	color: #4e4e4e;
}
h3, h4 {
	margin: 16px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
a:link, a:visited, a:hover, a:active {
	color: #00a0e4;
}
p {
	padding: 0;
	margin: 16px 0 0 0;
}
table {
	border-collapse: collapse; 
}
td.col2_1, td.col2_2 {
	width: 198px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
td.col2_2 {
	width:400px;
}
td.col2_1 div {
	padding-right: 10px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 1px 0;
}
ul li {
	background: url(../imgs/popups/bullet.gif) no-repeat 7px 6px;
	padding-left: 14px;
	font-size: 11px;
	line-height:15px;
}
