/*

	Wide Stone Flex
		design - Discmakers
		html/css - Xhtmlized
		Developer: Andy Lee
		Created: 	Nov 15th 2012

*/

/* 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 { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
a, ins, del { text-decoration: none; }

/*

table,, tbody, tfoot, thead, tr, th, td

table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { text-align: left; }
*/
/* Default styles
----------------------------------------------------------------------------------------------------*/

body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url('/img/WEB_BACKGROUND.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	font-family: 'Molengo',sans-serif;
	font-size: 13px;
	min-width:400px;
}

strong { font-weight: bold; }

em { font-style: italic; }

del { text-decoration: line-through; }

th { font-weight: normal; }

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

li { list-style: none; }

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

input, textarea, select { font-family: Arial, Helvetica, sans-serif; }

body:not(.photo) #content a,
body:not(.photo) #content a:visited,
#widget_region_right_sidebar .widget_container .widget_content>*:not(#jplayer_container) a,
#widget_region_right_sidebar .widget_container .widget_content>*:not(#jplayer_container) a,
#widget_region_right_sidebar .widget_container .widget_content>a,
#widget_region_right_sidebar .widget_container .widget_content>a:visited {
	color: #f50a0a;
	background-color: transparent;
}

body:not(.photo) #content a:hover,
#widget_region_right_sidebar .widget_container .widget_content>*:not(#jplayer_container) a:hover,
#widget_region_right_sidebar .widget_container .widget_content>a:hover {
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
	color: #f50a0a;
	background-color: transparent;
}

.tinynav {
	display: none;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

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

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after,
#album-section .body:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* XHTMLIZED
----------------------------------------------------------------------------------------------------*/
#top-part {
	background-image: url('/img/STIRRING_IMAGES/STIRRING_WEB_BANNER.jpg');
	background-position: center top;
	height:400px;
	margin:auto;
	width:1600px;
}

#top-part #top-part-inner { 
	background-image:none;
	height:auto;
	width:auto;
}

/* email list sign up */

#email-list {
	float: right;
}

#email-list label {
	color: #fff;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 10px 0 0;
}

#email-list .text {
	border: 0;
	float: left;
	height: 19px;
	margin: 7px 0 0 0;
	padding: 0;
	width: 190px;
}

#email-list input {
	float: left;
}

/* Header */

#header {
	overflow: hidden;
}

#header h1 {
	display:table;
	height:400px;
	margin:auto;
	text-align: right;
	text-shadow: 2px 2px 2px #000;
	width:90%;
}

#header h1 span {
	display:table-cell;
	vertical-align: middle;
	visibility: hidden;
	width:100%;
}

#header h1 span a {
	color: #bdb9bd;
	text-decoration: none;
}

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

#navigation {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .75);
	-moz-box-shadow:    10px 10px 20px rgba(0, 0, 0, .75);
	box-shadow:         10px 10px 20px rgba(0, 0, 0, .75);
	background-color: #000000;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin-bottom: 20px;
	width: 100%;
}

.nav {
	margin: 0px auto;
	max-width:1024px;
}

#navigation ul {
	background-color: #000000;
	text-align: center;
	padding:0px;
	margin:0px;
}

#navigation ul li {
	display: inline-block;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 0px 5px;
	position: relative;
	font-size:1.5em;
}

#navigation ul ul li {
	font-size:1em;
}

#navigation ul li a {
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
	color: #ffffff;
	display: block;
	height: 18px;
	padding: 15px 7px 15px 10px;
	
}

#navigation ul li.active a,
#navigation ul li.active li a,
#navigation ul li a:hover {
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
	background-color: #c71818;
	color: #ffffff;
	margin-right: 0px;
}

/* sub menu */

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

#navigation ul li ul {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .75);
	-moz-box-shadow:    10px 10px 20px rgba(0, 0, 0, .75);
	box-shadow:         10px 10px 20px rgba(0, 0, 0, .75);
	display: none;
	height: auto;
	left: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	width: auto;
	z-index: 9999;
}

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

