#propform{
    border:solid 2px #FFF;
    background-color: #FFF;
    background-image:url(images/framework/searchformbg.jpg);
    background-repeat:repeat-x;
    background-position:bottom left;
    padding:5px;
    position:relative;
}
#propform div{
    margin-bottom:5px;
}
#propform ul{
    list-style-type:none;
    padding:0;
    margin:0;
    width:400px;
    height:30px;
}
#propform ul li{
    float:left;
    width:111px;
}
#propform ul li.last{
    width:115px;
}

#propform ul li label{
    width:90px;
    display:inline;
}
.optgroup{
    display:block;
    border-top:dashed 1px #999;
    padding-top:5px;
    margin-top:8px;
}
#emailaddress{
    width:200px;
}
#sarea {
    display:block;
}
#sarea span {
    position:absolute;
    bottom:10px;
    right:10px;
}
#userdet label {
  width:150px;

  float:left;
}
#userdet input[type=text] {
  width:200px;
  margin-bottom:5px;
}
input.long {
  width:200px;
  margin-bottom:5px;
}
#unsubscribe {
  margin-top: 15px;
}
span.amos {
  color:#6BAE00;
  font-weight:bold;
}



