/*
		Backdrop Clearshot2
		design - Stacy Bias
		html/css - Andy Lee
		andy@cdbaby.com
		11/7/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, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 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-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	vertical-align: baseline;
}

q {
	quotes: none;
}

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

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

li {
	list-style-type: none;
}

#content a.image-link,
#content a.image-link:hover,
#sidebar a.image-link,
#sidebar a.image-link:hover,
#content a.image-link img,
#content a.image-link:hover img,
#sidebar a.image-link img,
#sidebar a.image-link:hover img {
	background-color:transparent;
	border:none;
}

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

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

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


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

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

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

/* Make sure footer is always at bottom, even on short pages
-----------------------------------------------------------------------------*/
#wrapper {
	height: 100%;
	width: 100%;
	margin-bottom: -50px;
}
.fillspace {
	height: 50px;
}

/* Body Styling
------------------------------------------------------------------------------*/
html,
body {
	height: 100%;
	min-height:100%;
	display:block;
}

body {
	background-color: #38250c;
}

#bg {
	background-image: url('/img/tractor_paint.JPG');
	background-position: left top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#left_content {
	float:left;
	width:45%;
	padding-left:1.5%;
	margin-bottom:50px;
}

#right_content {
	float:right;
	width:50%;
	display:block;
	margin-bottom:50px;
}

#share-tool {
	color:#ffffff;
	margin:0px !important;
	padding:6px;
}

/* Site Title
------------------------------------------------------------------------------*/

.site_title {
	width:50%;
	float:left;
}

.site_title h1 {
	font-family:Arial Black,Gadget,Sans-Serif;
	font-size:3.5em;
	margin:15px;
	text-transform:uppercase;
	letter-spacing:10px;
	word-wrap: break-word;
}

.site_title h1 {
	visibility: visible;
	letter-spacing: 2px;
	padding-right: 15px;
	padding-left:15px;
	text-shadow:1px 1px 1px #545454;

}

.site_title h1 a {
	color:#ffffff;
}


/* Navigation
------------------------------------------------------------------------------*/
#tinynav1 {
	display: none;
	color: #210152;
	background-color: #bdb57b;
}
#navigation {
	float:right;
	width:50%;
	display: inline-block;
}

#navigation ul li {
	font-size:2.05em;
	font-family:Courier New,Courier,Monospace;
	font-weight: bold;
	text-transform:uppercase;
	margin:10px 5px;
	display: inline-block;
  text-shadow:1px 1px 1px #545454;
}

#navigation ul li a {
	background-color:rgba(189,181,123,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7fbdb57b', endColorstr='#7fbdb57b');
	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	border-style:solid;
	display: inline-block;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

#navigation ul li.current a,
#navigation ul li a:hover,
#navigation ul li:hover a,
#navigation ul li:hover ul li a:hover {
	padding-left:15px;
	color: #7f5afa;
	background-color:#5c3c1f;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;

}

#navigation ul li ul li {
	font-size:0.8em;
	display:block;
	margin:0px;
}
#navigation ul li ul li a {
	display:block;
}

#navigation ul ul li a,
#navigation ul li.current ul li a
#navigation ul li a:hover ul li a,
#navigation ul li:hover ul li a {
	color:#210152;
	background-color:#bdb57b;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

#navigation ul ul {
	border:1px solid #ccc;
	display: none;
	margin: 0;
	position: absolute;
	z-index: 2;
	background-image:url("../images/clearbg.png");
	background-repeat:repeat;
	-webkit-box-shadow: 0px 10px 20px rgba(50, 50, 50, .75);
	-moz-box-shadow:    0px 10px 20px rgba(50, 50, 50, .75);
	box-shadow:         0px 10px 20px rgba(50, 50, 50, .75);
}


/* Content
------------------------------------------------------------------------------*/
.container ul,
.container ol {
	margin-left:15px;
	padding-left:15px;
	padding-bottom:15px;
}

