/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/

.smallTexts {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

#main input, #mainHome input {
	border: 1px solid #54585f;
	/** remember to change image path **/
	background: url(none) no-repeat #E8F6F7;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #454743;
}



/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/


.redstar {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: RED;
}