/*For the form on the call back page - to ensure it doesn't interfere with blog forms*/
label{
	display:block;
	font-size:1em;
}
input, textarea{
	width:25em;
	font-size:1em;
}
.button{
	cursor:pointer;
	position:relative;
	width:auto;
}
.error {
	color:red;
	font-weight:bold;
}