.container ul ul,
.container ol ol {
	padding-bottom:0px;
}

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

.container ol li {
	list-style-type:decimal;
}

.container {
	max-width:75%;
	min-width:60%;
	font-family: Arial,Helvetica,Sans-Serif;
	z-index: 1;

}

#content {
	text-align:left;
	overflow:hidden;
	background-color:rgba(117,77,42,.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99754d2a', endColorstr='#99754d2a');
}

#content p,
#content .entry {
	padding:10px;
	color:#ffffff;
}

#content .entry:not(.instagram_gallery),
#content .p:not(.ig_user) {
	font-size:1.05em;
}

#content .entry,
#share-tool {
	display:block;
}

body:not(.photo) #content a:not(.ig_follow) {
	background-color:transparent;
	color:#f0c784;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

#body:not(.photo) content a:hover {
	color:#ffffff;
	background-color:transparent;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

#content h3,
#content h2 {
	text-shadow: 1px 1px 1px #545454;
}

#content h3 {
	text-transform:uppercase;
	color:#ffffff;
}

#content h3:not(.album-artist) {
	font-size: 1.65em;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	cursor:pointer;
	color:#ffffff;
	background-color: #754d2a;
}

/* Bio Page

------------------------------------------------------------------------------*/
h2.entry_title,
h2.entry_title a {
	background-color:transparent;
}

.bio h3.entry_title span {
	text-transform:uppercase;
}

.bio h3.entry_title span.title_role {
	font-size:.75em;
}

/* Blog page
------------------------------------------------------------------------------*/

.blog h3.entry_title,
.blog .be_the_first h3 {
	font-size:1.65em;
	color:#ffffff;
	text-transform: uppercase;
}

.blog .entry_comments h3 {
	font-size:1.65em;
}

.blog .entry_author,
.blog .entry_date,
.blog .comment_name,
.blog .comment_date {
	color:#ffffff;
	font-style: italic;
}

.read_more_link {
	font-size: 1.75em;
	text-transform: uppercase;
	font-weight: bold;
}

.blog #content h3.entry_title a {
	background-color:transparent;
}

.blog .comment_body {
	padding:2.5%;
}


/* Calendar page
------------------------------------------------------------------------------*/

#future_header,
#past_header {
	text-align: right;
	margin-top:5px;
	width: 98%;
	color: #ffffff;
	font-size: 2em;
	text-transform: uppercase;
}

#content .calendar_post .date {
	font-size: 1.25em;
}

article.calendar_post {
	padding-bottom: 25px;
}

.calendar_post .venue {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar_post h2 {
	background-color:transparent;
	font-size:1.25em;
	font-weight: bold;
	padding:0px;
	color:#ffffff;
	text-transform: uppercase;
}

.calendar_post h4 {
	font-weight:normal;
}
.details {
	line-height: 1.5em;
	padding-top:5px;
	width:90%;
	margin:auto;
}

/* Contact page
------------------------------------------------------------------------------*/

.contact #content h3,
.playlist_title {
	font-size:1.65em;
	padding-left:15px;
	text-transform:uppercase;
	color:#ffffff;
}

#content .contact input, #content .contact 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 {
    display: inline-block !important;
    margin: 0 !important;
    text-align: left;
}

.contact #content li {
	padding:5px;
}

.container .contact_form_instructions {
	width:100%;
}

.contact_form_container {
	min-width: 85%;
}

article.contact_post li {
	list-style-type:none;
}

#comment_form {
	margin: 0 auto;
}

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

#comment_form label {
	display: block;
	color:#ffffff;
}

#comment_form .required {
	font-weight: bold;
}

#comment_form input[type="text"],
#comment_form textarea {
	max-width: 95%;
	min-width:85%;
}

#comment_form textarea {
	resize: none;
}

#comment_errors p,
.be_the_first {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#recaptcha_widget_div input {
	color: #000;
}


