/*

	Glossy
		design - Discmakers
		html/css - Xhtmlized
		cleansing - Andy Lee
		andy@hostbaby.com
		Created - 11/4/2010
		Updated - 1/4/2013

*/

/* Reset
------------------------------------------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption{
	background-color: transparent;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: none;
}

a, ins, del {
	text-decoration: none;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: upper-roman;
}




/* Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility_nav,
.hide,
.widget-form label,
#header_widget_region label,
.widget_form label {
	height: 1px;
	left: -999em;
	position: absolute;
	top: -999em;
	width: 1px;
}

/* Default Styles
------------------------------------------------------------------------------*/

body {
	background-attachment: fixed;
	background-color: #0e0e0e;
	background-image: url(none);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Oswald , Sans-serif;
	font-size: 16px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

address,
cite,
dfn {
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

div.entry:not(.photo_gallery) a,
div.entry:not(.photo_gallery) a:visited,
.widget_content a,
.widget_content a:visited {
	color: #67d2e0;
}

div.entry:not(.photo_gallery) a:hover,
div.entry:not(.photo_gallery) a:active,
.widget_content a:hover,
.widget_content a:active {
	color: #8c8c8c;
}

img {
	max-width:100% !important;
	height:inherit !important;
}

#share-tool {
	color: #67d2e0;
}

/* Containers
------------------------------------------------------------------------------*/
.page-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.page-wrap-footer {
	width:1020px;
	margin:auto;
}

/* Clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
#footer_widget_region:after,
.widget_social:after,
.widget_container:after,
#navigation ul ul:after,
.container_12:after,
.widget_calendar ul li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Header
------------------------------------------------------------------------------*/

#header h1 {
	margin-top:10px;
	margin-bottom:10px;
	visibility: visible;
}


#header h1 span a {
	color: #c0d4d6;
	font-size: 3em;
	text-decoration: none;
}

#header h1 span a:hover {
	color: #ffffff;
}

#style_graphic {
	background-image: url('/img/FREE_PEOPLES_LETTERING_WHITE.jpg');
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f0ede2;
	height: 240px;
	padding-bottom: 10px;
	background-size:cover;
	display:block;
}

body.webkit #header_widget_region .submit {
	margin-top: 2px;
}

#header #widget_region_header {
	width: 100%;
}

/*
this section is a straight copy of
#footer #widget_region_footer .widget_container { ... }
*/
#header #widget_region_header .widget_container {
	float: left;
	margin: 0px 10px;
	padding-bottom: 20px;
	width: 300px;
}

/* Navigation
------------------------------------------------------------------------------*/

#navigation ul {
  clear: both;
	margin-bottom: 4px;
	padding-left:0px;
	margin-top:4px;
	z-index:1;
}

#navigation ul li {
	display: inline-block;
	list-style-type:none;
}

#navigation ul li a {
	border-radius: 7px;
	background-color: #242320;
	color: #d1cdd1;
  display: block;
	font-weight: bold;
	padding: 4px 6px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom:5px;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

#navigation ul li a:hover,
#navigation ul li .current a {
	background-color: #ffffff;
	color: #999999;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

#navigation li:hover ul {
	display: block;
}

#navigation li ul li {
	display: inline-block;
}

#navigation ul li ul {
	border-radius:7px;
	background-color:#FFFFFF;
	background-repeat: repeat;
	display: none;
  margin: -1px;
	padding: 3px;
	position: absolute;
	-webkit-box-shadow: 	0px 10px 10px rgba(0, 0, 0, .9);
	-moz-box-shadow:    0px 10px 10px rgba(0, 0, 0, .9);
	box-shadow:         0px 10px 10px rgba(0, 0, 0, .9);
	min-width:100px;
	background-image: url('../images/clearbg.png');
	background-repeat:repeat;
	z-index:999;
}

#navigation ul li.active ul {
	display: block;
}

#navigation ul li ul li {
	float: none;
	line-height: 1;
	position: static;
	font-size:.9em;
}

#navigation ul ul li {
	display: block;
	margin: 0;
}

#navigation ul li ul li a {
	border-radius: 0px;
	background-color: transparent !important;
	background-image: none;
	display: block;
	float: none;
	height: auto;
	line-height: 1;
	margin-bottom:0px;
}

