/* contact form CSS*/
/* form */
.errortext{
	color:#990000;
	font-weight: bold;
}

.inputtext{
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;/*don't make font white because input bg is yellow in some browsers*/
	background-color:#D3D1C6;
	font-size: 12px;
	border: 1px dotted #FFFFFF;
	margin: 1px;
	/*padding: 2px 5px 2px 5px;*/
}

#textbox {
	font-family: Arial, Helvetica, sans-serif;
	height: 170px;
	width: 220px;
	overflow:auto;
	padding: 5px;
}


.labeltext{
	/*color: #FFF;*/
	font-size: 11px;
}

.coloured_star{
	color: #EDEDE8;
	/*font-weight: bold;*/
}

.small_text{
	font-size: 10px;
}


h1{
	font-size: 14px;
	color: #FFF;
}