/* Forms */

div.form fieldset,
div.form legend,
div.form label,
div.form input,
div.form select,
div.form textarea {
	font-size:x-small;
	color:#FF00FF;
	border-color:#FF00FF;
	border-width:1px;
	border-style:solid;
}
div.form legend,
div.form label {
	border:none;
}


form {
	clear: both;
	xmargin-right: 20px;
	padding: 0;
	xwidth: 80%;
}
fieldset {
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset div {
	xclear: left;
	margin: 0 20px;
}
form div {
	xclear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
/* IE8 */
form div div,
fieldset  div div,
fieldset fieldset div div {
	margin: auto;
	padding: auto;
}
form div.submit {
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	xpadding-right: 20px;
}
input, textarea {
	clear: both;
	padding: 2px;
	padding-left: 0px;
	width: 100%;
}
div.radio input, div.checkbox input {
	width: 17px;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}

div.checkbox, div.radio {
	position:relative;
	xbackground-color:#CCCCCC;
	xwidth:7px;
	height:100%;/* IE8 */
	xpadding-top:50px;/* align with text */
}
div.checkbox p {
	position:relative;
	float:left;
	xbackground-color:#CCCCFF;
}

div.radio input, div.checkbox input,
input[type="checkbox"], input[type="radio"] {
	position:relative;
	clear:both;
	display:block;
	float:left;
	width:17px;
	height:17px;
}

div.radio input,
input[type=radio], 
div.checkbox input,
input[type=checkbox] 
{
	margin: 0px 6px 7px 2px;
	border:none;
}

div.radio input,
input[type=radio] {
	margin: 0 3px 7px 0;
	border:none;
}
div.radio label {
	xmargin: 0 0 6px 20px;
}
div.submit input,
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	float:right;
	vertical-align: bottom;
}
div.checkbox label, div.radio label {
	padding:2px 2px 2px 25px;
	min-height:17px;
}

div.input label, div.select label {
	xdisplay:block;
}


/* dl dt dd */
dl {
	position:relative;
	margin: 0;
	margin-top: 20px;
	width: 100%;
}
dt {
	font-weight: bold;
	vertical-align: top;
	text-align:right;
	xmargin-right:50%;
	padding-right:53%;
}
dd {
	xmargin-left: 20em;
	margin-left: 50%;
	vertical-align: top;
}

dl {
	line-height: 3em;
}
dd {
	xclear:both;
	margin-top: -3em;
	xmargin-top: 3em;
	top:0;
}

dt{
	border-top: 1px solid #FF00FF;
}

dd{
	xborder: 5px solid #0000FF;
}


/* nw 100601 */
table.confirm {
	border-collapse:collapse;
	border:none;
	width: 100%;
}

table.confirm tr.altrow{
}
table.confirm td.leftcolumn{
font-weight:bold;
text-align:right;
}

table.confirm td{
	vertical-align:top;
	border-top: 1px solid #FF00FF;
	padding:4px;
}

/* validation */



div.error{
	xborder:1px solid #FF0000;
}
div.required label {
	color: #FF0000;
}
div.error-message{
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}

