fieldset{
    padding:10px;
    width: 300px;
    margin:0 auto;
    margin-top:10px;
    background-color: #FFF;
    font-family:sans-serif;
    font-size:12px;

     -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3+, Chrome */
          border-radius: 12px; /* Opera 10.5, IE 9 */

}
legend{
    border: green solid 1px;
    padding:4px;

     -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */

}
dt{
    padding:2px;
}
dd{
    padding:2px;
}
dd p{
    color:red;
    font-family:verdana;
    font-size:10px;
}
input{
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #CFCFCF;
    font-family:Verdana,Tahoma,sans-serif;
    font-size:13px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:100%;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
    padding:9px;
     -moz-border-radius: 4px; /* FF1+ */
  -webkit-border-radius: 4px; /* Saf3+, Chrome */
          border-radius: 4px; /* Opera 10.5, IE 9 */
}

input:focus{
    border-color:#985800;
}

input:hover{
    border-color: #828177;
}
