input,
textarea{
	resize: none;
	font-family: inherit;
	font-weight: normal;
}

/*--- THE MAGIC ---*/
/*
This is the best bit!
*/
[placeholder]{
	cursor:text;
	
}
[placeholder]:active,
[placeholder]:focus{
	cursor: text;
	font-weight: normal;
}
