﻿
img
{
	border: 0;	
}

/* TAF */
.formRow
{
	width: 500px;
	clear: both;
	padding: 5px 0;
}
.formLabel
{
	float: left;
	width: 500px;
	padding-bottom: 5px;
}
.formLabel div
{
	float: left;
	vertical-align: baseline;	
}
.fromInput input, .fromInput select
{
	width: 400px;
}
.multiline textarea
{
	width: 400px;
	height: 50px;
}
.red
{
	color: #FF0000;	
}

#tafconf
{
	display: none;
	float: right;
	width: 700px;
	height: 175px;
	
}
#tafconfcontent
{
	background:  url(../images/bg_TAF_conf_popup.gif) repeat-x top left #FFFFFF;
	padding: 20px 10px;
}
.btnclose
{
	float: right;
	width: 150px;
}
sup
{
	font-size: 8pt;	
}
#ppconf
{
	display: none;
	float: right;
	width: 700px;
	height: 200px;
	
}
#ppconfcontent
{
	background:  url(../images/bg_TAF_conf_popup.gif) repeat-x top left #FFFFFF;
	padding: 20px 10px;
}
/*Light box CSS */
#simplemodal-overlay {background-color:#000000;}
#simplemodal-container 
{
	background-color:#FFFFFF; 
	padding:0px;
	width: 700px;
}
.contentHeader 
{
    font-size: 20pt;
    font-weight: bold;
    color: #a0218c;
    padding-top: 2px;
}