@import url("style.css");

.subscription {
    clear:both;
    font-family:Verdana;
    font-size:12px;
    width: 450px;
}

.subscription label {
    clear:both;
    display:block;
    float:left;
    width:100px;
    height:20px;
    margin-bottom:10px;
    line-height:20px;
}

#sname, #ssurname, #semail {
    display:block;
    float:left;
    width: 250px;
    margin-bottom:10px;
    border: 1px solid #7F9DB9;
    padding: 2px 2px 0px 2px;
    height:19px;
}

#semail {
    margin-bottom:20px;
}

#ssubmit {
    display:block;
    clear:both;
}

label.require {
  background:url(/images/require.gif) no-repeat 76px 0px;
}

.message, .warning {
  color: green;
  clear: both;
  font-size: 12px;
  font-family: Verdana;
  margin-bottom: 20px;
}

.warning {
  color: #FF0000;
}

