.card_heading
{
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.card_prompt
{
	font-size: 12px;
	color: black;
}

.card_prompt_bold
{
	font-weight: bold;
	font-size: 12px;
	color: black;
}

.card_input_normal
{
	height: 20px;
	font-size: 12px;
}

.card_input_error
{
	height: 20px;
	font-size: 12px;
	background-color: #ff8888;
}

.card_button
{
	font-weight: bold;
	font-size: 12px;
}

.card_caption
{
	font-size: 10px;
}

#chkDoNotContact
{
	height: 14px;
}