#navigation ul ul a,
#navigation ul .current ul a {
	border-radius: 0px;
	background-color: transparent;
	color: #000000;
  float: none;
	padding: 6px;
}

#navigation ul .current ul a:hover,
#navigation ul .current ul a {
	background-color: transparent;
	color: #000;
}

#navigation ul .current ul .current a,
#navigation ul .current ul li a:hover {
	background-color: transparent;
	color: #bc0b03;
}


.tinynav {
	display:none;
}

.colorfill {
	display:none;
}

/* Content
------------------------------------------------------------------------------*/
#content {
	background-color: #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#content a {
	font-weight: bold;
}

#content p {
	padding-bottom: 15px;
}

.calendar_post .date,
#content h2 {
	background-color: transparent;
	color: #d9d5d0;
	font-size: 1.5em;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#content h2 a,
#content h2 a:hover,
#content h2 a:active,
#content h2 a:visited {
	color: #d9d5d0;
}

.entry {
	margin: 10px auto;
	width:75%;
	padding-top:10px;
	padding-bottom:10px;
	color: #ccbccc;
}

.entry_artist,
.entry_author,
.entry_date,
.entry_source {
	float: left;
	margin: 0px 10px 10px 0px;
}

.blog .entry_author,
.press_page .entry_author,
.audio_entry .entry_author,
.guestbook_post .entry_author {
	font-weight: bold;
}

.entry_content {
	clear: both;
}

ul.audio_tracks {
	clear: both;
}

.comment {
	margin-bottom: 20px;
	margin-left:20px;
}

.comment_name {
	font-weight: bold;
}

.comment_name,
.comment_date {
	margin-bottom: 5px;
}

.entry_comments {
	margin-bottom: 20px;
}

#contact_message h2,
#comment_errors {
	border: 1px solid #ff0b00;
	clear: both;
	padding: 10px;
}

#comment_errors p {
	margin: 0px;
	text-align: center;
}

/* Contact/Comments/Guestbook form */
#comment_form {
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 400px;
}
#comment_form ul {
	padding-left:0px;
}

#comment_form ul li {
	margin-bottom: 10px;
	list-style-type:none;
}

#comment_form label {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#comment_form li input {
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 5px;
	width: 388px;
}

#comment_form li input[type="submit"] {
	width: auto;
}

#comment_form textarea {
	border-color: #666;
	border-style: solid;
	border-width: 2px;
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 388px;
}

#comment_form .submit {
	background-color: #999;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	color: #000;
	cursor: pointer;
	float: right;
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	text-transform: uppercase;
}

#guestbook_button,
.contact_form_submit,
.widget_form form .submit {
	background-color:#67d2e0;
	color:#000000;
	border:none;
}

.entry .contact_form_instructions,
.entry .contact_form_container {
	width:100%;
}

.entry .contact_form_element {
	width:95%;
	float:none;
}

.entry .contact_form_textarea {
	border:none;
}

.contact_form_textbox {
	float: right;
}

.contact_form_element input {
	padding-left:0px;
	margin-left:0px;
	border:none;
	outline:none;
}
.contact #content {
	text-align: left;
}


ul.listbaby_fields {
	margin: 10px;
	position: relative;
	padding: 10px;
}

ul.listbaby_fields li {
	margin: 5px 0 0 5px;
	list-style-type:none;
}

ul.listbaby_fields li label.required {
	font-weight: bold;
}

ul.listbaby_fields li label {
	float: left;
	margin-top: 5px;
	width: 40%;
}
ul.listbaby_fields li input,
ul.listbaby_fields li select {
	width:50%;
}

ul.listbaby_fields li input[type="submit"] {
	width:auto;
	background-color:#67d2e0;
	color:#000000;
}

div.lb_error {
	border: 3px solid red;
	left: 15%;
	margin: 10px;
	padding: 5px;
	position: relative;
	width: 70%;
}

#content div.lb_error p {
	padding-bottom:0px;
}

/* Audio Page
------------------------------------------------------------------------------*/

.audio .audio_entry {
	width:95%;
	margin:auto;
	padding-bottom:15px;
}

.audio .audio_tracks li {
	list-style-type:none;
}

/* Blog Page
------------------------------------------------------------------------------*/

.blog .entry_content {
	margin-left:20px;
	margin-bottom:20px;
}


