/* STYLES FOR SUBMIT FORM */
#process_form label
	{
	font-weight: bold;
	font-size: 14px;
	}
#process_form label em
	{
	font-weight: normal;
	font-size: 12px;
	}
.input-text
	{
	width: 400px;
	}
.input-textarea
	{
	width: 525px;
	}
textarea.short
	{
	height: 50px;
	}
textarea.long
	{
	height: 200px;
	}
#verify
	{
	display: none;
	}