@charset "utf-8";
@import url("lightbox.css");

body  {
	font: 12pt Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #ddd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.2em;
}

/** GLOBALS */
ul, li, h1, h2, h3, h4, h5{ padding:0; margin:0; }
img, fieldset { border:0 }
p { margin: auto 0 5px 0; }
a { text-decoration: none }
table {	margin: 10px 0 15px 0; }
a:link, a:active, a:visited { text-decoration: none; color: #00aef0; }
a:hover { text-decoration: underline; color: #00aef0; }
.align_left { text-align: left; }
.align_center td { text-align: center; }
.nodisplay { display: none }


/** MAIN LAYOUT */
#container { 
	width: 879px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 0;
}
#mainContent { 
	margin: 0 275px 1% 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding:20px 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height: 1.5em;
} 
#mainContentFull {
	padding:20px 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height: 1.5em;
}
#footer { 
	background:#25201d; 
	background-image: url('../gfx/layout_22.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
} #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0;
	padding-left: 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-size: 11px;
	line-height: 13px;
}
#footer p img {
	margin-right: 6px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/** TOP & NAVIGATION **/
#top { padding:0; margin:0; height: 60px; }
div#nav {
	background-image: url('../gfx/nav.gif');
	width: 879px;
	height: 23px !important
	height: 31px;
	padding: 0; /*padding: 8px 0 0 0;*/
	padding-bottom: 0px;
}
ul#nav_list { list-style: none; margin: 0 0 0 307px; height: 4px; }
ul#nav_list li { float: left; width: auto; }
ul#nav_list li a.active:link, ul#nav_list li a.active:hover, ul#nav_list li a.active:active, ul#nav_list li a.active:visited {
	background-color: #fff;/*25201d*/ background-image: url('../gfx/nav_active2.gif'); background-repeat: no-repeat; 
	/*background-position: left center;*/
	background-position: 2px 12px;
	font-family: Trebuchet MS, Tahoma, Geneva, Arial; color: #25201d; text-decoration: none; font-size: 15px; line-height: 12px;
	display: block;
	margin: 0px 9px 0 0;
	padding: 9px 6px 10px 25px;
}
ul#nav_list li a.inactive:link, ul#nav_list li a.inactive:active, ul#nav_list li a.inactive:visited {
	background-color: #25201d; background-image: url('../gfx/nav_inactive.gif'); background-repeat: no-repeat; background-position: left center;
	font-family: Trebuchet MS, Tahoma, Geneva, Arial; color: white; text-decoration: none; font-size: 15px; line-height: 12px;
	display: block;
	margin: 0 9px 0 0;
	padding: 9px 4px 10px 21px;
	/*
	padding: 0 0 0 21px; */
}
ul#nav_list li a.inactive:hover {
	background-color: #25201d; background-image: url('../gfx/nav_active.gif'); background-repeat: no-repeat; background-position: left center;
	font-family: Trebuchet MS, Tahoma, Geneva, Arial; color: #27aae1; text-decoration: none; font-size: 15px; line-height: 12px;
	display: block;
	margin: 0 9px 0 0;
	padding: 9px 4px 10px 21px;
}