/* Calendar Page
------------------------------------------------------------------------------*/
/** calendar page **/
#content #future_header,
#content #past_header {
	text-decoration: underline;
	font-size: 1.8em;
}
#content #future_header,
#content #past_header,
.calendar_post {
	width: 75%;
	margin: 10px auto;
	padding-top: 10px;
}
.calendar_post {
	padding-left: 50px;
}
.calendar_post .venue,
.calendar_post .event_title_time {
	font-weight: bold;
}



/* Photos Page
------------------------------------------------------------------------------*/

.instagram_meta {
	padding-top:15px;
}
.photo .entry .post:hover img {
	width:110px;
	height:110px;
}

.photo_gallery li {
	list-style-type:none;
}

.photo_gallery .post {
	float:left;
	margin: 10px;
}
.photo_gallery .post:hover {
	margin: 5px;
}



/* Products Page
------------------------------------------------------------------------------*/
.products .entry_content {
	margin-left:20px;
}
.products .link_list {
	margin-left:20px;
}

/* Press Page
------------------------------------------------------------------------------*/
.press .entry_content {
	margin-left:20px;
}
/* Widgets
------------------------------------------------------------------------------*/
#widget_region_footer {
	margin-left:30px;
}

.widget_container {
	overflow: hidden !important;
	padding-bottom: 10px;
}

.widget_container h3 {
	background-color: #333333;
	border-bottom-width:2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style:solid;
	color: #e8dcc7;
	font-size: 1em;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-transform: uppercase;
}


.widget_content {
	background-color: #666666;
	color: #000000;
	font-size: .9em;
	margin: 0px 8px;
	padding: 10px;
}



.widget_content a {
	font-weight: bold;
	color: #fff;
}

.widget_content li a:hover {
	text-decoration: underline;
}

/* Mailing List */
.widget_form {
	padding-bottom: 15px;
	padding-right: 0;
}

.widget_form form input {
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 90%;
}

.widget_form form .submit {
	border-radius:5px;
	cursor: pointer;
	float: left;
	font-size: .9em;
	letter-spacing: 1px;
	margin-right: 0;
	margin-top: 1px;
	padding: 5px;
	text-align: center;
	width: auto;
	vertical-align: top;
	margin-left:0px;
}

.widget_calendar ul li {
	cursor: pointer;
	list-style-type:none;
}

.tour_date {
	float: left;
	font-weight: bold;
	width: 25%;
}

.tour_location {
	float: left;
	width: 75%;
}

/* General List */
.widget_calendar .widget_content ul,
div.jp-audio ul.jp-controls {
	padding-right: 5px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.widget_content ul li {
	font-size: .9em;
	margin-bottom: 5px;
}

.jp-controls img {
	width:12px;
	height:13px !important;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	background-color: #9e9e9e;
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer #widget_region_footer .widget_container {
	float: left;
	margin-right: 30px;
	padding-bottom: 20px;
	width: 300px;
}

#footer_bottom {
	clear: both;
	padding-bottom: 15px;
	padding-top: 15px;
}

#footer_bottom p {
	color: #FFFFFF;
	font-size: .7em;
	font-weight: bold;
	text-align: right;
}


