textarea, 
input
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-size: small;
	font-style: normal;
}

#contact
{
	font-style: normal;  /* ***************************************************************** */
	color: white;
}

.contact_mt_right
{
	font-size: small;
	font-style: normal;  /* ******************************************************** */
	line-height: normal;
	font-variant: normal;
	color: black;
	text-align: right;
}

.contact_mt_left
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: small;
	font-style: normal;  /* ******************************************************** */
	line-height: normal;
	font-variant: normal;
	color: black;
	text-align: left;
}

#contact fieldset
{
	color: black;
}

.purchase_mt_right
{
	font-size: small;
	font-style: normal;  /* ******************************************************** */
	line-height: normal;
	font-variant: normal;
	color: white;
	text-align: right;
}

.purchase_mt_left
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: small;
	font-style: normal;  /* ******************************************************** */
	line-height: normal;
	font-variant: normal;
	color: white;
	text-align: left;
}

#purchase fieldset
{
	color: black;
}
.field_set 
{
	border-color: white;
	border-style: solid;
}

#main_col .link 
{
	color: blue;
	/*font-weight: bold;*/
}

#h4_like
{
	text-align: center;
	color: black;	
}

#h4_like a img
{
	text-decoration: none;
	outline: none;
	border: 0;
	/*width: 3%;  works in IE but not in FFox or Chrome */
}

#contact label 
{
	display: block;
	width: 10%;
	float: left;
	margin: 2px 4px 0px 4px;
	text-align: right;
	color: black;
}

#purchase label
{
	display: block;
	width: 8%;
	float: left;
	margin: 2px 4px 0px 4px;
	text-align: right;
	font-size: 0.9em;
}

#contact label.error,
#purchase label.error
{
	text-align: left;
	font-size: 0.8em;
	color: blue;
    font-weight: bold;
	display: block;
	width: 60%;
    margin-left: 11%;
}

.v_align_top 
{
	vertical-align: top;
}

.black_text
{
	color: black;	
}

.white_text
{
	color: white;
}

.small_lineheight 
{
	font-size: 0;
	height: 10px;
}

.centred_image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cost_text_
{
	font-size: 1.5em;
	text-align: center;
	position: relative;
	top: -0.7em;
}

.description_text
{
	font-size: 1.0em;
	text-align: center;
}

.aqua_message
{
	color: aqua;
}
