/****************************************/
/*	FORMS								*/
/****************************************/

input, textarea, select {
	border:1px solid #D1CFCB; font-family:Tahoma, Arial, Helvetica, sans-serif;
}

select {
	border:1px solid #9b9b9b;	
}

#standard-form, .standard-form {
	border-collapse:collapse;
	padding:0px;
	margin:0px auto;
	max-width:600px;	
}

#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 input, #standard-form textarea, 
.standard-form input, .standard-form textarea{
	background-color:#EEEEEE;
	width:280px;
	padding:3px 3px 3px 10px;
	letter-spacing:1px;	
}

#standard-form textarea, 
.standard-form textarea {
	width:300px;	
	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:180px;
	border-top-color:#efefef;
	border-top-width: 1px;
	border-top-style: solid;
	padding:7px 12px 4px 6px;
	line-height:18px;
	clear:both;
	text-align:right;
	font-weight:bold;
}

#standard-form .error, 
.standard-form .error {
	
}

#standard-form .wrap, 
.standard-form .wrap {
	float:left;
	padding-top:0.5em;
	padding-bottom:0.5em;
	width:300px;
	border-top-color:#efefef;
	border-top-width: 1px;
	border-top-style: solid;
}

#standard-form .wrap .hint, .standard-form .wrap .hint {
	float:right;
	width:200px;
	color: #9b9b9b;
}

#standard-form .wrap .multi, .standard-form .wrap .multi {
	line-height:2em;
}

#standard-form .wrap .multi input, .standard-form .wrap .multi input {
	margin-bottom:0.75em;
}

#standard-form .wrap .multi .hint, .standard-form .wrap .multi .hint {
	/* move in */
	width:280px;
}

/**
 * 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 .dualform, .standard-form .dualform {
	padding:10px;
	margin:0px;
	width:100%;
}

#standard-form .s, .standard-form .s {
	width:25%;
}
#standard-form .ss, .standard-form .ss {
	width:30px;
}

#standard-form .go-wrap, .standard-form .go-wrap {
	text-align:right;
	margin-top:20px;
	padding-right: 50px;
	padding-top: 10px;
}

#standard-form .go-block, .standard-form .go-block {
	text-align:right;
	padding-right:10px;		
}
#submit{
	width: 153px;
	margin: 0px;
	padding:0px;
	border:0;
}
#standard-form .go, .standard-form .go, #button .go, button{	
	font-weight:bold;
	color:#fff;
	font-size:1px;
	padding-top:0px;
	text-align:left;
	border:0;
	background:url('../images/buttons/submit.jpg') no-repeat;
	height:31px;
	width:120px;
	text-align:right;
	cursor:pointer;
}

input.go{
	background:url(../images/buttons/submit.jpg);
	height:31px;
	width:71px;
}

.more_info{
	padding-right:5px;
}
.required_field{
	color:#C71017;
	font-size:1.2em;
}


fieldset label span.required_field {
	margin-right:0.25em;
}



