/*form p {
    width:540px;
    margin:0;
    clear:both;
    min-height:25px;
    border-top:#fff dashed 1px;
    border-bottom:#CCC dashed 1px;
}

#submitbutton {
    background: none;
    border: none;
}

form p label{
    font-size: 13px;
    width:150px;
    display:block;
    float:left;
    padding:2px 6px 4px 6px;
}

form p input {
    font-size: 13px;
    color: #163785;
    width:200px;
    float:left;
}

form p input#submit {
    width:82px;
    height:28px;
    padding-left:395px;
}

form{
    margin:0;
}

form p textarea {
    font-size: 13px;
    color: #163785;
    width:310px;
}*/