@charset "utf-8";
/* CSS Document */

label {
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	}

.submit input {
	margin-left: 4.5em;
	}

input {
	color: rgb(111,119,141);
	background: #FFFFFF;
	border: 1px solid rgb(111,119,141);
	}
	
textarea {
	color: rgb(111,119,141);
	border: 1px solid rgb(111,119,141);
	}