#navigation ul li ul li {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-top: 0;
	float: none;
}

#navigation ul li ul li a {
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	width: 130px;
	height: auto;
	float: none;
	
}

#navigation ul li ul li a:hover {
	background-image: none;
	text-decoration: none;
}

/* ----------- CONTENT --------- */

#main {
	clear: both;
	margin:auto;
	width:1024px;
}

#content {
	background-color: rgba(0,0,0,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
	clear: both;
	float:left;
	margin-bottom: 50px;
	width: 750px;
}

#content,
#sidebar {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #999;
	margin-bottom: 20px;
}

#content h2,
.calendar #content h3 {
	background-color: transparent;
	border-bottom: 1px solid;
	border-bottom-color:#333333;
	color: #ffffff;
	font-size:2em;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
}

#content .calendar_post .venue,
#content .calendar_post .event_title_time {
    font-weight: bold;
}

.comment {
	margin-bottom: 20px;
}

.entry,
#entry_comments,
#comment_form {
	padding: 20px;
}

.entry_meta {
	display: inline-block;
	margin-bottom: 5px;
}

.entry_artist,
.entry_author,
.entry_comments,
.entry_date,
.entry_source {
	float: left;
	margin-right: 10px;
}

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

.entry_content {
	clear: both;
}

#content img,
.widget_content img {
	max-width:100%;
	height:auto;
}

#content ul, 
#content ol {
	padding: 5px 5px 5px 25px;
	margin:0px;
}

#content ul ol,
#content ol ul,
#content ol ol,
#content ul ul {
	padding-left:10px;
}

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

#content ol ol li {
	list-style-type: lower-roman;
}

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

#content .be_the_first {
	padding:5px;
}

#content .entry {
	color: #ffffff;
}

#content div.entry:not(.photo_gallery) {
	text-align: left;
}

h2#future_header,
h2#past_header {
	border-bottom-width: 2px;
	padding: 10px 0px 0px 10px;
}

.audio_details {
	display: inline-block;
	margin-bottom: 5px;
}

#content ul.audio_tracks {
	clear: both;
	margin-bottom: 10px;
}

#content .audio_tracks li {
	margin:5px;
	list-style-type:none;
}

#content .photo_gallery ul li {
	display: inline-block;
	margin: 0px 3px 15px;
	list-style-type:none;
}
#content .photo_gallery ul li a {
	background-color:transparent;
}
#contact_message h2,
#comment_errors {
	margin: 20px;
	padding: 10px;
}

#comment_errors p {
	text-align: center;
}

#comment_form ul {
	margin: 0px auto;
	width: 400px;
}

#comment_form h2 {
	border: none;
}

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

#comment_form ul li input[type="text"] {
	padding: 5px 0px;
}

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

#comment_form ul li input[type="submit"] {
	background-color:#f50a0a;
	color:#ffffff;
	padding: 5px 25px;
}

input[type="submit"] {
	background-color:#f50a0a;
	border:0px;
	margin:0px;
	font-size:15px;
	color:#ffffff;
}

ul.listbaby_fields {
	left: 10%;
	margin: 10px;
	position: relative;
	padding: 10px;
	width: 80%;
}

ul.listbaby_fields li {
	margin: 5px 0 0 5px;
}

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

ul.listbaby_fields li label {
	float: left;
	margin-top: 5px;
	width: 20%;
}

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


#share-tool {
	color:#ffffff;
}


.link_description {
	padding-top:5px;
	padding-left:5px;
}


/* sidebar */
#sidebar {
	background-color: rgba(8,0,1,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99080001', endColorstr='#99080001');
	float:right;
	width: 256px;
}

#widget_region_right_sidebar {
	margin: 10px 0px;
}

#sidebar.box { padding: 3px; }

#sidebar div.jp-audio ul.jp-controls {
	padding-left:0px;
}

