/* Styles */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
}

label {
	float: left;
	width: 100px;
	padding: 0 1em;
	text-align: right;
  	font : 12px  arial, helvetica, sans-serif;
  	color : #fff;
  	letter-spacing : 1.5px;
}

p {
	font : 12px  arial, helvetica, sans-serif;
  	color : #fff;
  	letter-spacing : 1.5px;
	margin-left : 125px;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 250px;
	border-top: 1px solid #ce4a4a;
	border-left: 1px solid #ce4a4a;
	border-bottom: 1px solid #ce4a4a;
	border-right: 1px solid #ce4a4a;
	padding: 1px;
	font : 12px  arial, helvetica, sans-serif;
	color: #ce4a4a;
	letter-spacing : 1.5px;
	background-color : #000;
}

#buttons
{
	margin-left : 190px;
}

.submitButton
{
	clear: both;
	text-align: center;
	border : 1px solid #ce4a4a;
	background-color : #000;
	color : #fff;
	margin-left : 10px;
}

.resetButton
{
	clear: both;
	text-align: center;
	border : 1px solid #ce4a4a;
	background-color : #000;
	color : #fff;
}

input:focus, textarea:focus {
	background: #4c0000;
	color: #fff;
}

	