/* Media queries
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#header h1 {
		font-size: .9em;
	}

	#container {
		width:95%;
		margin:auto;
	}
	#content {
		margin:auto;
		float:none;
		padding-top:10px;
	}
	.calendar_post .date,
	#content h2 {
		font-size: 1.75em;
	}
	#navigation ul li {
	font-size:.9em;
	}
	.page-wrap {
		width:95%;
	}
	.page-wrap-footer {
		width:99%;
	}
	#style_graphic {
		height:200px;
	}
	#footer #widget_region_footer .widget_container {
		width: 46%;
		margin-left:2%;
		margin-right:2%;
	}
	#widget_region_footer {
		margin-left:0px;
	}
}

@media screen and (max-width: 750px) {
	#style_graphic {
		background-size:cover;
		height:150px;
	}
	.calendar_post,
	#content .entry {
		font-size:.85em;
		line-height:1.25em;
		width: 90%;
	}
	.calendar_post .date,
	#content .entry h2 {
		line-height:1.5em;
	}
	.photo .entry ul li {
		margin: 10px;
	}
	#content #future_header,
	#content #past_header {
		width: 90%;
	}
}


@media screen and (max-width: 500px) {

	#comment_form {
		width:95%;
		margin:auto;
	}

	body,
	html {
		min-width:320px;
	}

	.entry {
		margin:auto;
	}

	.entry .contact_form_instructions,
	.entry .contact_form_label {
		width:100%;
	}
	.calendar_post .date,
	#content h2 {
		font-size: 1.25em;
	}

	#comment_form ul,
	#comment_form input[type="text"],
	#comment_form textarea {
		width:95%;
	}
	#navigation {
		float:none;
	}

	#header h1 {
		font-size: .6em;
	}
	#style_graphic {
		display:none;
	}

	#navigation {
		background-color:transparent;
		padding-bottom:5px;
	}
	.tinynav {
		cursor: pointer;
		background-color:transparent;
		background-image:none;
		display: block;
		height:25px;
		width:100%;
		float:left;
		z-index:2;
		opacity:0;
	}

	.tinynav option {
		background-color:#242320;
		color:#d1cdd1;
		font-family:Oswald , Sans-serif;
	}

	.colorfill {
		width:95%;
		background-color:#242320;
		z-index:-5;
		height:25px;
		position:absolute;
		color:#d1cdd1;
		text-align:center;
		font-family:Oswald , Sans-serif;
		display:block;
		border-radius: 5px;
	}
		.colorfill p {
			height:25px;
			line-height:25px;
			font-weight:bold;
		}
	.menu {
		position:absolute;
		right:15px;
		width:25px;
		height:25px;
		z-index:-1;
	}
		.menu_arrow {
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top-width: 10px;
			border-top-style: solid;
			border-top-color: #d1cdd1;
			line-height: 0;
		  position: relative;
		  vertical-align: middle;
		  width: 0;
		  margin: 8px auto;
		  z-index:1;
		}

  .nav_list {
  	display: none;
  }

  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_r4_c2  {
  	display:none;
  	background:none;
  }
  #recaptcha_area .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4
   {
	  background-image:none;
  }
  #recaptcha_area .recaptcha_input_area {
	  margin-left:5px !important;
  }
  .entry .spacer_20px {
  	display:none !important;
  }
	#recaptcha_table,
	#recaptcha_area { width:216px!important;}
  #recaptcha_widget_div {
	  border-color:#67d2e0;
		border-width:2px;
		border-style:solid;
	  width: 216px;
	  overflow:hidden;
	  background:white;
	  padding:5px;
	 }
  .recaptchatable #recaptcha_image,
  .recaptchatable #recaptcha_image img  { width: 200px; }
  .recaptchatable .recaptcha_image_cell {
	  width:200px;
  }
  .page-wrap-footer {
  	width:95%;
  }
  #footer #widget_region_footer .widget_container {
		width: 100%;
		margin:0px;
	}
}

#pagination a.pagination_element.pagination_digit,
#pagination a.pagination_element.pagination_next,
#pagination a.pagination_element.pagination_prev,
#pagination a.pagination_element.pagination_first,
#pagination a.pagination_element.pagination_last {
border-color: #67d2e0;
color: #67d2e0;
}

#pagination .pagination_element.pagination_current {
color: #ccbccc;
}

/* In-page audio player styling  */

.pause_button_icon,
.play_button_icon {
	fill:#67d2e0;
}

/* Breadcrumb styling */

#breadcrumbs-wrapper #breadcrumbs {
	margin: 8px 0 0 8px;
	color: #ccbccc;
}

#breadcrumbs-wrapper #breadcrumbs li a {
	color: #67d2e0;
}

#breadcrumbs-wrapper #breadcrumbs li a:hover {
	color: #8c8c8c;
}

/* Instagram Styles */

.instagram_gallery.entry {
	border-bottom-color: #ccbccc;
	padding-bottom:10px;
}

.photo_gallery.entry {
	margin-top:0;
	padding-top:0;
}

.ig_follow {
	background-color:#67d2e0;
	color:#000000;
}
/* Contact Form */

.float_left
{
	float: left;
}

/* Only in Builder */
.add_field_div
{
	margin-top: 2px;
}

.add_field
{
	cursor: pointer;
	color: #317598;
	font-size: 14px;
}

.add_field_desc
{
	color: #666666;
	font-size: 11px;
	margin-left: 12px;
}

.builder_td
{
	padding: 0px;
	width: 250px;
}

.builder_fieldset {
	background-color: #FFFFFF;
	border: 2px solid #68B0B9;
	height: 100%;
	padding: 10px;
	text-align: left;
	width: 220px;
}

