form
{
	padding: 0 .5em 1em 0;
	margin: 20px;
}

form h2 { padding: 0 0 10px 0; }

form h3
{
	padding: 10px 0;
	margin-left: -1.5em;
	color: #bbcbe3;
}

fieldset
{
	padding: 0 0 0 10px;
	border: 0 none;
}

#comments
{
	float: right;
	width: 180px;
	padding-top: 33px;
}

textarea
{
	width: 180px;
	height: 150px;
}

label
{
	display: block;
	padding: 5px 0 2px 0;
	font-size: 1em;
}

input
{
	width: 15em; /*set a width*/
}

input.button
{
	width: auto;
	margin-top: 1.5em;
	background: #5489B1;
	color: #000;
	font-size: 138%;
	padding: 5px 10px;
}

input, textarea
{
	background: #666;
	border: 1px solid #5489B1;
	margin: 0;
	padding: 2px;
	color: #eee;
}

input:focus, textarea:focus
{
	background: #cec4a8;
	color: #645939;
	border: 1px solid #dc7a00;
}

/*style the nested fieldset*/
fieldset fieldset
{
	width: 240px; /*give it a width*/
	padding: 0; /*remove any default padding*/
	border: none; /*add border none to prevent inheriting a border from the parent*/
	margin: 10px 0 0 0;
}

/*style the form legend - "Place your order" */
legend
{
	color: #eee;
	font-weight: bold;
	background-color: #2D291F;
	border: 1px solid #5489B1; /*set a border around the legend*/
	padding: 6px; /*set alittle padding to give it some space against the border*/
	font-size: 110%;
}

#albums input.remove, #items input.remove
{
  	border: none; 
	padding: 2px 1em 0 0;
	width: 1em;
	margin-right: 0.25em;
	background-color: #FFF;
	border: 2px solid red;
}

cite
{
	font-weight: bold;
	color: #CEC4A8;
	font-style: normal;
}
