
.cfrmFrame {
	background-color:#ffffff;
	width:90%;
	/*border-left:1px dotted gray; border-right:1px dotted gray; border-bottom:1px dotted gray;*/
	left:0%; 
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
	padding:0px 10px 50px 0px;
	border: 0px solid yellow;
}

.cfrmTitle {
	height:20px; 
	background-image: url(./images/bg_title.gif);
	border-bottom:1px solid #CCCCCC; font-size:16px;
	font-weight:bold;
	color:#7F9DB9;
	padding:5px;
}

.cfrmIntro {
	text-align:justify;
	font-size:1.3em;
	color:#444;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding:20px 0px 20px 0px;
}

#cfrmReply {
	display:none;
	font-weight:bold;
	text-align:center;
	font-size:1.5em;
	color:#444;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding:50px 0px 30px 0px;
}

.cfrmTable {
	font-size:10px;
	padding:0px;
}

.cfrmTD	{
	width:25%;
	text-align:right;
	padding:10px 5px 5px 5px;
}

.cfrmTD2 {
	width:20%;
	text-align:left;
	padding:0px 5px 0px 10px;
}

.cfrmTDInput {
	width:240px;
	padding:5px 5px 0px 0px;
}

.cfrmForcedFields {
	width:15px;		
	background-image: url(./images/li-orange.gif); background-position:0px 12px; background-repeat:no-repeat;
}

.cfrmForcedFields2 {
	width:100px;	height:20px;	
	background-image: url(./images/li-orange.gif); background-position:2px 5px; background-repeat:no-repeat;
	padding: 0px 0px 0px 16px;
}

.cfrmHelp {
	width:20px; height:25px;
	background-image: url(./images/help_green_18x18.png); background-position:0px 5px; background-repeat:no-repeat;
	cursor:pointer;
}

.cfrmInput {
	/*width:100%;*/
	font-size:1.2em;
	/*font-family:Arial, Verdana, Helvetica, sans-serif;*/
	
}

#cfrmError {
	color:red;
}

.cfrmMessage {
	position:relative;
	font-style:italic;
	font-weight:bold;
	color:#CC0000;
	left:20px;
}


#dhtmltooltip	{
	position:			absolute; 
	width:				150px;
	border:				1px solid #7F9DB9;
	padding:			2px 5px 2px 5px;
	background-color:	white;
	visibility:			hidden;
	z-index:			100;
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	font-size:			xx-small;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}