body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Verdana;
}

#header
{
	background: #212830;
	height: 75px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	background: url(/images/medbuy_logo.gif) no-repeat 0px -5px;	
	border-bottom: solid 1px #a2a2a2;
}

#header #link, #headerFr #link
{
	float: right;
	padding-top: 50px;
	vertical-align: bottom;
}

.textbox
{
	font-size: 12px;
	padding: 2px;
	background: #FFFFFF;
	width: 95%;
	border: solid 1px #a2a2a2;
}

.textboxfocus
{
	font-size: 12px;
	padding: 2px;
	background: #f9f8f8;
	width: 95%;	
	border: solid 1px #a2a2a2;
}

#title
{
	height: 40px;
	line-height: 40px;
	background: #FFFFFF url(/images/email_title_bg.jpg) repeat-x;	
	color: #0d345f;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
}

span.required
{
	color: #990000;
	padding: 0px 0px 0px 5px;
}

div.datarow
{
	clear: both;
	width: 600px;
	clear: both;
	padding: 10px 0px 10px 0px;
}

div.datalabel 
{
	float: left;
	width: 135px;
	text-align: right;
}

div.datavalue
{
	float: left;
	padding: 0px 0px 0px 10px;
	width: 445px;
	text-align: left;
}

a, a:active, a:visited
{
	color: #006666;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}