/* Start of CMSMS style sheet 'Album Template Stylesheet' */
/*
This template is needed if you use the default, Simple-Separate-Pages  ImageGallery, or Thickbox templates in the Album module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

/*
This template is needed if you use the default, Simple-Separate-Pages  ImageGallery, or Thickbox templates in the Album module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Album List UL */
.albumlist{
	margin-left:0;
	padding-left:0;
}

/* Picture List UL */
.picturelist{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb{
	padding:0;
	width:auto;
	margin:0 0.5em 0.5em 0;
    
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;

}

.thumb a, .thumb a:hover{
	display:block;
	height:72px;
	width:100px; 
	padding:10px;
	margin:0;
	background-color:white;
	border:1px solid #eee;
	text-decoration:none;
}

.thumb a:hover{border:1px solid #ccc;}

.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}

.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	display: none;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
#TB_window {
  font: 14px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 12px Arial, Helvetica, sans-serif;
  color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: red;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;

}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
  height:25px;
  padding:3px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:10px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

#TB_closeWindow a, #TB_closeWindow a:link, #TB_closeWindow a:visited {
	color: #f6f7f0;
	background: #d40d0e;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#TB_closeWindow a:hover {
	background: red;
	color: white;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#TB_closeWindow a:active{
	color: #f6f7f0;
	background: #d40d0e;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 97%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/* End of 'Album Template Stylesheet' */

/* Start of CMSMS style sheet 'ctrlgallery' */
/*------> design: http://designport.info <------*/
/*--------------> basis <------------ */
html, body{margin: 0 0 20px 0; padding: 0;}

body {
    background: #6F6F6F;
    color: #666;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*check h3.trigger below*/

h4{margin: 0 0 10px 280px;text-align: left;}

h2{
	color: #666;
	font: bold 1.1em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
}

#artisttext h2{
	line-height: 2.8em;
}

h3{font-size: .9em;}

a {
	color: #666; font-weight: bold; text-decoration: none;
}

a:hover {
	border: none;color: #ccc;}


p{
    color: #666;
    font: normal .9em/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

strong{font-weight: bold;}

div#imgmarginbottom30 p{line-height: 1em;}
/*--------------> header <------------ */

#header {
    background: url(images/header.gif) no-repeat left top;
	width: 800px;
	height: 30px;
	margin: 0 auto;
}

#menu h1{
	background-image: url(images/logo-ctrlgallery.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #666;
	font-size: 36px;
	height: 40px;
	letter-spacing: -.05em;
	margin: 30px 0 0 10px;
	padding: 0;
	text-indent: -500em;
	width: 125px;
}

/*--------------> menu <------------ */

#menu_horiz {
    clear: both;
    height: 45px;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

#menu_horiz ul{
    border-top: 1px solid #B2B2B2;
	display: block;
	list-style: none;
	margin: 0 auto;
	margin-top: 7px;
	padding: 0;
	width: 740px;
}

/*#menu_horiz>ul{margin: 30px 15px 0 20px;}*/

#menu_horiz li {
	border-right: 1px solid #B2B2B2;
	display: inline;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 23px;
	text-align: center;
}

#menu_horiz ul a {
	border: none;
	display: block;
	float: left;
	font: normal 1em Arial, Helvetica, sans-serif;
	height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menu_horiz ul li.currentpage{
float: left;
    margin: 5px 0 0 0;
    padding: 0 20px;
    width: auto;
    }

#menu_horiz ul li.activeparent a,
#menu_horiz ul li.currentpage h3{
    border-bottom: 1px solid #B2B2B2;
    float: left;
    font: normal 1em Arial, Helvetica, sans-serif;
    height: 1.5em;
    margin: 0 0 0 0;
    padding: 0;
    width: auto;
}

#menu_horiz a>.current{ display: block; height: 1.1em;}

#menu_horiz a:hover {
	color: #ccc;
}


/*---------> menu vertical*/
#menu_vert{
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: left;
    width: 169px;
}

#subcontent>#menu_vert{margin-right: 30px;width: 170px;}

#menu_vert ul{
    list-style: none;
    margin: 1;
    padding: 0;
    text-align: left;
    width: auto;
}

#menu_vert ul a{
    display: block;
    font: normal .9em/2.5em Arial, Helvetica, sans-serif;
    height: 2.5em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

#menu_vert ul li.currentpage{
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
}

#menu_vert ul li.currentpage h3{
    border-right: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    display: block;
    font: normal .9em/2.5em Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: auto;
}

#menu_vert ul li.activeparent a.activeparent{border-right: 1px solid #B2B2B2;}

/*--------------> content <------------ */

