/* General positioning */
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow: hidden;
  font-family: helvetica, arial, verdana, sans;
}
body {
}
#site {
  background: url(../graphics/site_bg3.png) 0px 0px no-repeat;  
}
#intro {
	width: 315px;
	height: 175px;
	position: absolute;
	top: 50px;
	left: 60px;
}
#intro p {
	color: #fff;
}
#popup {
  background: url(../graphics/site_bg3.png) -1025px 0px no-repeat !important; 
}
a img {
  border: 0px;
}
#background {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1000;
}
#logo {
  position: absolute;
  width: 202px;
  height: 63px;
  top: -35px;
  left: -40px;
  background: url(../graphics/site_bg3.png) -1280px -462px no-repeat;  
}
#buzzer {
  position: absolute;
  width: 81px;
  height: 24px;
  bottom: 30px;
  left: 80px;
  ackground: url(../graphics/layout.png) -613px -53px no-repeat;  
}
#content {
  position: absolute;
  width: 520px;
  height: 405px;
  top: 90px;
  left: 430px;
  padding: 0px 10px;
}
#beans {
  position: absolute;
  width: 255px;
  height: 164px;
  bottom: -30px;
  right: -50px;
  background: url(../graphics/site_bg3.png) -1025px -400px no-repeat;
}
#bottom_menu {
  position: absolute;
  width: 220px;
  height: 30px;
  ottom: -16px;
  eft: 100px;
  top: -30px;
  right: -40px; 
}
#bottom_menu ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#bottom_menu li {
  float: left;
  margin-right: 20px;
  list-style: none;
  font-size: 12px;
}
#bottom_menu a {
  color: #772022;
  font-weight: bold;
}
#mask {
  background: url(../graphics/mask.png);
}
#close_popup {
  background: url(../graphics/site_bg3.png) -1280px -524px no-repeat;
  width: 38px;
  height: 38px;
  cursor: pointer;
  cursor: hand;
  top: -10px !important;
  right: -10px !important;
}
#inner_popup {
  width: 535px;
  height: 320px;
  margin: 30px;
}
#intro h1 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  line-height: 1.4em;
}
h1 {
  color: #772022;
}
h2 {
  color: #772022;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.3em;
  margin-left: -20px;
  width: 600px;
}
p {
  color: #772022;
  font-size: 14px;
  line-height: 1.2em;
}
input.text {
  width: 194px;  
  border: none;
  margin: 0px;
  background: url(../graphics/site_bg3.png) -1280px -400px no-repeat;
  color: #772022;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  /* Any decent browser */
  padding-top: 0px;
  height: 30px;
  /* IE7 */
  //padding-top: 8px;
  //height: 22px;  
  /* IE8 */
  padding-top: 8px\0/;
  height: 22px\0/;   
}
input.text.medium {
	width: 121px;
	background: url(../graphics/site_bg3.png) -1280px -430px no-repeat;
}
input.text.small {
    margin-left: 5px;
	width: 45px;
	background: url(../graphics/site_bg3.png) -1494px -400px no-repeat;
}
label {
    padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
}
input.send {
  width: 112px;
  height: 44px;
  border: none;
  margin: 0px;
  background: url(../graphics/site_bg3.png) -1494px -431px no-repeat;
  float: right;
  cursor: pointer;
  cursor: hand;
}
#intro a {
  color: #fff;
}
a {
  color: #772022;
}
