
form fieldset{
	width:300px; height:auto;
	border:1px solid #ccc; margin:0 auto;
	padding:20px 0 20px 20px;
	}
form fieldset table{
	width:100%;
	}
form fieldset input[type=text],
form fieldset input[type=password]{
	width:90%; height:auto;
	padding:2px 5px;
	}
form fieldset button{
	width:100px; height:30px;
	border:1px solid #ccc; background-color:#f0f0f0;
	}
	