
/* Module wrapper: */

div.mod_hdvcontactform
{
}


/* General: */

div.mod_hdvcontactform .hdv_hidden
{
	display: none;
}


/* Contact form: */

div.mod_hdvcontactform:not( .hdv_input ) form.hdv_input
{
	display: none;
}

div.mod_hdvcontactform form.hdv_input div.hdv_requiredFieldEmptyMsg
{
	color: red;
}

div.mod_hdvcontactform form.hdv_input div.hdv_buttons button
{
	margin-right: 1em;
}
div.mod_hdvcontactform:not( .hdv_input ) form.hdv_input div.hdv_buttons button.hdv_send,
div.mod_hdvcontactform:not( .hdv_sending ) form.hdv_input div.hdv_buttons button.hdv_sending,
div.mod_hdvcontactform:not( .hdv_input ) form.hdv_input div.hdv_buttons button.hdv_clearForm
{
	display: none;
}


/* Sent message: */

div.mod_hdvcontactform:not( .hdv_sent ) form.hdv_sent
{
	display: none;
}

div.mod_hdvcontactform form.hdv_sent p.hdv_emailAddress
{
	font-size: 1.5em;
}

div.mod_hdvcontactform form.hdv_sent div.hdv_buttons button
{
	margin-right: 1em;
}


/* Confirm clear: */

div.mod_hdvcontactform:not( .hdv_clear ) form.hdv_clear
{
	display: none;
}

div.mod_hdvcontactform form.hdv_clear div.hdv_buttons button
{
	margin-right: 1em;
}