/* Guestbook page
------------------------------------------------------------------------------*/
.guestbook #comment_form {
	padding-bottom:35px;
	padding-top:35px;
	margin:auto;
}

.guestbook #comment_form input,
.guestbook #comment_form textarea {
	min-width:85%;
}

#content article.guestbook_post {
	padding-bottom: 15px;
	padding-left:20px;
	padding-top:0px;
}

article.guestbook_post .entry_content {
	padding-left: 25px;
}

#guestbook_button {
	margin-top:20px;
	font-size:1.5em;
}

/* Photo page
------------------------------------------------------------------------------*/

.photo #content {
	padding-bottom:0px;
}

#content li.photo_post {
	float:left;
	list-style-type:none;
	margin:10px;
}

.photo #content img:not(.ig_icon) {
	width: 115px !important;
	height: 115px !important;
}

.photo #content ul {
	padding-bottom:5px;
}

#content li.photo_post a {
	background-color:transparent;
}

/* Press page
------------------------------------------------------------------------------*/

.press .container h3 {
	font-size:1.65em;
	color:#ffffff;
	text-transform: uppercase;
}

.press #content h3 a {
	background-color:transparent;
}

.press #content .entry_meta {
	font-style:italic;
}

/* Products page
------------------------------------------------------------------------------*/

.products #content h3.entry_title a {
	background-color:transparent;
}


/* Widget section
------------------------------------------------------------------------------*/
#right_sidebar{
	color:#ffffff;
	width:50%;
	font-family:Lucida Console,Monaco,monospace;
	float:right;
	margin-top:15px;
	min-width:320px;
}

.widget_container {
	padding:10px;
	margin-bottom:15px;
	background-color: rgba(73,26,143,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7f491a8f', endColorstr='#7f491a8f');
	margin-right:25%;
	width:65%;
	float:right;
}

.widget_content a {
	color:#f0c784;
}

.widget_content a img {
	border:none;
}

.widget_content a:hover {
	color:#ffffff;
}

.widget_content h4 {
	text-transform:uppercase;
	font-size:.75em;
	padding-bottom:5px;
	color:#ffffff;
	font-family:Arial Black,Gadget,Sans-Serif;
	text-align:right;
	text-shadow:1px 1px 1px #545454;
}

.widget_listbaby h3 {
	display:none;
}

.widget_container input.submit {
	background-color:#754d2a;
	color:#ffffff;
	border:0px;
	font-size: 15px;
	height:25px;
	cursor: pointer;
	margin-top:5px;
	margin-left:0px;
}

.widget_container input#email {
	border-width:2px;
	border-color:#000;
	height:27px;
	font-size: 15px;
	width:95%;
}

.widget_content p {
	font-size: 0.85em;
}

.widget_content{
	width:95%;
	overflow:hidden;
	margin:auto;
}

.widget_content h3 {
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 15px;
	color:#ffffff;
	font-family:Arial Black,Gadget,Sans-Serif;
	font-size:.75em;
	text-shadow:1px 1px 1px #545454;
}

.widget_calendar .widget_content{
	font-size:0.85em;
	font-weight: bold;
}

.widget_calendar .tour_date{
	width:30%;
	float:left;
}

.widget_calendar .tour_location {
	width:60%;
	float:right;
}

.widget_calendar li {
	border-bottom-width:1px;
  border-bottom-style: dashed;
  padding-top:4px;
  padding-bottom:4px;
  display:block;
  cursor: pointer;
}

.facebook img {
	width:auto !important;
	height:auto !important;
}

