#formContainer{
	background: #f4f4f4 url(i/grid_620_top_bg.png) no-repeat center top;
	padding: 20px 0 0px 0;
}

#formContainer .formHolder{
	background: url(i/grid_620_bg.png) no-repeat center bottom;
	padding: 10px;
}

form{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	padding: 1em 0;
}

form fieldset {
	border-color: #d0d0d0;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 0 0 10px;        /* padding in fieldset support spotty in IE */
	margin: 0 0 1.2em 0;
	border: none;
	position: relative;
}
form fieldset legend {
	font-size:1.3em; /* bump up legend font size, not too large or it'll overwrite border on left */
	padding: 0 1em 0.2em 0;/* be careful with padding, it'll shift the nice offset on top of border  */
	xborder-bottom: 1px dotted #CCC;
	color: #333;
}

form fieldset fieldset{
	border: none;
}
form fieldset fieldset legend {
	font-size:1.15em; /* bump up legend font size, not too large or it'll overwrite border on left */
	padding-bottom: 0.2em;/* be careful with padding, it'll shift the nice offset on top of border  */
	color: #333;
}


* html fieldset{
	position: relative;
	xmargin-top: 1em;
	xpadding-top: .75em;
}


form fieldset.options{
	margin: 0 0 1em 0;
}

form,
form fieldset,
form fieldset.options label,
form .field{
	position: relative;
	zoom: 1;
}


form fieldset.options legend,
label{
	display: block;
	clear: left;
	color:#666;
	color: #007FC9;
	margin: 0px 0px 0.2em;
	padding: 0;
	font-size: 100%;
}

form label[for] {
	cursor:pointer;
}

div.error{}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	xbackground-image: url('info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	xbackground-image:url('success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	xbackground-image: url('warning.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('i/error.png');
}




span.invalid, p.invalid{
	color: #a03e47;
}
.instruction{
	color:#666;
	xbackground-color: #f4f4f4;
	padding: 1em;
	margin: 10px;
	border: dotted 1px #CCC;
}

.hint{
	font-size:85%;
	clear: left;
	margin: 0.2em 0 1em 0;
	padding: 0;
	font-style: italic;
	color: #999;
}


input[type="text"], select, textarea, .ieinput{
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-color:#747474 #848484 #ccc;
	border-style:solid;
	border-width:1px;
	xwidth: 340px;
	padding: 2px 0;
}
input[type="text"].invalid, select.invalid, textarea.invalid, .ieinvalid{
	xborder: solid 1px #f00;
	background: #ffd8d8;
}

input, select{
	display: block;
	float: left;
	xmargin-left: 1em;
}

.options input{
	width: auto;
	float: none;
	display: inline;
	margin-right: 1em;
}

textarea{
	display: block;
	clear: both;
	height: 8em;
}

input:focus,
input[type="text"]:focus,
select:focus,
textarea:focus,
.iefocus{
	background-color: #FFC;
}


div.field{
	xbackground: #069;
}
div.field,
form fieldset.options{
	margin: 0px 0px 0.6em;
	padding: 0 10px;
	zoom: 1;
}
form fieldset.options{
	clear: left;
}


form div.field input, form div.field select, form div.field textarea{
	width: 100%;
}

form div.small,
form div.medium,
form div.large,
form div.half{
	padding-right: 0;
}

form div.small{
	width: 100px;
}

form div.medium{
	width: 220px;
}

form div.half{
	width: 160px;
}

form div.large{
	width: 340px;
	clear: both;
}

form div.wide{
	width: auto;
	clear: both;
}

form div.small,
form div.half,
form div.medium{
	float: left;
}


form div.small,
form div.half,
form div.medium{
	margin-right: 10px;
}

.shownHint {
	background: transparent url(i/shadow.png) no-repeat bottom right;
	color:#444444;
	clear: none;
	margin: 0;
	position:absolute;
	width: 225px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size:85%;
	font-style: normal;
	z-index: 1201;
	overflow: visible;
}

.shownHint .inner{
	background:#EEE;
	border: solid 1px #888888;
	padding: 1em;
	margin: -2px 4px 4px -2px;
	/* IE6 fix: */
	*background: #EEE;
	*margin: 0px 4px 4px 0px;
}


a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 3px 0 -20px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(i/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/*
	ACTIONS
*/
button.primary{
	background: url(i/primary_action_bg.png) no-repeat center center;
	height: 24px;
	width: 160px;
	text-align: center;
	color: #CCC;
	border: none;
	margin: 0 1em 0 0;
	font-size: 108%;
	xtext-transform: uppercase;
	xline-height: 24px;
	vertical-align: middle;
	padding-bottom: 3px;
	white-space: nowrap;
	cursor: pointer;
}
button.primary:hover{
	color: #FFF;
}