
fieldset input.focus {	border-color: #ea7125;	}


/* [ Textfields - Standard, inline] */

.fieldgroup {
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
	}
	
	.fieldgroup label {
		width: 150px;
		text-align: right;
		display: block;
		float: left;
		padding: 7px 10px 0 0;
		font-weight: normal;
		color: #333;
		font-size: .875em;
		line-height: 1.25em;
		}
		
	.fieldgroup label em {
		font-weight: normal;
		font-size: 10px;
		line-height: 12px;
		color: #777;
		}
		
	.fieldgroup input,
	.fieldgroup textarea
	 {
		float: left;
		width: 350px;
		border: 1px solid #aaa;
		font-size: 14px;
		padding: 5px;
		background: #fff;
		}
		
	.fieldgroup .fieldgroup-value {
		float: left;
		width: 350px;
		font-size: 14px;
		padding-top: 4px;
		}
		
	.large .fieldgroup-value {
		font-size: 18px;
		font-weight: bold;
		}
		
		
		
/* Fieldgroup stacked */
.stacked label {
	float: none;
	clear: both;
	width: auto;
	text-align: left;
	margin: 0 0 .25em 0;
	}
	
.stacked input,
.stacked textarea {
	float: none;
	clear: both;
	}
	
.stacked textarea {
	width: 520px;
	}	
	
	
/* Field group small */
.smallint input {
	width: 40px;
	}
	
/* Fieldgroup login */

	

		
/* [ Dropdown ] */
	
	.fieldgroup select {
		float: left;
		width: 360px;
		border: 1px solid #ccc;
		font-size: 14px;
		background: #fff;
		padding: 5px;
		}
		
		
/* [ Date Picker ] */
.datepicker select {
	width: auto;
	display: inline;
	float: none;
	}		
	
/* [ Radio Button List ] */
.radiobuttonlist {
	margin: 0 0 20px 200px;
	}	

		
/* [ Checkbox ] */
.checkbox {
	padding-left: 180px;
	position: relative;
	margin: 20px 0;
	}
	
	.checkbox label {
		display: block;
		line-height: 20px;
		min-height:1px;
		font-size: .875em;
		}
	
	.checkbox input {
		position: absolute;
		top: 3px;
		left: 160px;
		display: block;
		}
		
		
/* [ Fieldset ] */

.fieldset-group {
	clear: both;
	min-height: 1px;
	position: relative;
	margin: 2em 0;
	}
	
	.fieldset-group:after {		content: ".";		clear: both;		height: 0;		visibility: hidden;		display: block;		}
	* html .fieldset-group { height: 1px; }

.fieldset-group fieldset {
	float: left;
	}

fieldset {
	position: relative;
	margin: 2em 0;		
	min-height: 1px;
	background: #f6f6f6;
	border: 1px solid #ccc;
	width: 590px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
	fieldset legend span {
    position: absolute;
	display: block;
	top: -20px;
	left: 30px;	
	width: auto;	
	background: #fff;	
	padding: 8px 15px 10px;
	font-size: 1.25em;
	line-height: 1.25em;
	white-space: nowrap;	
	font-weight:bold;
	color:#333;		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #CCCCCC;
    }
	
	#page fieldset .content {
	position: relative;
	padding: 2.4em 1.4em;
	}

		
	#page fieldset .footer {
		background: url(fieldset.footer.gif);
		height: 25px;
		width: 585px;
		margin: 0;
		position: absolute;
		bottom: -20px;
		left: 2px;
		}
		
		
		
.fieldset-group .help {
	float: right;
	border-top: 1px solid #ccc;
	width: 230px;
	font-size: .875em;
	color: #777;
	padding: 1em 0 0;
	}
	
.mozilla .fieldset-group .help {
	margin-top: 1.25em;
	}
		
		
.register-interest {
	text-indent: -9000px;
	background: url(register-interest.gif) no-repeat 0 0;
	border: none;
	width: 195px;
	height: 50px;
	}
	
	.register-interest:hover {
		background-position: 0 -50px;
		}
		
.button-group {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em 0;
	}
	
	.button-group .help {
		font-size: .75em;
		color: #777;
		}
		
.button-group .input-button {
    padding: 5px 10px;
}		
