form.jNice ul {
	list-style: none;
}
form.jNice ul li {
	clear: both;
	padding-top: 5px;
	display: block;
	clear: both;
}
form.jNice ul li label {
	color: #00234C;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	padding-right: 10px;
}
/*
form.jNice select { height: 28px; }
*/
/* -------------
 * Buttons
 * ------------- */
button {background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

/*
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  font-size: inherit;
}
*/

button span {
	background: transparent url(/images/form/form_button_right.png) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0 4px 0px 0px; /* sliding doors padding */
	height: 29px;	
}

button span span {
	background: transparent url(/images/form/form_button_left.png) no-repeat;
	color: #FFFFFF;
	padding:6px 22px 0 30px;
	height: 23px;
	padding:4px 22px 0 30px\9;
	height: 25px\9;
	font-size: 11px\9;
	font-weight:bold\9;
	display: block;
	text-decoration: none;
}


.btn-wcag {
  /*all: initial;*/
  margin: .1em;
  display: inline-block; 
  background: white;
  padding: .33em;
  cursor: pointer;
}

/* All the states on the inner element */
.btn-wcag:hover, .btn-wcag:focus, .btn-wcag:active  {
    /* Removing default outline only after we've added our custom one */
    background: #106BFE;
    outline: none;
}


/* -------------
 * Inputs
 * ------------- */
form.jNice input, form.jNice textarea {	
	border: 1px solid #CFCFCF;
	padding: 4px;
	color:#808080;
	font:normal 13px/19px "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
}

 
.jNiceInputWrapper {
	border: 1px solid #CFCFCF;
	/*background: transparent url(/images/form/input.gif) no-repeat left top;*/
	float:left;
}

.jNiceInputInner {
	/*background: transparent url(/images/form/input.gif) no-repeat right top;*/
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	height: 19px;
	*line-height: 17px;/* IE Hacks */
	*height: 17px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */

.jRadioWrapper, .jCheckWrapper {
	float: left;
	z-index: 2;
	margin-right: 4px;
	height: 27px;
	width: 39px;
}

.jNiceRadio {
	background: transparent url(/images/form/radio_check.png) no-repeat 0 0;
	height: 27px;
	width: 39px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(/images/form/radio_check.png) no-repeat 0 0;
	height: 27px;
	width: 39px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceRadioChecked { background-position: 0 -26px;}
.jNiceChecked { background-position: 0 -52px;}

/* -------------
 * Selects
 * ------------- */
 
.jNiceWrapper select {border:none;margin:0;padding:0;}

select.multiple { border: 1px solid #CFCFCF; }

form.jNice select option {
	color:#00234C;
	font:normal 14px/19px "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	padding-bottom: 4px;
}
form.jNice select option:hover {
	background: #587993;
}
form.jNice select option::selection { background: #587993; }
form.jNice select::selection { background: #587993; }


.jNiceSelectWrapper {
	height: 27px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 25px;
	line-height: 25px;
	padding: 0px 3px;
	border: 1px solid #CFCFCF;
	border-right: none;
	background-color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 39px;
	height: 27px;
	background: url(/images/form/select_arrow.png) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 25px;
	background-color: #FFF;
	border: solid 1px #CFCFCF;
	min-height: 40px;
	position:absolute;
	left:0px;
	list-style:none;
	display: none;
	margin:0;
	padding:0;
	overflow-y:auto;
	overflow-x: hidden;
	z-index:100;
	width: 95%;
}
.jNiceSelectWrapper ul li { margin: 0 !important; }
.jNiceSelectWrapper ul a, .jNiceSelectWrapper ul a:active, .jNiceSelectWrapper ul a:visited, .jNiceSelectWrapper ul a:link {
	color:#00234C;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#587993; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.jNiceFocus { }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;display: inline-block;}
.jNiceWrapper input {outline:none;moz-outline:none;}

#divinputfile{
	float: left;
	background:url(/images/form/upload_file.png) no-repeat 100% 1px;
	height:29px;
	width:300px;
	white-space: nowrap;
}
#filepc{
	_float:left;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
}
#fakeinputfile{
	margin-top:-25px;
}
@-moz-document url-prefix() { #fakeinputfile { margin-top:-22px; } }
#fakefilepc{
	width:190px;
	_width:210px;
}