/* Form elements */
input,textarea, select {
	color : red;
	font-family: verdana;
	font-size:10px ;
	border: #FF0000 1px solid;
	background-color: #FFFFFF;
}

input.none {
	border: #FFFFFF 1px solid;
	font-family: verdana;
	font-size:10px ;
}


/* The text input fields background colour */
input.button, textarea.post, select {
background-color : #FF0000;
font-weight: bold;
border: #FF0000 1px solid;
color : white;

        
}

input.radio { 
border: #FFFFFF 1px solid;
font-weight: bold; 
color : white; 

}
