/* This file is used to style the elements of a form */

input.text {
	color: #000000;
	background-color: #ffffff;
}

textarea {
	color: #000000;
	background-color: #ffffff;
}

form p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	margin-left: 15px;
}

form p label {
	float: left;
	width: 25%;
	font: 0.9em;
	line-height: 1.1;
}

form .security_image {
	border: none;
	margin-left: 25%;
	padding-bottom: 5px;
}

fieldset {
	color: #000000;
	background-color: #ffffff;
}

legend {
	font: bold 0.8em;
	color: #000000;
	background-color: #ffffff;
}

.submit {
	background-color: #ccc;
 	cursor: hand;
 	font-family: "Trebuchet MS",Arial,Helvetica;
 	font-size: 11px;
}
