form {
	float:left;
	clear:both;
	margin:0;
	border:solid 1px #FFF;
	width:720px;
}

/* - - - - - FIELDSET AND LEGEND - - - - - */

fieldset {
	clear:both;
	float:left;
	border:1px solid #DDD;
	padding:0 0 15px;
	margin:0 0 15px;
	width:100%;
}

fieldset ul {
	padding:0;
	margin:0;
	list-style:none;
}

fieldset li {
	clear:both;
	margin:15px 15px 0 ;
}

fieldset li li {
	clear:both;
	margin:5px 0 0;
}

fieldset.buttons {
	padding:0 0 15px;
}

fieldset.buttons li {
	margin-top:5px;
}

legend {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.1em;
	padding:0 10px;
	margin:0 5px;
	color:#333;
}

/* - - - - - FIELDS AND LABELS - - - - - */

label {
	line-height:2em;
	font-weight:bold;
}

input,
textarea,
select {
	display:block;
}

input.text,
textarea,
select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url("../img/decoration/fieldbg.gif") repeat-x top;
}

textarea {
	padding:2px 3px;
	margin:1px 0 0;
	height:15em;
	width:100%;
}

select {
	display:inline;
	padding:2px 2px 2px 0;
}

input.text {
	height:25px;
	padding:3px;
	width:50%;
}

input.checkbox, 
input.radio {
	display:inline;
	margin:0 8px 0 2px;
	width:13px;
	height:13px;
}

input.button {
	display:inline;
	padding:3px;
	margin:0 5px 0 0;
	cursor:pointer !important;
}

li input.button {
	margin:10px 5px 0px 0;
}

span.group {
	display:block;
	padding:0 0 20px;
}

span.group input {
	float:left;
	margin:0 3px 0 0;
}


/* - - - - - SIZES - - - - - */

form .tiny {
	width:2%;
}

form .small {
	width:25%;
}

form .medium {
	width:50%;
}

form .large {
	width:100%;
}

textarea.small {
	height:5em;
	width:100%;
}

textarea.medium {
	height:15em;
	width:100%;
}

textarea.large {
	height:30em;
	width:100%;
}


/* - - - - - ERRORS - - - - - */

form .error {
	margin:10px 0 0;
}

.error h2 {
	padding:0 0 5px 25px;
	margin:0;
	background:none;
}

.error ul {
	margin:0;
	padding:0 0 0 17px;
}

.form_error_message {
	display:inline;
	font-size:80%;
	color:#900;
}


/* - - - - - REQUIRED - - - - - */

.req {
	color:#C00;
	font-weight:bold;
	padding:0 2px 0 0;
}


/* - - - - - INFO - - - - - */

.info {
	/*font-size:75%;*/
}

div.info {
	display:inline-block;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 4px 0;
	border-bottom:1px dotted #ccc;
}

div.info p {
	line-height:130%;
	margin:0 0 8px 0;
}



/* - - - - - IMAGES - - - - - */

img.band_image {
	padding:3px;
	margin:5px 0 20px;
	border:solid 1px #CCC;
}


/* - - - - - IMAGE LISTS - - - - - */

ul.image_list {
	position:relative;
	padding:0 0 15px;
	font-size:70%;
	text-align:center;
}

ul.image_list li {
	clear:none;
	position:relative;	
	float:left;
	padding:0 7px 1px;
	margin:0;
	line-height:15px;
}

ul.image_list img {
	border:2px solid #000;
}
