form.formStandard input.button{
	background-image: url(../images/buttonBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9c2109;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #9c2109;
	height: 25px;
	}
	
form.formStandard input.text, textarea.text{
	background-image: url(../images/textBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	border: 1px solid #cccccc;
	}
	
form.formStandard label{
	font-weight: bold;
	color: #222222;
	font-size: 10px;
	}

