@import 'reset.css';

form {
	padding: 0 0px 20px 0px;
}
form, form fieldset input, form fieldset textarea, form label {
	font-family: Arial, Helvetica, sans-serif;
}
form p {
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}
form fieldset p input,
form fieldset p textarea {
	display: block;
	width: 100%;
	font-size: 50px;
	color: #1c1c1c;
	height: 90px;
	font-weight: bold;
	margin-top: 10;
	margin-right: 50;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
form fieldset p label {
	display: block;
	padding: 0;
	font-size: 50px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 20px;
	margin-left: 80px;	
}
form fieldset p textarea,
form fieldset p input {
	border: solid 0px #ffffff;
	background-color: #ffffff;
	text-align: left;
}
form fieldset p label {
	color: #d9d9d9;
}
form p.search  {
	width: auto;
	color: #1c1c1c;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 0;
	background-color: #FFF;
	padding-right: 60px;
	padding-left: 60px;
	background-image: url(../images/username.png);
	background-repeat: no-repeat;
	background-position: 30px 40px;
}
form p.username  {
	width: auto;
	color: #1c1c1c;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 0;
	background-color: #FFF;
	padding-right: 60px;
	padding-left: 60px;
	background-image: url(../images/username.png);
	background-repeat: no-repeat;
	background-position: 30px 40px;
}
form p.password  {
	width: auto;
	color: #1c1c1c;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 0;
	background-color: #FFF;
	padding-right: 60px;
	padding-left: 60px;
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: 30px 42px;
}
.button-form {
	height: 90px;
	width: 100%;
	background-color: #ed433e;
	cursor: pointer;
	text-align: center;
	padding-top: 30px;
	color: #FFF;
	font-weight: bold;
	left: 230px;
	top: 300px;
	font-size: 50px;
	font-weight: bold;
	border: 0px;
}
.button-form a{
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
}		
.button-form hover {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #7e2a1f;
	color: #FFF;
	font-size: 50px;
	font-weight: bold;
}