form {
	display:block-inline;
	text-align:right;
	margin:0;
	padding:0;
}
input {
	padding:0;
	width:96%;
}
.text, .file, .password {
	background-color:#fff;
	background-repeat:no-repeat;
	border:1px solid #dedede;
}
.radio {
	background-color:transparant;
	margin:0 4px -2px 0;
}
.checkbox {
	background-color:transparant;
	margin:0 4px -1px 0;
}
.submit, .button, .reset {
	padding:0;
	border:none;
	margin:10px 0 0 0;
	color:#ffffff;
	height:17px;
	width:auto;
	cursor:pointer;
}
.submit {
	background-color:#666666;
}
.button, .reset {
	background-color:#cccccc;
}
select {
	width:96%;
}
optgroup {
	color:#dedede;
}
textarea {
	height:54px;
	border:1px solid #dedede;
	padding:2px;
	width:96%;
}
*textarea {
	/* IE Win only */
	margin-left:30px;
}
button {
	padding:0 4px 0 4px;
	height:17px;
	border:none;
	cursor:pointer;
}
form fieldset {
	margin:0;
	border:solid #999;
	border-width:1px 0 1px 0;
	text-align:left;
	padding:10px;
	background-color:#f2f2f2;
}
form legend {
	font-weight:bold;
}
*form legend {
	/* IE Win only */
	margin:0 -7px;
} 
form label {
	padding:0;
	margin:0;
	white-space:nowrap;
	width:96%;
	overflow:hidden;
	float:left;
}
form fieldset li {
	list-style-image:none;
	list-style:none;
	padding:2px 0 6px 0;
	line-height:20px;
}
form fieldset li fieldset {
	text-align:left;
	border:none;
	padding:0;
}
form fieldset li fieldset legend {
	margin:0;
	padding:2px 0 1px 0px;
	font-weight:normal;
}
*form fieldset li fieldset {
	/* IE Win only */
	margin-left:-23px;
}
form fieldset li fieldset label {
	display:block;
	width:69%;
	float:right;
	margin:0;
	padding:0;
}
/* IE Mac legend fix */
/*\*//*/
form legend {
	display: inline-block;
}
