  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  }


  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }
.withe{
	padding: 12px 30px 10px 30px;
	background: #FFF;
	color: #555555;
	font-size:12px;
	}
	
.greySc{
	padding: 12px 30px 10px 30px;
	background: #333;
	color: #999999 !important;
	font-size:12px;
	overflow:auto !important;
	padding-bottom:40px
	}	
/* $Id: html-elements.css,v 1.1.2.2 2009/02/13 19:42:10 johnalbin Exp $ */

/****
 **** HTML ELEMENT STYLING
 ****/
#flashContent{
	position:relative;
	padding:0px;
	margin:0px;
	border:0px;
		}

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-size: 36px;
    font-weight: normal;
    color: #545454;
	padding-bottom:5px !important;
  	border-bottom: 1px dotted #ccc;
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

H3
  {
    font-family: georgia, serif;
    font-weight: normal;
    font-size: 18px;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
  }

H4	{
	display: inline;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }


h5, h6
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }
    h7
  {
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    font-size: 36px;
    font-weight: normal;
    color: #999999;
  }

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
  }

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link
  {
  color: #6386B0;
  text-decoration: none;
  }

  a:visited
  {
    color: #6386B0;
  text-decoration: none;
  }

  a:hover,
  a:focus
  {
  text-decoration: underline;
  }

  a:active
  {
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
    /* width: 100%; */ /* Prevent cramped-looking tables */
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 0;
    padding-left: 2em;
    border: none;
  }


/** body **/
  body
  {
    margin: 0;
    color: #545454;
    font-size: .8em;
    background: #f0f0f0;
	border: 0px !important;
  }

  #page
  {
  background: #fff;
  border: 1px solid #ccc;
  }


/** header **/



  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }


  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    margin-left: 00px;
    padding-bottom: 0;/* Undo system.css */
    font-size: 10px !important;
    font-weight: bold;
    font-family: Arial, sans-serif !important ;
    text-transform: uppercase;
	margin: 0px 0px 5px 0px !important;
  }

h1.title	{margin: 0 0 15px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:34px !important
}


  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

 

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  background: #a44747;
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }


  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }



  #block-search-0 /* "Search form" block */
  {
  float: left;
  width: 270px;
  padding-top: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size:10px !important;
  text-align: right;
  }

#block-search-0 H2	{display: none;}





/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  border: 1px solid #7d1e1e;
  color: #7d1e1e;
  }
  
  .form-submit:hover	{cursor: pointer;}

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }


.front #primary	{display: none;}

.group-images-wine	{
	float: right;
	width: 288px;
	border-left: 1px dotted #999;
	}
.field-field-variety, .field-field-grape-percentage, .field-field-variety DIV, .field-field-grape-percentage DIV, .field-type-flexifield .odd, .field-type-flexifield .even	{display: inline;}


.views-field-field-grape-varieties-item-id DIV	{display: inline;}

TEXTAREA#edit-submitted-comments-question	{width: 50%;}


#content .content	{
	margin: 0 30px;
	}

#navbar A	{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #ffbc6d;
	}

#primary .links LI	{
	padding-left: 7px;
	background: url(/sites/default/files/img/nav_divider.png) 0 8px no-repeat;
	}

#primary .links LI.first	{
	padding-left: 0;
	background: none;
	}

.caption	{
	margin-bottom: 10px;
	font-size:10px !important;
	font-family:Verdana, Geneva, sans-serif

	}
	
.captionIMG{
	font-size:10px !important;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif
}	

#content-area	{margin-left: 30px;}

#footer	{
	background: #616161;
	color: #979797;
	font-size: 11px;
	font-family: Arial, sans-serif;
	}
	
#footer_HOME{
	background: #333;
	color: #666;
	font-size: 9px !important;
	font-family: Arial, sans-serif;
	text-align:right;
	padding: 10px 10px 25px 5px;
	
	}	
	
#footer-inner	{
	padding: 15px 30px 20px 30px;
	}



/** HOMEPAGE **/

BODY.page-homepage #page	{
	background:#FFF;
	color: #bababa;
	}


BODY.page-homepage #content .content, BODY.page-homepage #content #content-area	{margin: 0;}





/** Wine detail page **/


#wineLeft	{
	float: left;
	width: 145px;
		background:#FFF

	}
	
