body {
	border: 0;
	margin: 0;
	padding: 0;
}

input[type=text],input[type=password],textarea{
	border-color: #000000 #BCBCBC #BCBCBC #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 0;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus {
	background-color: #FFFFBC;
	color: #000000;
	border: 1px solid #910000;
}
input[disabled='disabled'] {
  color: #000000;
}
