body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, Helvetica, "sans serif";
  background-color: white; }

p {
  font-size: 0.83em; }

a {
  color: #7d7d7d; }

h1, h2, h3, h4, img, input, label, p, #form_wrapper, a, ul, li, canvas, table, tr, td {
  z-index: 10;
  position: relative; }

.grid_left {
  width: 400px; }

.grid_right {
  width: 554px; }

.column.grid_left, .column.grid_right {
  margin-top: 15px; }

.grid_1 {
  width: 60px; }

.grid_2 {
  width: 140px; }

.grid_2_5 {
  width: 150px;
  padding-top: 15px;
  text-align: center; }

.grid_3 {
  width: 220px;
  position: relative; }

.grid_4 {
  width: 300px; }

.grid_5 {
  width: 380px; }

.grid_6 {
  width: 460px; }

.grid_7 {
  width: 540px; }

.grid_8 {
  width: 620px; }

.grid_9 {
  width: 700px; }

.grid_10 {
  width: 780px; }

.grid_11 {
  width: 860px; }

.grid_12 {
  width: 940px; }

.column {
  margin: 0;
  overflow: hidden;
  float: left;
  display: inline; }

.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }
  .row .row {
    margin: 0;
    width: auto;
    display: inline-block; }

#container {
  height: 100%; }

#header {
  width: 100%;
  height: 50px;
  padding-top: 83px;
  background: transparent url('/sxsw2010/images/header.png') top center repeat-x; }
  #header h1 {
    width: 164px;
    height: 30px;
    background: transparent url('/sxsw2010/images/logo.png') bottom center no-repeat; }

#social-media-buttons {
  float: right;
  margin: 0; }
  #social-media-buttons a.facebook {
    width: 36px;
    height: 36px;
    background: transparent url('/sxsw2010/images/sprites.png') 0 0 no-repeat;
    display: block;
    float: left; }
    #social-media-buttons a.facebook:hover {
      background-position: 0 -43px; }
  #social-media-buttons a.twitter {
    width: 36px;
    height: 36px;
    background: transparent url('/sxsw2010/images/sprites.png') 0 -86px no-repeat;
    display: block;
    float: left; }
    #social-media-buttons a.twitter:hover {
      background-position: 0 -129px; }

h2 {
  color: #E31837;
  font-size: 1.563em;
  margin-top: 0; }

h2, h3, h4 {
  font-family: Georgia, Times, Times New Roman, serif; }

h2, h4 {
  font-weight: normal; }

.grid_left h3 {
  font-size: 0.875em; }

.grid_right h3 {
  font-size: 1.125em; }

.grid_left {
  color: #666666; }

.grid_right {
  color: #636363; }

#map_canvas {
	width:400px; 
	height:300px;
	z-index: 10;
}
	#map_canvas img {
		z-index: 10;
	}

#form_wrapper {
  width: 445px;
  padding: 25px;
  margin-top: -20px;
  margin-left: 20px;
  position: relative; }
  #form_wrapper .form_top {
    width: 495px;
    height: 12px;
    background: transparent url('/sxsw2010/images/form_top.png') 0 0 no-repeat;
    display: block; }
  #form_wrapper .form_body {
    width: 465px;
    padding: 15px 15px 0 15px;
    background: transparent url('/sxsw2010/images/form_body_bg.png') 0 0 repeat-y; }
  #form_wrapper .form_drink_bg {
    width: 495px;
    height: 171px;
    position: absolute;
    top: 250px;
    background: transparent url('/sxsw2010/images/form_body_bg-2.png') 0 0 no-repeat; }
  #form_wrapper .form_bot {
    width: 495px;
    height: 19px;
    background: transparent url('/sxsw2010/images/form_bottom.png') 0 0 no-repeat;
    bottom: 10px; }
  #form_wrapper h3 {
    margin: 0 0 0 5px;
    padding: 0; }
  #form_wrapper h4, #form_wrapper h5 {
    margin: 10px 0 0 5px; }
  #form_wrapper label {
    font-size: 0.83em;
    font-style: italic; }
  #form_wrapper label.overlay {
    position: absolute;
    top: 18px;
    left: 25px;
    z-index: 100;
    font-style: normal;
    cursor: text; }
  #form_wrapper input[type="text"] {
    width: 190px;
    border: 1px solid #bdbdbd;
    font-size: 0.9em;
    padding: 2px 3px;
    margin: 15px 0 0 20px;
    color: #636363; }
  #form_wrapper input.submit {
    width: 91px;
    height: 42px;
    background: transparent url('/sxsw2010/images/submit_btn.png') 0 0 no-repeat;
    color: transparent;
		text-indent: -9999px;
		text-transform: capitalize;
    border: 0;
    float: right;
    margin-top: 15px;
    margin-right: 10px; }
  #form_wrapper .errors {
    margin: 10px 10px 10px 0;
    border: 1px solid #cccccc;
    background-color: #fdfdfd; }
    #form_wrapper .errors h5, #form_wrapper .errors ul {
      color: #E31837; }
    #form_wrapper .errors ul li {
      font-size: 0.83em; }

.clear {
  clear: both; }

#footer {
  height: 261px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: transparent url('/sxsw2010/images/footer_bg.png') center bottom repeat-x;
  z-index: -1; }
