.two-col-form-layout {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

.two-col-form-layout label { 
    display: block;  /* block float the labels to left column, set a width */
    float: left; 
    width: 200px; 
    padding: 0; 
    margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: right; 
}

.two-col-form-layout input, .two-col-form-layout textarea {
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin:5px 0 9px 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

i {
    font-size: 13px;
}
.button
{
    background-color: #388bd0;
    border: 2px solid #388bd0;
    color: #fff;
    cursor: pointer;
    margin-left: 221px !important;
    margin-top: 20px !important;
}

.button:hover {
    border: 1px solid #000;
}
