/* CSS Document */

	/* Forms */
	
form {

	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form label {
	display:inline;
	width:100px;
	float:left;
	}
	
form br {
 	clear:both;
	}

input.text {
	margin-left:40px;
	background:#d6d6d6;
	border:0;
	width:244px;
	float:left;
	margin-bottom:10px;
	}
	
	
textarea {
	margin-left:40px;
	background:#d6d6d6;
	border:0;
	height:100px;
	margin-bottom:10px;
	width: 244px;
	}

form input.submit {
	margin-left:334px;
	margin-bottom:10px;
	
}


#form table.form {
	border:0;
	
	}
	
#form table.form td.label {
	display:block;
	width:250px;
	margin-right:20px;
	}
	
#form table.form td.field {
	display:block;
	width:250px;
	}


