@import 'reset.css';

form legend {
	color:#F39;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

form {
	border:0;
	outline:0;
}
form fieldset {
	border:0;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 100%;
	margin: 0;
}

form fieldset p label {
	width: 100%;
	display: block;
	margin: 0 5px 5px 6px;
	padding: 0;
	text-align:left;
	
}

form fieldset p textarea {
	padding: 2px;
	width: 100%;
}

form fieldset p textarea,
form fieldset p input {
	border:0;
	background-color:#EEE;
}
form fieldset p label {
	color:#F39;
}

input.submit-button {
	width:93px;
	height:53px;
	background-image:url("../images/submitBtn.png");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:transparent;
	border:0;
	padding:0;
	margin:0;
	outline:none;
	float:right;
}
input.submit-button:hover {
	background-position:0 -52px;
	cursor:pointer;
	outline:none;
}
input.resetBtn {
	width:62px;
	height:11px;
	background-image:url("../images/resetBtn.png");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:transparent;
	border:0;
	padding:0;
	margin:0;
	float:left;
	outline:none;
}
input.resetBtn:hover {
	background-position:0 -11px;
	cursor:pointer;
	outline:none;
}