.widget{
  position: relative;
  -moz-border-radius: 4px;
  border: solid 2px #444444;
  overflow: hidden;
  width: 230px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  background-color: #FFFFFF;
  display: block;
}


.widget #text p{
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

.widget p.error{
  color: #FF9494;
}

.widget #form p.error{
  font-size: 0.6em;
  font-weight: bold;
}

.widget #head{
  width: 230px;
  height: 55px;
  background-image: url('/images/widget/wghead.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}

.widget #bottom{
  width: 202px;
  height: 40px;
  background-image: url('/images/widget/wgbottom.png');
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: auto;
  margin-right: auto;
}

.widget #bottom a{
  font-size: 0.8em;
  display: block;
  color: #999999;
}

.widget #bottom a:hover{
  font-size: 0.8em;
  display: block;
  color: #444444;
}

.widget #submit{
  background-image: url('/images/widget/wgbuttonHover.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 33px;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  margin-top: 5px;
}


.widget #submit:hover{
  background-image: url('/images/widget/wgbutton.png');
  background-repeat: no-repeat;
}

.widget h1{

}

.widget ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 202px;
  margin-left: auto;
  margin-right: auto;
}

.widget li{
  margin-bottom: 5px;
}

.widget li label{
  text-align: left;
  width: 100%;
  color: #ABABAB;
  font-weight: bold;
  margin-bottom: 2.5px;
}

.widget li input{
  width: 100%;
  height: 24px;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
}

.widget li input .error{
  border: solid 2px #FF9494;
}

.widget li select{
  width: 100%;
  height: 24px;
  font-size: 0.6em;
  margin: 0px;
  padding: 0px;
}

.widget h1{
  text-align: center;
}
