/* TABLEs */

table.IF_TableForm
{
	width:							500px;
}

/* TDs */

td.IF_TdFormLeft
{
	width:							40%;
	font-weight:					bold;
	padding-bottom:					4px;
}

td.IF_TdFormRight
{
	width:							60%;
	padding-bottom:					4px;
}

td.IF_TdFormButtons
{
	padding-top:					4px;
	width:							100%;
	text-align:						center;
}

/* INPUTs */

input.IF_InputText, select.IF_Select
{
	width:							285px;
	font-family:					Arial;
	font-size:						9pt;
	border:							1px solid #CCCCCC;
}

input.IF_InputText:hover, input.IF_InputText:focus, select.IF_Select:hover, select.IF_Select:focus
{
	border:							1px solid #663c21;
}

input.IF_InputButton
{
	width:							120px;
	font-family:					Arial;
	font-size:						9pt;
	border:							1px solid #CCCCCC;
}

input.IF_InputButton:hover, input.IF_InputButton:focus
{
	border:							1px solid #663c21;
}

/* TEXTAREAs */

textarea.IF_TextArea
{
	width:							285px;
	font-family:					Arial;
	font-size:						9pt;
	border:							1px solid #CCCCCC;
	height:							150px;
}

textarea.IF_TextArea:hover, textarea.IF_TextArea:focus
{
	border:							1px solid #663c21;
}

/* P */

p.IF_PError
{
	border:							1px solid #CCCCCC;
	background-color:				#F0F0F0;
	color:							black;
	padding:						2px;
	width:							482px;
}