/* Footer
------------------------------------------------------------------------------*/
footer {
	color:#FFFFFF;
	font-size: .75em;
	font-weight: bold;
	font-family: Arial,Helvetica,Sans-Serif;
	display:block;
	margin: 0;
	z-index: 2;
	text-align :right;
	background-color: rgba(117,77,42,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7f754d2a', endColorstr='#7f754d2a');
	width: 100%;
	height: 50px;
	clear: both;
}

footer p {
	padding: 10px;
	width: auto;
}

footer a {
	color: #f0c784;
}

/* Media queries
------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	html, body {
		min-width: 0px;
	}
	#wrapper {
		height: auto;
	}
	.site_title,
	#navigation {
		width:100%;
	}
	#navigation {
		padding: 0px;
		margin: 10px 0px;
	}
	#navigation ul li {
		display: inline-block;
		padding: 0px 1em;
		font-size: 1em;
		margin: 5px;
	}
	.site_title h1 {
		font-size: 2em;
		margin:10px 15px;
	}
	
	#left_content{
		min-width:55%;
		max-width:65%;
		padding-left:3%;
	}
	.container {
		margin-bottom:0px;
		min-width: 100%;
		max-height: 100%;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	#right_content {
		min-width: 40%;
		max-width: 40%;
		margin-top:0%;
	}
	#right_sidebar {
		width: 90%;
		margin: 0px 20px 0px 0px;
		min-width: 0px;
	}
	.widget_container {
		float:none;
		width:95%;
		padding:2.5%;
	}
}

@media screen and (max-width:960px) {
	
	#right_content .last-child {
		margin-bottom:15px;
	}
	.footer {
		margin-top:0px;
	}
}

@media screen and (max-width:580px) {
	#left_content,
	#right_content,
	#right_sidebar {
		min-width: 100%;
		max-width: 100%;
		padding: 0px;
		margin: 0px;
		float: none;
	}
	.widget_container {
		margin: 5px 0px;
	}
	#bg {
		background-image: none;
	}
	#tinynav1 {
		display: block;
		-webkit-appearance: none !important;
		background-repeat: no-repeat;
		background-position: 97% center;
		border: 1px solid #bdb57b;
		padding: 5px;
		margin: 0px;
		width:100%;
	}

	#navigation .nav_list {
		display: none;
	}
	.site_title h1 {
		padding-left:0px;
		padding-right:0px;
		font-size: 1.75em;
		margin: 5px
	}

  .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:#754d2a;
		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;
  }
  #guestbook_button {
  	font-size:1em;
  }
}

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

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

/* In-page audio player styling  */

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

/* Breadcrumb styling */

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

#breadcrumbs-wrapper #breadcrumbs li {
	color: #ffffff;
}

#breadcrumbs-wrapper #breadcrumbs a:hover {
	color: #ffffff;
	background-color: transparent;
}

#breadcrumbs-wrapper #breadcrumbs li a {
	background-color: transparent;
}

/* Overrides for albums and tracks */

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

.audio #album-meta .album-purchase ul a:hover {
	color: #ffffff;
}

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

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

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

#album-meta .meta-description-divider,
#track_fullview .track_details.track_details_divider {
	border-bottom-color: #ffffff;
}

.audio .album-wrapper #album-meta h3.album-artist {
	text-transform: none;
	margin-bottom: 10px;
}

.buy_album_button ul {
	padding: 0px;
	left: 0px;
}

.album-purchase ul li {
	border-top-color: #ffffff;
}

.album-purchase ul li a {
	margin: 3px 0px;
}

.audio #album-meta .album-meta-text h1,
.audio #album-meta .album-meta-text h2,
.audio #album-meta .album-meta-text h3,
#track_fullview h1,
#track_fullview h2,
#track_fullview h3 {
	color: #ffffff;
}

.album-purchase .buy_album_button {
	border-color: #ffffff;
}

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

#track_fullview #track_meta_row a:hover,
#track-list li a:hover,
#album-meta .album-title a:hover {
	background-color: transparent;
	color: #ffffff;
}

/* Instagram styling */

#content a.ig_follow {
	background-color:#754d2a;
	color:#ffffff;
}

.instagram_gallery {
	border-bottom-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;
}