#recipient_email_address,
#instructions,
#text_label,
#textarea_label,
#textarea_default_text,
#dropdown_label,
#dropdown_choices,
#checkbox_label,
#checkbox_choices,
#radiobutton_label,
#radiobutton_choices
{
	width: 210px;
}

#instructions,
#textarea_default_text,
#dropdown_choices,
#checkbox_choices,
#radiobutton_choices
{
	height: 70px;
}

#instructions {
	resize: vertical;
}

#contact_form_builder_target
{
	width: 430px;
	text-align: left;
}

#contact_form_builder_modal
{
	background-color: #ffffff;
}

.contact_form_container
{
	width: 375px;
	margin-bottom: 20px;
}


#content #contacts input,	#content #contacts	textarea,
.contact_form_textbox,	.contact_form_textbox	input,
.contact_form_dropdown,	.contact_form_dropdown	select,
.contact_form_textarea,	.contact_form_textarea	textarea,
.contact_form_multi,	.contact_form_multi		input		/* for checkboxes and radiobuttons */
{
	display: -moz-inline-stack !important;
	display: inline-block !important;
	margin: 0 !important;
	text-align: left;
	resize: none;
}

/*
 * this stylesheet is used both dashboard and public side.
 * limit cursor-help for form building to dashboard side.
 * possible bug: if a person names their page "website"... yep
 */
#website
{
	#content #contacts input,	#content #contacts	textarea,
	.contact_form_textbox,	.contact_form_textbox	input,
	.contact_form_dropdown,	.contact_form_dropdown	select,
	.contact_form_textarea,	.contact_form_textarea	textarea,
	.contact_form_multi,	.contact_form_multi		input		/* for checkboxes and radiobuttons */
	{
		cursor: move;
	}
}

/*
#content #contacts input, #content #contacts textarea
{
	width: 300px !important;
}
*/

.contact_form_textbox,	.contact_form_textbox	input,
.contact_form_dropdown,	.contact_form_dropdown	select,
.contact_form_textarea,	.contact_form_textarea	textarea
{
	border-style: dotted;
	border-width: 1px;
	border-color: #444444;
	width: 100% !important;
}

.contact_form_textarea, .contact_form_textarea	textarea
{
	height: 100px !important;
}

#content #contacts input:focus, #content #contacts textarea:focus, #content #contacts select:focus
{
/*	background-color:#ffffe3; */
	border:1px solid #5D88D5;
}

/* Blarm */

.contact_form_row						/* used only in builder */
{
	margin-bottom: 6px;
}

.contact_form_builder_instructions		/* used only in builder */
{
	margin: 10px 7px 0px 40px;
}

.contact_form_instructions				/* used only in published page */
{
	width: 375px;
	margin: 10px 0px 10px 0px;
}

.contact-form-builder-warning
{
	color: red;
	background-color: #fff;
	border: 0px solid red;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.x_delete,				/* used only in builder */
.spacer_20px,			/* used in both builder and published page */
.contact_form_label,	/* used in both builder and published page */
.contact_form_element,	/* used in both builder and published page */
.target_fieldset,		/* used only in builder */
.contact_form_submit	/* used only in published page */
{
	display: -moz-inline-stack !important;
	display: inline-block !important;
}

.contact_form_submit	/* used only in published page */
{
	text-align: center !important;
	width: 85px !important;
}

.x_delete				/* used only in builder */
{
	width: 20px;
	vertical-align: top;
	cursor: pointer;
}

.spacer_20px			/* used in both builder and published page */
{
	width: 20px;
}

.contact_form_label		/* used in both builder and published page */
{
	text-align: left;
	width: 100px;
	vertical-align: top;
	margin: 0px 0px 6px 0px;
}

.contact_form_element	/* used in both builder and published page */
{
	text-align: left;
	width: 225px;
	margin: 0px 0px 6px 0px;
}

.target_fieldset		/* used only in builder */
{
	width: 425px;
	min-height: 375px;
	background: #fff;
	border:2px solid #68B0B9;
}

#contacts #gbimage		/* used only in published page */
{
	border: none;
	background: #000000;
	padding: 0px;
}

table.borderless form 
{
margin-top: 0px;
}

label.contact_form_instruction
{
background-color: #FFFFFF;
}
