/*---------------------------------------------   
    forms
----------------------------------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; padding:0;margin:0;}

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label {
	vertical-align:top;
	display: inline-block;
	width: 150px;
	font-size:1.2em;
	color:#646464;
}

form.form label.wide {
	width: auto;
	margin-right: 5px;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 1.1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

form.form textarea { height: 60px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	border: 0;
	background: #333;
	cursor: pointer;
	background:url(../images/buttons/submit.gif) no-repeat 0 0;
	width:92px;height:27px;
}

form.form fieldset legend {
	padding:0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

form.form fieldset h4 {margin:20px 0 10px 0;}
form.form fieldset .half-field {width:140px;margin:0 5px 0 0;}
form.form fieldset li input.checkbox {width:30px;}
form.form fieldset ol li select.multiple-select {width:250px!important;}

span.note {font-size:1.2em;margin:0 0 0 10px;}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}
.delete-artist {
	width: auto!important;
	height: auto!important;
	border: none!important;
	padding: 0!important;
	margin: 0!important;
	background: none!important;
}
