.contentmoduleContainer
{
	width:760px;
	overflow:hidden;
	float:left;
}
.contentHeader
{
	width:760px;
	height:18px;
	background:url(../img/headers/contentmodule.jpg);
	float:left;
}
.contentTitleSpacer
{
	width:10px;
	float:left;
}
.contentTitle
{
	color:#db9001;
	margin-top:2px;
}
.contentTitle a
{
	color:#db9001;
	text-decoration:none;
}
.contentItemContainer
{
	float:left;
	width:760px;
	overflow:hidden;
	margin-top:5px;
	background:url(../img/contentitemfooter.gif) bottom no-repeat #151515;
	padding-bottom:5px;
	margin-bottom:5px;
	line-height:1.5em;
}
.contentItemTop
{
	width:760px;
	height:5px;
	background:url(../img/contentitemtop.gif) top left no-repeat;
	float:left;	
	overflow:hidden;
}
.contentItemFix
{
	width:10px;
	float:left;
	overflow:hidden;
}
.contentItemImage
{
	width: 90px;
	float: left;
	padding:0px;
	margin-right:10px;
}
.contentItemImage img
{
	border: none;
	border:2px solid #333;
}
.contentItemContent
{
	width:740px;
	float:left;
}
.contentItemContent a 
{
	color: #ca6e01;
}
.contentItemContent input, textarea
{
	color: #ca6e01;
	border:1px solid #ca6e01;
	background:#333333;
	overflow:auto;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


.contentItemMore 
{
	width: 99%;
	text-align: right;
}

.contentItemMore  a 
{
	color: #ca6e01;
}


/** ARTISTS MENU **/

#artistsContainer
{
	width:190px;
}
	#artistsHeader
	{
		width:190px;
		height:18px;
		background:url(../img/headers/artists_small.jpg);
	}
	#artistsContent
	{
		width:190px;
		/*background:url(../img/home_releasesback.gif);*/
		background:#222;
		overflow:hidden;
		margin-top:5px;
	}

	#artistsContent a
	{
		color: #FFFFFF;
		text-decoration:none;
	}
	#artistsContent a
	{
	text-decoration:none;
	color:#b45003;
	font-weight:bold;
	}
	#artistsContent a:hover
	{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	}
	
	

/** FORMS **/


form.cmxform fieldset {
  margin-bottom: 10px;
  border:1px solid #666;
  padding:10px;
}
form.cmxform legend {
  font-weight: bold;
   color: #fff
}
form.cmxform label {
  display: inline-block;
  line-height: 1.3;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform label {
  width: 150px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform submit
{
	font-size:11px;
}	
