/****************************************/
/*	FORMS								*/
/****************************************/
	
input, textarea, select {
	border:1px solid #D1CFCB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

select {
	border:1px solid #9b9b9b;	
}

#standard-form, .standard-form {
	border-collapse:collapse;
	padding:0px;
	margin:0 0 0 50px;
	max-width:800px;	
}

#standard-form.nostyle {
	background-color:transparent;
	border:0;	
}

#standard-form fieldset, 
.standard-form fieldset {
	position:relative;
	padding:0;
	margin:0;
	border:0;
}

#standard-form legend, .standard-form legend {
	color:#555555;
	padding:0.25em;	
	padding-left:1.0em;
}

#standard-form legend.status, .standard-form legend.status {
	float:right;
}

#standard-form fieldset .note, .standard-form fieldset .note {
	font-size:0.85em;
	margin-left:1.5em;
}

#standard-form .wrap .hint, .standard-form .wrap .hint {
	float:right;
	width:280px;
	color: #9b9b9b;
}

#standard-form input, #standard-form textarea, 
.standard-form input, .standard-form textarea{
	background-color:#EEEEEE;
	width:362px;
	padding:6px 6px 6px 10px;
	letter-spacing:1px;	
}

#standard-form textarea, 
.standard-form textarea {
	width:362px;	
	height:6em;
}

#standard-form textarea.large, 
.standard-form textarea.large {
	width:560px;
	height:16em;
	margin-left:1em;
}

#standard-form .long textarea,
.standard-form .long textarea {
	width:550px;
	height:16em;
}

#standard-form select, 
.standard-form select {
	width:100%;
	border:1px solid #9b9b9b;
	height:2.0em;
	padding:0.25em;
	background-color:#EEEEEE;
}

#standard-form select option, 
.standard-form select option {
	padding:0.25em;
}


#standard-form 	input[type=text]:focus,
				input[type=password]:focus, 
				textarea:focus,
.standard-form	input[type=text]:focus {
	border: 2px solid;
	margin:-1px;
	border-color: #9b9b9b;
}

#standard-form .handle, #standard-form label,
.standard-form .handle, .standard-form label {
	float:left;
	width:185px;
	border-top-color:#ececec;
	border-top-width: 1px;
	border-top-style: solid;
	padding:10px 12px 8px 6px;
	line-height:20px;
	clear:both;
	text-align:right;
	font-size:14px;

}

#standard-form .wrap, 
.standard-form .wrap {
	float:left;
	padding-top:0.5em;
	padding-bottom:0.5em;
	width:380px;
	border-top-color:#ececec;
	border-top-width: 1px;
	border-top-style: solid;
}


/**
 * Columns of inputs
 */
#standard-form .col,
.standard-form .col {
	width:80px;
 }

/**
 * Long handle names
 */
#standard-form label.long, 
.standard-form label.long {
	width:550px;
	clear:both;
	text-align:left;
}



#standard-form .disabled, .standard-form .disabled {
	background-color:#E8E5E0;
}

#standard-form .extended, .standard-form .extended {
	vertical-align:top;
}
	

#standard-form .s, .standard-form .s {
	width:124px;
}
#standard-form .ss, .standard-form .ss {
	width:30px;
}

#standard-form .go-wrap, .standard-form .go-wrap {
	text-align:right;
	padding-left: 200px;
	border-top-color:#ececec;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
}

#standard-form .go-block, .standard-form .go-block {
	text-align:right;
	padding-right:10px;		
}

#standard-form .go, .standard-form .go, #button .go, button{	
	width:200px;
	height:30px;
	text-indent:-9999px;
	font-size:1px;
	border:0;
	text-align:left;
	color:#fff;	
	cursor:pointer;
	background:transparent url(../images/button/continue.jpg) no-repeat scroll center;
}

.compact span, .required_field_note span{
	color:#C71017;
	margin-right:2px;
}

.required_field_note { float:left;}