ul.pfeil_list { list-style: none; margin: 0 0 0 25px; }
ul.pfeil_list { list-style: none; margin: 0 0 0 0; }
ul.pfeil_list li a:link, ul.pfeil_list li a:active, ul.pfeil_list li a:visited {
	background-image: url('../gfx/pfeil_no.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	display: block;
	padding: 0 0 0 21px;
	color: black;
}
ul.pfeil_list li a:hover {
	background-image: url('../gfx/pfeil_act.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	display: block;
	padding: 0 0 0 21px;
	color: #00aef0;
}

ul.sync_list { list-style: none; margin: 0 0 0 25px; }
ul.sync_list { list-style: none; margin: 0 0 0 0; }
ul.sync_list li a.friends:link, ul.sync_list li a.friends:active, ul.sync_list li a.friends:visited {
	background-image: url('../gfx/sync_friends_no.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	display: block;
	padding: 0 0 5px 21px;
	color: black;
}
ul.sync_list li a.friends:hover {
	background-image: url('../gfx/sync_friends_act.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	display: block;
	padding: 0 0 5px 21px;
	color: #00aef0;
}
ul.sync_list li a.print:link, ul.sync_list li a.print:active, ul.sync_list li a.print:visited {
	background-image: url('../gfx/sync_print_no.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	display: block;
	padding: 0 0 5px 21px;
	color: black;
}
ul.sync_list li a.print:hover {
	background-image: url('../gfx/sync_print_act.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	display: block;
	padding: 0 0 5px 21px;
	color: #00aef0;
}
ul.sync_list li a.rss:link, ul.sync_list li a.rss:active, ul.sync_list li a.rss:visited {
	background-image: url('../gfx/sync_rss_no.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	display: block;
	padding: 0 0 5px 21px;
	color: black;
}
ul.sync_list li a.rss:hover {
	background-image: url('../gfx/sync_rss_act.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	display: block;
	padding: 0 0 5px 21px;
	color: #00aef0;
}

.sync_list_horizontal li {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}


a.pfeil_link:link, a.pfeil_link:visited, a.pfeil_link:active, span.pfeil_link a.pfeil_link:link, span.pfeil_link a.pfeil_link:visited, span.pfeil_link a.pfeil_link:active {
	color: black;
	padding-left: 21px;
	background-image: url('../gfx/pfeil_no.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none;
} a.pfeil_link:hover, span.pfeil_link a:hover {
	color: #00aef0;
	padding-left: 21px;
	background-image: url('../gfx/pfeil_act.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none;
}

a.pfeil_linkSmall:link, a.pfeil_linkSmall:active, a.pfeil_linkSmall:visited {
	background-image: url('../gfx/pfeil_no.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	padding: 0 0 0 15px;
	color: black;
}
a.pfeil_linkSmall:hover {
	background-image: url('../gfx/pfeil_act.gif'); background-repeat: no-repeat; background-position: left center;
	text-decoration: none; font-size: 12px;
	padding: 0 0 0 15px;
	color: #00aef0;
}

#top_pics {
	float: left;
}
#top_slogan {
	width: 601px;
	height: 197px;
	background-color: #25201d; background-image: url('../gfx/top_right.gif');
	float: right;
}
#marquee {
	margin: 125px 0 0 23px;
	width: 400px;
	height: 30px;
	background-color: #25201d;
}
#breadcrumb {
	color: white;
	font-size: 11px;
	margin: 6px 0 0 23px;
	display: none;
}
.notbold { font-weight: normal }
.small { font-size: 10px }

/** HOME DESCRIPTIONS **/
#latest_news {
	background-image: url('../gfx/tabs/tab_latest_news.gif'); background-position: top center; background-repeat:no-repeat;
	width: 578px;
	padding-top: 33px;
}
#news {
	background-image: url('../gfx/tabs/tab_news.gif'); background-position: top center; background-repeat:no-repeat;
	width: 578px;
	padding-top: 33px;
}


	.news_entry1 { background-color: white; padding: 6px; height: 70px; }
	.news_entry2 { background-color: #eeeeee; padding: 6px; height: 70px; }
	.news_entry_single { background-color: white; padding: 6px; }
	.news_img { width: 70px; float: left; }
	.news_img img, .dates_image img { border: 1px solid black; }
	.news_sub {
		margin: 0 0 0 70px; padding-left: 13px;
		font-size: 12px;
	}
	.news_text {
	
	}
	.news_entry1 .news_sub h1 {
		background-image: url('../gfx/pfeil_white.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		font-size: 15px;
		font-weight: bold;
	}  .news_entry1 .news_sub h1 a { color: black; text-decoration: none; }
	.news_entry2 .news_sub h1 {
		background-image: url('../gfx/pfeil_grey.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		font-size: 15px;
		font-weight: bold;
	} .news_entry2 .news_sub h1 a { color: black; text-decoration: none; }
	#news p { margin: 0; padding: 0; }
	.news_entry1 .news_sub h3 { padding-left: 0px; font-size: 10px; font-weight: normal; color: #444; }
	.news_entry2 .news_sub h3 { padding-left: 0px; font-size: 10px; font-weight: normal; color: #444; }
	
	
	
	.news_entry_single .news_text h1 {
		background-image: url('../gfx/pfeil_white.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		font-size: 15px;
		font-weight: bold;
	}  .news_entry_single .news_text h1 a { color: black; text-decoration: none; }
	.news_entry_single .news_text h1 {
		background-image: url('../gfx/pfeil_grey.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		font-size: 15px;
		font-weight: bold;
	} .news_entry_single .news_text h1 a { color: black; text-decoration: none; }
	#news p { margin: 0; padding: 0; }
	.news_entry_single .news_text h3 { padding-left: 0px; font-size: 10px; font-weight: normal; color: #999999; }
	.news_entry_single .news_text h3 { padding-left: 0px; font-size: 10px; font-weight: normal; color: #444444; }
	
	.words_entry1 { background-color: white; padding: 6px; }
	.words_entry2 { background-color: #ddd; padding: 6px; }
	.words_entry1 h1 {
		background-image: url('../gfx/pfeil_white.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		font-size: 15px;
		font-weight: bold;
	} .words_entry1 h1 a { color: black; text-decoration: none; }
	.words_entry2 h1 {
		background-image: url('../gfx/pfeil_grey_trans.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		font-size: 15px;
		font-weight: bold;
	} .words_entry2 h1 a { color: black; text-decoration: none; }
	.words_entry1 h3, .words_entry2 h3 { padding-left: 0px; font-size: 10px; font-weight: normal; color: #444; }
	
	.words_text { padding: 4px; }
	.words_text h1 { font-size: 15px; font-weight: bold; }
	.words_text h3 { padding-left: 0px; font-size: 10px; font-weight: normal; color: #444; }
	.words_media { background-color: #ddd;  width:94px; height: auto; float: right; padding: 4px; padding-bottom: 1px; padding-right:2px; margin: 10px; }
	.words_media a:link img, .words_media a:visited img { border: 1px solid #25201d; }
	.words_media a:hover img, .words_media a:active img { border: 1px solid #00AEF0; }
	

#reviews {
	background-image: url('../gfx/tabs/tab_reviews.gif'); background-position: top center; background-repeat:no-repeat;
	width: 578px;
	padding-top: 33px;
}

#interviews {
	background-image: url('../gfx/tabs/tab_interviews.gif'); background-position: top center; background-repeat:no-repeat;
	width: 578px;
	padding-top: 33px;
}

#other {
	background-image: url('../gfx/tabs/tab_other_big.gif'); background-position: top center; background-repeat:no-repeat;
	width: 578px;
	padding-top: 33px;
}

.sidetabs {
	width: 245px;
	padding: 39px 9px 0 9px;
	margin-bottom: 25px;
}

.maintabs {
	padding: 39px 9px 0 9px;
	margin-bottom: 40px;
}
	.maintabs h1 { color: #25201d; }
	.maintabs h2 {
		background-image: url('../gfx/pfeil_white.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 12px;
		margin-top: 25px;
	}
	.maintabs h3 {
		font-size: 10px;
	} #dates h3 { font-size: 12px; }

#about {
	background-image: url('../gfx/tabs/tab_about.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#benski { background-image: url('../gfx/artists/tab_benski.gif'); background-position: top center; background-repeat:no-repeat; }
#busaba { background-image: url('../gfx/artists/tab_busaba.gif'); background-position: top center; background-repeat:no-repeat; }
#colin { background-image: url('../gfx/artists/tab_colin.gif'); background-position: top center; background-repeat:no-repeat; }
#counterpart { background-image: url('../gfx/artists/tab_counterpart.gif'); background-position: top center; background-repeat:no-repeat; }
#demented { background-image: url('../gfx/artists/tab_demented.gif'); background-position: top center; background-repeat:no-repeat; }
#gore { background-image: url('../gfx/artists/tab_gore.gif'); background-position: top center; background-repeat:no-repeat; }
#jacker { background-image: url('../gfx/artists/tab_jacker.gif'); background-position: top center; background-repeat:no-repeat; }
#lawless { background-image: url('../gfx/artists/tab_lawless.gif'); background-position: top center; background-repeat:no-repeat; }
#truespin { background-image: url('../gfx/artists/tab_truespin.gif'); background-position: top center; background-repeat:no-repeat; }
#robyn { background-image: url('../gfx/artists/robyn.gif'); background-position: top center; background-repeat:no-repeat; }

#mixes {
	background-image: url('../gfx/tabs/tab_promotional_mixes.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#impressum {
	background-image: url('../gfx/tabs/tab_impressum.gif'); background-position: top center; background-repeat:no-repeat;
}

#contact {
	background-image: url('../gfx/tabs/tab_contact.gif'); background-position: top center; background-repeat:no-repeat;
}

#productions {
	background-image: url('../gfx/tabs/tab_productions.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#live_sets {
	background-image: url('../gfx/tabs/tab_live_sets.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}
	#promotional_mixes_table, .other_releases_table { 
	margin-top: 20px; }
	#promotional_mixes_table tr td, .other_releases_table tr td {
		text-align: center;
		padding: 6px;
	}
	table tr td.left_column {
		text-align: right;
		font-weight: bold;
	}
	table tr td.top_row {
		text-align: center;
		/*background-color: #928f8e; 25201d;
		color: #00aef0;*/
		font-weight: bold;
	}
	#promotional_mixes_table_head td {
		font-weight: bold;
	}
	#promotional_mixes_table tr td {
		width: 14%;
	}
	tr.addBg td, tr.addBg th {
		border-top: 1px solid #444;
		background-color: white;
	}
	.other_releases_table_title1 td { border-bottom: 1px solid #444; background-color: #3f3631; color: white; padding-bottom: 15px; }
	.other_releases_table_title2 td { border-bottom: 1px solid #444; background-color: #655850; color: white; padding-bottom: 15px; }
	.other_releases_table_title1 td h3 a:link, .other_releases_table_title1 td h3 a:active, .other_releases_table_title1 td h3 a:visited,
	.other_releases_table_title2 td h3 a:link, .other_releases_table_title2 td h3 a:active, .other_releases_table_title2 td h3 a:visited {
		background-image: url('../gfx/pfeil_no_brown.gif'); background-repeat: no-repeat; background-position: left center;
		text-decoration: none; font-size: 12px;
		padding: 0 0 0 15px;
		margin: 0 0 0 13px;
		color: white;
	}
	.other_releases_table_title1 td h3 a:hover, .other_releases_table_title2 td h3 a:hover {
		background-image: url('../gfx/pfeil_act_brown.gif'); background-repeat: no-repeat; background-position: left center;
		text-decoration: none; font-size: 12px;
		padding: 0 0 0 15px;
		margin: 0 0 0 13px;
		color: #00aef0;
	}
	
	.row1 { background-color: white; }
	.row2 { background-color: #ddd; }
	.col1 { background-color: white; }
	.col2 { background-color: #ddd; }


#artists {
	background-image: url('../gfx/tabs/tab_artists_small.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

/* DATES DESCRIPTION */
#dates {
	background-image: url('../gfx/tabs/tab_dates.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}
	.dates_entry1 { background-color: #fff; padding: 6px; margin-bottom: 10px; height: 68px; }
	.dates_entry2 { background-color: #ddd; padding: 6px; margin-bottom: 10px; height: 68px; }
	.dates_entry__next_date { background-color: #ddd; border: 1px solid #25201d; padding: 6px;  margin-bottom: 10px;}
	.dates_image { float: left; margin-right: 15px; }
	.upcoming_date {
		background-image: url('../gfx/tabs/tab_upcoming_date.gif');
		background-position: top right;
		background-repeat: no-repeat;
		padding-top: 22px;
		margin-top: 5px;
	}
	
	.party {
		background-image: url('../gfx/tabs/tab_party.gif');
		background-position: top right;
		background-repeat: no-repeat;
		padding-top: 22px;
		margin-top: 20px;
	}
	
	.open_air {
		background-image: url('../gfx/tabs/tab_open_air.gif');
		background-position: top right;
		background-repeat: no-repeat;
		padding-top: 22px;
		margin-top: 20px;
	}
	
	.radio {
		background-image: url('../gfx/tabs/tab_radio.gif');
		background-position: top right;
		background-repeat: no-repeat;
		padding-top: 22px;
		margin-top: 5px;
	}
	
	.other {
		background-image: url('../gfx/tabs/tab_other.gif');
		background-position: top right;
		background-repeat: no-repeat;
		padding-top: 22px;
		margin-top: 5px;
	}
	
	
	 #dates table h1 {
	 	background-image: url('../gfx/pfeil_grey_trans.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		padding-bottom: 5px;
		font-size: 15px;
		font-weight: bold;
	} 
	
	.dates_entry1 h1{
		background-image: url('../gfx/pfeil_grey_trans.gif'); background-repeat: no-repeat; background-position: 84px center;
		padding-left: 105px;
		margin-bottom: 10px;
		font-size: 15px;
		font-weight: bold;
	}  .dates_entry1 h1 a { color: black; text-decoration: none; }
	.dates_entry2 h1 {
		background-image: url('../gfx/pfeil_grey.gif'); background-repeat: no-repeat; background-position: 84px center;
		padding-left: 105px;
		margin-bottom: 10px;
		font-size: 15px;
		font-weight: bold;
	} .dates_entry2 h1 a { color: black; text-decoration: none; }
	.dates_entry__next_date h1 {
		background-image: url('../gfx/pfeil_grey_trans.gif'); background-repeat: no-repeat; background-position: left center;
		padding-left: 21px;
		margin-bottom: 10px;
		font-size: 15px;
		font-weight: bold;
	} .dates_entry__next_date h1 a { color: black; text-decoration: none; }
	
	
	.dates_datetime {
		margin-top: 4px;
		float:right;
		background-image: url('../gfx/dates___datetime_bg.gif');
		width: 96px;
		height: 55px;
		text-align: center;
		font-size: 16px;
		color: white;
		padding-top: 5px;
		display: block;
		line-height: 16px;
	} .dates_datetime span { font-size: 12px; line-height: 5px; }
	.dates_entry__next_date .dates_datetime {  }
	
	.dates_teaser {
		margin-right: 7px;
		padding-right: 5px;
		display: block;
		margin-bottom: 4px;
	}
	.dates_more {clear:both;}

#words {
	background-image: url('../gfx/tabs/tab_words.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#visuals {
	background-image: url('../gfx/tabs/tab_visuals.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#contact {
	background-image: url('../gfx/tabs/tab_contact.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#more {
	background-image: url('../gfx/tabs/tab_more.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#information {
	background-image: url('../gfx/tabs/tab_information.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#bananabash {
	background-image: url('../gfx/tabs/tab_bb.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}
	#bananabash h1 { font-size: 15px; font-weight: bold; margin-bottom: 10px; }
	#bananabashId { text-align: center; color: white; font-size: 10px; width: 30px; height: 30px; padding: 4px; background-image: url('../gfx/bananabashId.gif'); }
	#bananabashId #bananabashIdNr { font-size: 16px; line-height: 0.9em; }
	#bananabashIdBig { background-color: #999; text-align: center; color: white; font-size: 14px; width: 86px; height: 86px; padding: 4px; background-image: url('../gfx/bananabashIdBig.gif'); }
	#bananabashIdBig #bananabashIdNrBig { font-size: 60px; line-height: 1em; }

#banana_bash {
	background-image: url('../gfx/tabs/tab_banana_bash.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}

#media {
	background-image: url('../gfx/tabs/tab_media.gif'); background-position: top center; background-repeat:no-repeat;
}

#next_date {
	background-image: url('../gfx/tabs/tab_next_date.gif'); background-position: top center; background-repeat:no-repeat;
	font-size: 12px;
}
	#next_date h1 { font-size: 15px; font-weight: bold; margin-bottom: 10px; }
	
	
/** MAILFORM **/
.csc-mailform fieldset { border:0; }
.csc-mailform-field input { border: 1px inset #f1f1f1; margin-left: 20px; width: 300px; padding: 4px; }
.csc-mailform-field textarea { border: 1px inset #f1f1f1; margin-left: 20px; width: 300px; padding: 4px; }
.csc-mailform label { float: left; width: 50px; }
#mailformformtype_mail { width: 70px; margin-left: 70px; }

input.powermail_text  { border: 1px inset #f1f1f1; margin-left: 40px; width: 300px; padding: 4px; }
textarea.powermail_textarea  { border: 1px inset #f1f1f1; margin-left: 40px; width: 300px; padding: 4px; }
.tx-powermail-pi1_fieldset label { float: left; width: 50px; }
.tx-powermail-pi1_fieldset legend { display:none; }
.powermail_submit { width: 70px; margin-left: 90px; }
.powermail_captcha { border: 1px inset #f1f1f1; margin-left: 40px; width: 120px; padding: 4px; }
.powermail_captcha_captcha { border: 0; margin-left: 0; width: auto; padding: 0; }
.powermail_pagebrowser { display:none; }