/* Kleeneze Sealtech Limited */
/* About Us Page Exclusives */

@import url( "company.css");

UL {
	margin: 20px 0;
	list-style-type: none;
}

LI {
	margin: 0 0 5px 0;
}

LABEL {
	display: block;
	float: left;
	width: 200px;
	font-size: 12px;
}

#content INPUT.text {
	width: 300px;
	padding: 1px;
	border: 1px solid #7f9db9;
}

#content INPUT.text2 {
	width: 200px;
	padding: 1px;
	border: 1px solid #7f9db9;
}

#content INPUT.button {
	padding: 0 20px;
	font-weight: bold;
   color: #B7C3D0;
   background: #6C7B8B;
}

TEXTAREA {
	width: 300px;  height: 70px;
	padding: 1px;
	border: 1px solid #7f9db9;
	font-family: "Arial", sans-serif;
}
