form {
	padding: 10px;
	line-height: 100%;
	width: 96%;
}
fieldset {
	position:relative;
	margin: 1em 0px 20px 20px;
	padding: 2em 10px 10px 10px;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#666666;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background: #333333;
	width: 350px;
	float: left;
}
.extraFieldset {
	background: url(/images/videoBackground.gif) no-repeat center right #333333;
}
#floatRight {
	float: right;
}
#formContainer {
	overflow: hidden;
	width: 100%;
}
.uploadField {
	width: 90%;
}
.loginFieldset {
	width: 450px;
	background: url(/images/videoBackground.gif) no-repeat center right #333333;
}
.addLinkFieldset {
	width: 650px;
	background: url(/images/videoBackground.gif) no-repeat center right #333333;
}
.linkFieldsetRight {
	width: 300px;
	background: url(/images/videoBackground.gif) no-repeat center right #333333;
	float: right;
	margin: 1em 0px 20px 20px;
	padding: 2em 10px 10px 10px;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#666666;
}
.loginFieldsetRight {
	width: 300px;
	background: url(/images/videoBackground.gif) no-repeat center right #333333;
	float: right;
	margin: 1em 0px 20px 20px;
	padding: 2em 10px 10px 10px;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#661111;
}
.loginLegendRight {
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#661111;
}
.error {
	color: #9966cc;
	background: #333333;
	border: 1px solid #9966cc;
	padding-left: 20px;
}
.formError {
	color: #9966cc;
}
legend {
	line-height: 100%;
	position:absolute;
	padding: 3px 5px;
	top: -10px;
	background-color:#222222;
	border-width:1px 1px 1px 10px;
	border-color:#666666;
	border-style:solid;
	color:#CCCCCC;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
} 	 

label, form .label {
	margin:0 5px 0 0;
	color:#FFFFFF;
	line-height: normal;
}
/* Text inputs / Select label */
label.preField {
	font-size:90%;
	font-weight:bold;
	display: -moz-inline-box;
	display: inline-block;	
	min-width:100px;
	text-align:right;
	white-space: nowrap;
}
input {
	background-color:#666666;
	margin:2px 5px 0 0;
	border-width: 1px;
	border-style: solid solid dashed solid;
	border-color:#CCCCCC;
	color:#FFFFFF;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
}
textarea {
	background-color:#666666;
	margin:2px 5px 0 0;
	border-width: 1px;
	border-style: solid solid dashed solid;
	border-color:#CCCCCC;
	color:#FFFFFF;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
	border-width: 1px;
	border-style: solid solid dashed solid;
	border-color:#CCCCCC;
	color:#FFFFFF;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
	background-color:#666666;
	font-size:90%;
	font-weight:bold;
	display: -moz-inline-box;
	display: inline-block;	
	min-width:100px;
	text-align:right;
	white-space: nowrap;
}

/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	overflow: expression('visible');
}

form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('7em');
	white-space: expression('nowrap');
}
