/* TABLEs */

table.ICF_TableContactForm
{
	width:							400px;
}

/* TDs */

td.ICF_TdContactFormLeft
{
	width:							40%;
	font-weight:					bold;
	padding-bottom:					4px;
}

td.ICF_TdContactFormRight
{
	width:							60%;
	padding-bottom:					4px;
}

td.ICF_TdContactFormButtons
{
	padding-top:					4px;
	width:							100%;
	text-align:						center;
}

/* INPUTs */

input.ICF_InputText
{
	width:							239px;
	font-family:					Arial;
	font-size:						9pt;
	border:							1px solid #CCCCCC;
}

input.ICF_InputText:hover, input.ICF_InputText:focus
{
	border:							1px solid #C06A1D;
}

input.ICF_InputButton
{
	width:							120px;
	font-family:					Arial;
	font-size:						9pt;
	border:							1px solid #CCCCCC;
}

input.ICF_InputButton:hover, input.ICF_InputButton:focus
{
	border:							1px solid #C06A1D;
}

/* TEXTAREAs */

textarea.ICF_TextAreaContact
{
	width:							402px;
	font-family:					Arial;
	font-size:						9pt;
	border:							1px solid #CCCCCC;
	height:							150px;
}

textarea.ICF_TextAreaContact:hover, textarea.ICF_TextAreaContact:focus
{
	border:							1px solid #C06A1D;
}

/* P */

p.ICF_PError
{
	border:							1px solid #CCCCCC;
	background-color:				#F0F0F0;
	color:							black;
	padding:						2px;
	width:							400px;
}
