/** BASIC */

body {
	margin: 10px;
	padding: 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/** Tell a friend formulier */

.tellafriend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/** ERRORS */

.error {
	width: 95%;
	padding: 3px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
	color: red;
    text-align: center;
}

