input,textarea{
	background-color: #fff; /* ###background colour */
	color: #660000;
	border-color: #770000 #820000 #880000 #720000;
}

.text_size_standard  {
	width: 20em;
}

.submit input{
	margin-left: 4.5em;
	border-color: #770000 #820000 #880000 #720000;
	background-color: #fff; /* ###background colour */
	color: #330000;
}

input.text_only_small{
	border-width: 0em;
	padding: 0em 0em;
	
	color: black;
  	text-decoration: none;
  	font-size:9px;
}

input.text_only_normal{
	border-width: 0em;
	padding: 0em 0em;
	
	color: black;
  	text-decoration: none;
  	font-size:12px;
}

input.minimal_text_border{
	color: #330000;
	border: 0.1em solid #7d6340;
	padding: 0.05em 0.05em;
}

input.minimal_text_noborder{
	color: #330000;
	border: 0em solid ;
	padding: 0.05em 0.05em;
}
