form {

}

fieldset{
	border:solid 1px #DEDEDE;
}

fieldset legend {
	font-weight:bold;
}

fieldset ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none;
}

fieldset li{
	clear:both;
	list-style:none;
	padding: 3px;
	/* padding:10px; */
}

fieldset input{
	float:left;
}

fieldset label{
	width:140px;
	float:left;
}

fieldset button{ 
		border:0; margin:0; padding:0;
		clear:both;
		width:125px;
		height:31px;
		background:#666666 no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
}

fieldset input {
	width: 250px;
}

fieldset textarea {
	width: 350px;
}

fieldset .captcha {
	width: 100px !important;
}
