.welcome-container, .container{
  border:4px solid #333;
  background:#fff;
  margin-top:1em;
  margin-bottom:1em;
}


.inner{
  padding:1em;
}

input.short{
	width:50px !important;
}

table.reg_status td, table.reg_status th{
  border-bottom:1px solid #eee;
}

table.reg_status th{
  vertical-align:top;
}

.error h2{
  font-size:1.2em;
}
hr.hidden{
  background:#FFF;
}

fieldset.new_reg label.checkbox{
  padding-top:2px;
}

fieldset.new_reg label{
  width:140px;
  padding-top:9px;
  display:block;
  float:left;
  text-align:right;
  padding-right:8px;
}

fieldset.new_reg label.nowidth{
  width:100px;
  padding-left:1em;
}

fieldset.new_reg h3{
  margin-bottom:.5em;
  font-size:1.4em;
}

input.text{
  width:250px;
}

div.fieldWithErrors label{
  color:#8A1F11;
}

textarea{
  width:250px;
  height:200px;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size:1em;
}

p.submit{
  padding-top:12px;
  padding-left:138px;
}

p.help{
  padding-top:2px;
  padding-left:148px;
  font-size:.8em;
}

p.checkbox{
  padding-top:12px;
  padding-left:108px;
}

select{
  padding:0px 0px 0px 5px;
  font-size:1.2em;
  float:left;
}

input[type=checkbox]{
  padding:5px;
}

fieldset p, .error p{
  margin-bottom:0px;
}

div.copyright {
  text-align:center;
}

th.status, td.status{
  text-align:center;
}

th.right, td.right{
  text-align:right;
}

td.pending{
  text-align:center;
  background-color:#FFF6BF;
  color:#514721;
}

td.accepted{
  text-align:center;
  background-color:#ffc5a8;
  color:#333;
}

td.completed{
  text-align:center;
  background:#E6EFC2;
  color:#264409;
}

td.denied{
  text-align:center;
  background:#FBE3E4;
  color:#8a1f11;
}

table.reg_list td{
  border-bottom:1px solid #ddd;
}

ul.admin_menu{
  list-style:none;
  margin:0 0 1.45em 0;
  float:left;
}

ul.right{
  float:right;
}

ul.admin_menu li{
  list-style:none;
  float:left;
  border-right:1px solid #ddd;
}

ul.admin_menu li.last{
  border-right:none;
  
}

ul.admin_menu li a{
  float:left;
  display:block;
  font-size:1.2em;
  text-decoration:none;
  padding:0 10px;
  color:#222;
}

ul.right li a{
  display:inline;
  float:none;
  font-size:1em;
  padding:5px 5px;
}

p.no_content{
  font-weight:normal;
  padding:1em;
  text-align:center;
}

p.accept_deny{
  width:300px;
  margin:0 auto;
}

a.accept, a.deny{
  vertical-align:middle;
  font-weight:bold;
  text-decoration:none;
  display:block;
  float:left;
  margin:0px 10px;
  width:100px;
  height:25px;
}

div#booths input{
  width:100px;
  margin-right:10px;
  float:left;
}

div#booths select{
  float:left;
  margin-right:10px;
}

div#booths span{
  display:block;
  float:left;
  padding:9px 5px 0px 0px;
}

div#booths{
  margin-left:148px;
}

textarea.accept_deny{
  width:400px;
  height:50px;
}

a.remove_booth{
  text-decoration:none;
  display:block;
  float:left;
  text-indent:-9999px;
  height:28px;
  background:url('../images/trash.png') no-repeat 9px 11px;
  width:24px;
}

a.add_booth_link{
  margin-left:148px;
}

tr.bottom td{
  font-weight:bold;
  border-bottom:none;
}

.success hr{
  background:#E6EFC2;
}

.error hr{
  background:#FBE3E4;
}

td.photo img{
  border:1px solid #333;
}

div.home_buttons{
  padding:0px 20px;
}

div.home_buttons p{
  float:left;
  width:50%;
  text-align:center;
}

fieldset#why_full_product_detail a{
  float:right;
  text-decoration:none;
}

fieldset#why_full_product_detail p{
  clear:both;
}

div.check_box{
  padding-top:12px;
}

div.check_box div{
  float:left;
}