.wineLeftInner	{
	padding: 0 20px 0 0;
	}

wineLeftInner img{
	border:0px !important;
	background:#FFF !important;}	


#wineCenter	{
	float: left;
	width: 490px;
	margin-left:10px;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;



	}

.wineCenterInner	{
	padding: 0px 15px 25px 15px;

	}
	

#wineRight	{
	float: left;
	width: 250px;
		background:#FFF

	}

.wineRightInner	{
	padding: 0 0 0 20px;
	}

#description	{
	font-family: georgia, serif;
	font-size: 16px !important;
	border-bottom:1px dotted #ccc;

	}

.subSection	{margin: 15px 0;
			font-family:Verdana, Geneva, sans-serif;
			font-size:11px !important
}

.subSection H4	{margin-bottom: 3px;}

.subSection P	{display: inline;}

.tastingNote P	{display: block;}

.rating	{
	font-weight: bold;
	color: #af5e5d;
	}

.image-caption {
	margin-bottom: 10px;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif
	}
	
	

#content-top {text-align: right;}


/** Wine listing page **/

.view-wines .view-filters	{
	float: right;
	width: 180px;
	}

TD.views-field-field-do-nid	{padding-right: 10px;}

.page-wines TABLE.views-table TD	{font-size: 0.8em;}

.view-wines TABLE.views-table	{width: 78%;}

TABLE.views-table TH	{border-bottom: 1px solid #000;}

TABLE.views-table TR.even, TABLE.views-table TR.odd	{background: transparent;}







/** Winemaker page  **/


.field-field-winemaker-photo-lrg	{
	float: right;
	width: 421px;
	margin-left: 25px;
	padding-left: 20px;
	border-left: 1px dotted #cecece;
	}

.field-field-winemaker-wines	{
	width: 440px;
	}

.field-field-winemaker-wines .field-label	{
	font-family: georgia;
	font-weight: normal;
	font-size: 18px;
	border-top: 1px dotted #cecece;
	padding-top: 20px;
	}

.field-field-winemaker-wines A	{
	font-weight: bold;
	font-family: arial;
	}

.wmP	{
	font-family:georgia,serif;
	font-size:16px;
	padding: 0px 0px 0px 0px;
	}

.wmPL{
	font-size:13px;}


/** COLA **/

.field-field-cola-pdf .field-item	{
	padding: 5px;
	border-bottom: 1px solid #ddd;
	}

.field-field-cola-pdf .even	{
	background: #f7f7f7;
	}




/** Shelf talker **/

DIV.shelftalker	{
	float: left;
	width: 270px;
	/** height: 310px; **/
	font-family: georgia, serif;
	font-size: 11px;
	}

DIV.shelftalker-inner	{padding: 0 10px;}

DIV.shelftalker-inner P	{margin: 0;}

.field-field-shelf-talker-reviewer	{
	margin-top: 10px;
	font-size: 28px;
	}

DIV.shelftalker .wine	{
	font-size: 21px;
	font-style: italic;
	line-height: 30px;
	}

.field-field-shelf-talker-description	{
	float: left;
	width: 140px;
	margin: 0 0 5px 5px;
	font-size: 11px;
	font-style: italic;
	}

.field-field-shelf-talker-rating	{
	float: left;
	width: 86px;
	margin: 0 0 5px 10px;
	font-size: 65px;
	text-align: center;
	}

.upperBar	{border-top: 40px solid #f1f1f2;}


.field-field-shelf-talker-rating-source	{
	font-size: 11px;
	font-style: italic;
	}

.node-type-shelf-talker #content .content	{margin: 0 10px;}

.field-field-shelf-talker-rating .points	{
	font-size: 10px;
	text-align: center;
	}


TABLE.views-view-grid {width: 100%;}


.oleLogo	{
	clear: left;
	margin: 4px 0 0 0;
	border-top: 1px solid #ddd;
	text-align: center;
	}

.printBtn	{
	text-align: right; 
	margin-right: 120px;
}


.field-field-upload-files	{margin-bottom: 3em;}

.field-field-upload-files DIV.filefield-file	{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	}


/** Simpleviewer Gallery **/

.node-type-imgage-gallery #main {background: #222;}




/** DISTRIBUTOR **/

BODY.page-distributors #page	{
	background: #333;
	color: #bababa;
	}

.field-field-city, .field-field-state, .field-field-zip {
	display: inline;
	float: left;
	margin-right: 10px;
	}

.field-field-telephone {clear: left;}

.view-Distributors-category-listing TABLE.views-table	{width: 98%;}


#ListIMG{
	border:0px;
	margin:0px;
	width:100%
		}
