form { 
	margin:0; 
	padding:0;
	}
fieldset {
	border:1px solid #999; 
	text-align:left; 
	margin-bottom:10px; 
	padding-left:22px; 
	padding-top:10px;
	width:440px;
	}
fieldset:hover {
	border-color: #09f;
	}
fieldset#checkbox input {
	width:35px;
}
legend {
	font-size:0.9em; 
	color: #333333; /* text color legend*/
	font-weight:bold; 
	margin-bottom:5px;
	}
label { 
	color:#666; 
	font-size:12px; 
	margin:0 3px 3px 0; 
	padding:0; 
	line-height:1.5em; 
	width:120px; 
	display:block; 
	float:left; 
	/*clear:left;*/
	}
.inputtext {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; width:280px; background:#fff;}
select {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:100px;}
textarea {width:284px; border:1px solid #666; margin-bottom:10px;}
textarea:focus {border-color:#09f;}
.inputtext:focus {border-color:#09f;}
.submitbtn {width:123px; background: #6C6C6C; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor: pointer; padding:0; margin:0;}
