html {
  height: 100%;}

body {
  height: 100%;
  font-family: "Helvetica Neue", "Lucida Grande", "Arial";
  font-size: 13px;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  margin: 0px ;
  padding: 0px;}

h1 {
  margin: 30px 0 20px 0;
  font-size: 55px;
  color: #EE8833;}

h2 {
  margin: 0 0 25px 0;
  font-size: 25px;
  color: #000;}

h1 {
  font-size: 55px;}

h2 {
  margin-top: 15px;}

#wrapper {
  position: relative;
  margin: 100px auto;
  width: 500px;
  text-align: left  ;}

#content {
  position: relative;
  margin: 100px auto;
  width: 100%;
  text-align: center;}

.form  {
  border: : 1px solid #666699 ;
  padding: 50px; ;}

input.inputButtonMain {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 4px 10px;
  border: solid 1px #999;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
  color: #333;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-shadow: 0px 1px 1px #fff;
  line-height: 1;}

input.inputButtonMain:hover {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#E6E4E4));}

input.inputButtonMain:active {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#c7c7c7));}

input[name=name] {
  width: 50px;}

.panel {
  float: left;
  width: 100%;
  text-align: right;
  padding-top: 0px;}

.messages {
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 2px 2px 5px #eee;
  -moz-box-shadow: 2px 2px 5px #eee;}
.messages li {
  padding: 5px 10px;
  list-style: none;}

.result {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  text-align: center;
  background-image: url(../images/opbg.png);
  color: #FFFFFF;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;}

.horizon         {
  color: white;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block;}

.content     {
  margin-left: -250px;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 500px;
  height: 70px;
  visibility: visible;}

.iw_deal_content {
  font-family: Arial,sans-serif;
  font-size: small;}
.iw_deal_content .name {
  font-weight: bold;
  font-size: medium;
  margin-bottom: 0em;}

.iw_user_content {
  font-family: Arial,sans-serif;
  font-size: small;}
.iw_user_content .name {
  font-weight: bold;
  font-size: medium;
  margin-bottom: 0em;}
