﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
form 
{
	margin: 0px;
	padding: 0px;
}
p, td, li, span, ul, ol {
	color: #333333;
	line-height: 17px;
	font-size: 12px;
}
p {
	margin: 0;
	padding: 0px 0px 12px 0px;
	color: #333333;
	line-height: 17px;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #e41b23;
}
a:hover {
	/*
	Need
	*/
}
#popupheader 
{
	background-image: url(images/popupheader_bg.jpg);
	background-repeat: repeat-x;
	height: 49px;
	position: relative;
}
#popupheader h1
{
	margin: 0px;
	padding: 19px 0px 0px 26px;
	color: #666666;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}
#popupcontent 
{
	padding: 28px;
	height: 439px;
	overflow: auto;
}
.popuperror 
{
	text-align: center;
	color: #ff0000;
}
.biophoto 
{
	float: right;
	padding-top: 9px;
	padding-left: 15px;
}
#closebutton
{
	position: absolute;
	top: 32px;
	right: 28px;
}
#printbutton
{
	position: absolute;
	top: 32px;
	right: 83px;
}
#TB_window #closebutton a, #printbutton a
{
	display: block;
	width: 50px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #e41b23;
	font-size: 11px;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;	
	background-color: #ffffff;
	cursor: pointer;	
}
#TB_window #closebutton a:hover, #printbutton a:hover
{
	color: #999999;
}