#ListIMG tr{
	border:0px;
	}
	
#ListIMG td{
	border:0px;
	font-size:11px;
padding-top:10px;
}
#ListIMG img{
	border: solid 2px #272727;
	margin:2px;

}
.BGgrey{
	background:#333;}
.TitGR{
color:#FFFFFF;
font-size:12px;}
#TitNOv{
	display:none;}
	
	

#menu{
	width:600px;
	height:32px;
	margin:0px;
	padding:0px 0px 0px 30px;
	border:0px;
	z-index:10;
	display:block;
	}	
	

.menu2{
	float:left;
		padding:2px 10px 0px 7px ;}	

	

	
	
	
#nav { list-style:none; width:650px; margin:0px; padding:0px 0px 0px 0px; border:0px; }
#nav  li a:link{ padding-bottom:0px; margin-bottom:0px; border-bottom:0px;}
#nav  li a:active{ padding-bottom:0px; margin-bottom:0px; border-bottom:0px;}
#nav li a:hover {  }description
/* Submenu */
#nav ul.submenu { border:0px solid #000000; padding:0px 0px 0px 0px; position:absolute; list-style:none; z-index:20;}
#nav ul.submenu li { float:none; background-image:none; border-bottom:0px solid #999999; height:20px; background-color:#a44747; padding-left:5px;}
/* Subsubmenu */
#nav ul.subsubmenu { border:1px solid #000000; padding:5px; position:absolute; list-style:none; background-color:#333333; margin-left:150px; margin-top:-30px;}
#nav ul.subsubmenu li { float:none; background-image:none; border-bottom:1px solid #999999; min-width:200px;}

#CataLog{
	width:400px;
	float:right;
	text-align:right;
	margin: 0px 0px 10px 10px;
	list-style:none;
	padding:0px;
	}
	
#CataLog li{ float:right; margin-right:20px}	



	
.BarrLeftContExtra{
	text-align:left;
	font-size:10px ;
	width:150px !important;
	
	font-family:Verdana, Geneva, sans-serif;
	color:#555555;
	font-weight:bold

	}	
	
	
.MapImg, .MapImg a:link, .MapImg a.hover, MapImg a:visited{
	border: solid  #CCC 1px;}	
	
.TitBde{
		color: #555555;
		font-size:15px;

	}	
	
	
.Lcont{
	border-bottom:1px dotted #ccc;
	width:140px !important;
	margin-bottom:20px !important;
	margin-top:10px;
	}	
	
.Lcont2{
	border-bottom:1px dotted #ccc;
	width:230px !important;
	margin-bottom:5px !important;
	margin-top:5px;
	}	
		
.ComPt1{
	width:350px;
	float:right;
	border: 1px solid #333;
	background:#CCC;
	padding:3px;
	font-size:11px;
	}	
	
.ComPBt1	{
	float:right;
	border: 1px solid #333;
	background:#CCC;
	padding:3px;
	font-size:11px;
	}	
	
#Formcn{
	margin-top:0px !important;
	padding-top:0px !important;
	border-top: 2px solid#333;
	
	}	
	
#HomeIMG{
	width:959px;
	height:675px;
	}	
	
#PrevNext{
	margin-left:60px;
	width:100px;
	}	
	
.mensep{
	color:#7e2e2e !important;
	margin-right:8px !important;
	margin-top:2px !important;
}
	
#BuscaTabT{
	background:url(../img/bgbuscar.jpg) no-repeat;
	margin-top:5px !important;
	margin-bottom:4px !important;
	}	
	
#edit-search-block-form-1{
	font-size:10px !important;
	height:12px !important;
	background:#ffb763;
	border:0px;
	width:62px;
	padding-left:3px;
	color:#77553c;
	}	
	
.btbuscar{
	background:url(../img/btbuscar.jpg) no-repeat;
	width:15px;
	height:20px;
	border:0px;
	cursor:pointer;
	margin-right:5px;
	
	}	