#widget_region_right_sidebar .jp-header a,
#widget_region_right_sidebar .jp-header a:hover,
#widget_region_right_sidebar .jp-controls a,
#widget_region_right_sidebar .jp-controls a:hover {
	background-color: transparent;
}

.widget_container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.widget_content {
	padding: 10px;
	color:#050505;
}

.widget_content #submit {
	margin-top:5px;	
}

.widget_container h3 { 
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	font-size:1.4em;
	padding: 2px 12px 2px 6px;
	text-align: center;
 }

.widget_calendar ul {
	padding:0px;
	margin:0px;
}

.widget_calendar ul li {
	cursor: pointer;
	padding: 2px 0 2px 0;
}

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

.tour_location {
	float: left;
	width: 75%;
	text-align:right;
}

#email {
	width:95%;
}


/* footer */
#footer {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: rgba(0,0,0,.7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b2000000', endColorstr='#b2000000');
	border: 1px solid #999;
	clear: both;
	display:block;
	height:40px;
	margin-bottom: 20px;	
}
#footer_content {
	display:block;
	margin: 0px 10px;
	padding: 10px 10px;
}

#footer_content p {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	display:block;
}

/* Media queries
------------------------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
	
	#top-part #top-part-inner {
	background-image: url(../images/bg-gradient.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	height:400px;
	}
	
	#header h1 {
	font-size:6.5em;
	}
	
}


@media screen and (max-width: 1600px) and (min-width: 1200px) {
	#top-part {
		-webkit-transition:All .15s ease-in;
		-moz-transition:All .15s ease-in;
		-o-transition:All .15s ease-in;
		background-size:cover;
		height:350px;
		width:100%;
	}
	#header h1 {
		font-size:5.5em;
		height:350px;
	}
}

@media screen and (max-width: 1200px) {
	#top-part {
		-webkit-transition:All .15s ease-in;
		-moz-transition:All .15s ease-in;
		-o-transition:All .15s ease-in;
		background-size:cover;
		height:300px;
		width:100%;
	}
	.nav {
		max-width:95%;
	}
	#header h1 {
		font-size:5em;
		height:300px;
	}
	#navigation ul li {
	font-size:1.25em;
	}
}


@media screen and (max-width: 1050px) {
	#content {
		float:none;
		margin:auto;
		width:95%
	}
	#content h2,
	.calendar #content h3 {
		font-size:1.4em;
	}
	h2#future_header {
		border-width:1px;
	}
	#main {
		width:100%;
	}
	#sidebar {
		float:none;
		width:95%;
		margin: 15px auto;
	}
	.widget_container {
		float:left;
		width:33%;
	}
	#widget_region_right_sidebar {
		margin:0px;	
		font-size:.9em;
	}
	.widget_container h3 { 
		font-size:1.25em;
	}
	#top-part {
		height:250px;
	}
	#top-part #top-part-inner {
		height:250px;
	}
	#header h1 {
		font-size:4em;
		height:250px;
	}
	#navigation ul li {
	font-size:1.25em;
	}

	.tinynav {
		appearance:none;
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari and Chrome */
		background-color: #000000;
		border-radius: 0px;
		border-width:0px;
		color: #ffffff;
		display: block;
		height: 1.1em;
		font-size: 1.75em;
		width: 100%;
		outline: none;
		padding-left: 15px;
	}

	.nav_list {
		display: none;
	}

}

@media screen and (max-width: 875px) {
	#top-part {
		height:200px;
	}
	#top-part #top-part-inner {
		height:200px;
	}
	#header h1 {
		font-size:3.5em;
		height:200px;
	}
	#navigation ul li {
	font-size:1.15em;
	}
	.widget_container h3 { 
		font-size:1.25em;
	}
}


@media screen and (max-width: 750px) {
	
	#content .entry {
		font-size:.9em;
	}
	.widget_container {
		width:50%;
	}
	#top-part {
		height:175px;
	}
	#top-part #top-part-inner {
		height:175px;
	}
	#header h1 {
		font-size:3em;
		height:175px;
	}
	#navigation ul li {
	font-size:1.15em;
	}
	.widget_container h3 { 
		font-size:1.25em;
	}
	#widget_region_right_sidebar {
		font-size:.85em;
	}
}