#content {
    background: #EFEBDF url(images/tapete.gif) repeat-y left top;
	font: normal .9em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 800px;
}

#content img{border: none; margin: 0 0 0 0;}

#subcontent{
    margin: 0
    min-height: 300px;
    padding: 0;
    text-align: center;
    width: 800px;
}

body#index #subcontent{margin-top: 17px;}

#subcontent img{border: none;}

#map{
    height: 400px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 30px;
    width: 500px;}

#imgmarginbottom30 img{
    margin: 10px;
    width: 500px;
    }

#artisttext{
    clear: both;
	margin: 0 auto;
	height: auto;
	padding: 0;
	text-align: center;
	width: 525px;
}

#content>#artisttext{margin: 0 auto;}

#triggerstuff{
    float: left;
	margin: 0 0 0 50px;
	padding: 0 0 0 0;
	width: 390px;
}
#content #pressrelease{margin: 0 auto;width: 525px;}

#pressrelease div{
    float: left;
    margin:0 0 0 0;
    padding: 0;
    width: 525px;}

#pressrelease h2{margin-left: 10px;}

/*only past*/
div#paststuff{
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 600px;
}

/*4 single artists sites only trigger*/
div.press p, div.resume p, div.resume h2{
    clear: both;
    margin: 20px 0;
    padding: 0;
    width: 550px;
}


#clear{clear: both;height: 20px;padding-top: 10px;}

#clear a{
    clear: both;
    display: block;
    border-bottom: none;
    float: right;
    font: bold .8em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0 15px 5px 0;
    padding: 0;}
    
#clear>a{margin-right:30px;}

#suprafooter{
    border-top: 1px solid #B2B2B2;
    clear: both;
    font: normal .85em "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 30px;
    margin: 0 auto;
    /*margin-top: 30px;for IE 7*/
    padding: 10px 0 0 0;
    text-align: center;
    width: 740px;
}

.letterspacing{letter-spacing: .12em;}

#artists{
    float: right;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 560px;
}
#insitu{
    float: right;
	margin: 0 90px 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 560px;
}
div.subartists_height{
    clear: both;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
}

div.subartists{
    clear: both;
    float: left;
    height: auto;
	margin: 0;
	padding: 0;
}

div.subartists_height img{
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}

div.subartists img{
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}

div.subartists_height p a{
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

div.subartists p a{
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

div.subartists_height p{
    float: left;
    line-height: 1150%;
    margin: 0;
    padding: 0;
    }

div.subartists p{
    float: left;
    line-height: 850%;
    margin: 0;
    padding: 0;
    }

/*#only contact page*/
div#doublecontainer{
    border: 1px solid #B2B2B2;
    background-color:#F0F0F0;
    clear: both;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    width: 600px;
}

div#doublecontainer .left{
    float: left;
    height: 150px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 240px;
}

div#doublecontainer .right{
    float: right;
    height: 150px;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: right;
    width: 240px;
}

div#newsletter{
    clear: both;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    width: 400px;
}

#artisttext p{
	color: #666;
	line-height: 1.2em;
	font-weight: bold;
	margin: 15px 0 0 0;	
}
/*--------------> footer <------------ */

#footer {
	background: url(images/footer.gif) no-repeat left top;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#footer p {
	margin-top: 0;
	padding-top: 35px;
	text-align: center;
}

.footerdisclaimer{
    color: #666;
    font-size: .6em;
    line-height: 1.2em;
    margin: 0 60px;
    padding-bottom: 50px;
}
.floatright{float: right;}
.alignright{text-align: right;}
.block{display: block;}
.ctrllogobehav{
    display: block;
    height: 85px;
    margin: 0;
    width: 770px;
}
.clear{clear: both;}/*for album*/

.lineheight05{line-height: .5em;}
.margintop30{margin-top: 30px;}
.marginbottom30{margin-bottom: 30px;}

hr{
    border: none;
    border-top: 1px solid #B2B2B2;
    clear: both;
    margin: 0 auto;
    width: 600px;
}

div.form hr{visibility: hidden;}

hidden{visibility: hidden;}

/*dom collapse*/
#artists h3.dreieck{
	clear: both;
	background-image: url(images/zu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 3em;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
}

#artists h3.trigger{clear: both;}
.trigger{float: left;}		
.trigger:hover{
	cursor:pointer;
	color: #ccc;
}		
.expanded{
    clear: both;
	cursor:pointer;
}

#pressrelease h3.expanded{clear: none;}

.expanded:hover{
	cursor:pointer;
	color: #ccc;
}
.show{
    position:static;
    display: inline;
}