@media screen and (max-width: 550px) {
	.nav {
		max-width:100%;
	}
	.widget_container {
		width:100%;
	}	
	#top-part {
		height:auto;
		background-image:none;
	}
	#top-part #top-part-inner {
		height:auto;
	}
	#header h1 {
		font-size:2.75em;
		height:auto;
		text-align:center;
		width:100%;
		padding:.5em 0px;
	}
	#navigation ul li {
		display:block;
		font-size:1.5em;
		float:none;
		margin:auto;
		padding:0px;
		width:100%;
	}
	#navigation ul li a {
		border-bottom:1px solid;
		border-bottom-color:#333333;
		padding:10px 0px;
	}
	#navigation ul li ul  {
	  -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display:block;
		position:relative;
		width:100%;
		top:0px;
		z-index:1;
	}
	#navigation ul ul li {
		display:block;
		width:100%;
		font-size:.75em;
	}
	#navigation ul li ul li a {
		border-bottom:1px dotted;
		border-bottom-color:#333333;
		width:auto;
		padding:5px 0px;
		margin:0px;
	}
	.widget_container h3 { 
		font-size:1.25em;
	}
	#comment_form ul {
		width:95%;
	}
	.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;
	  }
		#recaptcha_table,
		#recaptcha_area { width:216px!important;}
	  #recaptcha_widget_div { 
		  border-color:black;
			border-width:1px;
			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;
	  }  
}


/* BROWSER SUPPORT
--------------------------------------------------------------------------------
==============================================================================*/

/* Internet Explorer (IE7 & Under)
------------------------------------------------------------------------------*/
*:first-child+html .clearfix,
*:first-child+html .container_12,
*:first-child+html #navigation,
*:first-child+html #navigation ul,
*:first-child+html .widget_social,
*:first-child+html .wrap-middle {
	zoom: 1;
}

*:first-child+html #navigation {
    position:relative;
    z-index:1;
}
*:first-child+html #navigation ul li {
    display: inline;
}
*:first-child+html #navigation ul li ul li {
    z-index: 100;
    float: none;
}


#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: #f50a0a;
color: #f50a0a;
}

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

/* Audio views */
.audio #album-wrapper,
.audio #track_fullview {
	text-align: left;
	color: #content_paragraph_font_color;
}

.audio #track_meta_row h2.title, 
.audio #album-meta h2.album-title {
	color: #ffffff;
	background-color: transparent;
}

.pause_button_icon,
.play_button_icon {
	fill:#f50a0a;
}

#album-wrapper .album-title a,
#track_fullview #track_meta_row a,
#track-list li a {
	background: transparent;
}

.audio #track_meta_row,
.audio #album-wrapper.album-wrapper {
	background-color: rgba(0,0,0,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
.audio #album-meta .album-purchase ul {
	padding: 0px;
	top: 2em;
}

.audio #album-meta .album-purchase,
.audio #album-meta .album-purchase ul,
.audio #album-meta .album-purchase ul a {
	background-color: #f50a0a;
	color: #ffffff;
}

#album-meta .album-purchase .buy_album_button .open_close_icon,
#album-meta .album-purchase ul li {
	border-top-color: #ffffff;
}

#track-list .album-tracks li,
#album-wrapper .album-description,
.audio .album-notes-outer {
	border-top-color: #ffffff;
}


/* Breadcrumb styling */

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

#breadcrumbs-wrapper #breadcrumbs li a {
	color: #f50a0a;
}

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

/* Instagram styling */

.instagram_gallery {
	border-bottom-color: #333333;
}

.ig_follow {
	background-color: #f50a0a;
	color: #ffffff;
}

.ig_info p {
	margin-bottom : 5px !important;
}
/* 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;
}