.show ul{
    margin: 15px 50px 20px 0;
    padding: 0;
    }
    
.show ul li{
    font: normal .85em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    }

.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}

.floatright{float: right;}
/*---------------form stuff*/
div#contactform{
    margin: 0 auto;
    margin-bottom: 50px;
    width: 500px;
}

/*for errorsite form_builder*/
form#m3moduleform_1{
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;
    }

div.formbuilderform{
	margin: 0 auto;
	padding: 0;
}

div.required, div.formbuilderform div{
    clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	width: 500px;
}

/*div.required form#m3moduleform_1{
	color: #666;
	text-align: left;
	padding: 0;
	border: none;
}*/

div.formbuilderform div fieldset{
    border: 1px solid #666;
	font: normal .85em/300% Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	width: 480px;
}

div.formbuilderform div legend{
	border: none;
	color: #666;
	margin: 0 0 0 0;
	padding: 0 .2em 0 .2em;
	width: auto;}

div.formbuilderform div label{
	border: none;
	float: left;
	font: normal .85em/150% Helvetica, Arial, Verdana, sans-serif;
	margin: 0 10px 0 20px;
	padding: 0;
	text-align: left;
	width: 100px;}

div.formbuilderform div input#m3_7, div.formbuilderform div input#m3_8, div.formbuilderform div input#m3_9, div.formbuilderform div input#m3_10{
	font: normal .85em Helvetica, Arial, Verdana, sans-serif;
	border: 1px solid #666;
	background-color: #eee;
	display: block;
	float: left;
	height: 1.5em;
	margin: 0 0 20px 0;
	padding: 0;
	width: 300px;
}

div.formbuilderform div input.fbsubmit{
	border: 1px solid #666;
	background-color: #eee;
	color: #666;
	float: left;
    margin: 0 0 30px 130px;
    padding: 0;
    width: 150px;}

div.formbuilderform div textarea{
	border: 1px solid #666;
	background-color:#eee;
	float: left;
	font: normal .85em Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	width: 300px;
}

/*normal contact_form form_builder*/
#contactform form#m4moduleform_2{
	color: #666;
	text-align: left;
	padding: 0;
	border: none;
}

#contactform fieldset{
    border: 1px solid #666;
	font: normal .85em/300% Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	width: 480px;
}

#contactform legend{
	border: none;
	color: #666;
	margin: 0 0 0 0;
	padding: 0 .2em 0 .2em;
	width: auto;}

#contactform label{
	border: none;
	float: left;
	font: normal .85em/150% Helvetica, Arial, Verdana, sans-serif;
	margin: 0 10px 0 20px;
	padding: 0;
	width: 100px;}

input#m4_7, input#m4_8, input#m4_9{
	font: normal .85em Helvetica, Arial, Verdana, sans-serif;
	border: 1px solid #666;
	background-color: #eee;
	display: block;
	float: left;
	height: 1.5em;
	margin: 0 0 20px 0;
	padding: 0;
	width: 300px;
}

#contactform input.fbsubmit{
	border: 1px solid #666;
	background-color: #eee;
	color: #666;
	float: left;
    margin: 0 0 30px 130px;
    padding: 0 30px;
    width: auto;}

#contactform textarea{
	border: 1px solid #666;
	background-color:#eee;
	font: normal .85em Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 2em 0;
	padding: 0;
	width: 300px;
}

/*errorstuff*/
div.formError{
    color: red;
    margin: 0 auto;
    text-align: left;
    width: 300px;
}

div.formError ul, div.formError ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
/*newsletter*/

div#newsletter form#m3moduleform_1{
    color: #666;
    display: block;
    font: normal .85em Helvetica, Arial, Verdana, sans-serif;
    line-height: 1em;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: auto;
}

div#newsletter input{
	background-color:#f0f0f0;
	color: #666;
	border:1px solid #666;
	margin: 15px 0 0 0;
	padding: 0 30px;
	width: auto;
}

div#newsletter input#m3email, div#newsletter input#m3username{
	background-color:#f0f0f0;
	border:1px solid #666;
	clear: both;
	color: #666;
	display: block;
	float: right;
	font: normal 1em Helvetica, Arial, Verdana, sans-serif;
	height: 1.5em;
	margin:0 0 15px 0;
	padding: 0;
	width: 400px;
}

div#newsletter form#m4moduleform_2 label, div#newsletter label{
    clear: both;
    display: none;
    color: #666;
    font: normal 1em Helvetica, Arial, Verdana, sans-serif;
    margin: 0 0 0 0;
    padding: 0;
    width: 600px;
}
/* End of 'ctrlgallery' */

