.aorange{
    vertical-align: top;
    background: none;
    font-size: 100%;
    font-weight: bold;
    border: none;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    color: #f00;
    float: none;
}
.form-default label{
    display:block;

    padding: 5px;
    margin: 0px 10px 0px 0px;
}
.form-default input[type="text"],.form-default textarea[type="text"]{
    width: 240px;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-default input[type="text"] {
    height: 34px;
}
.form-default textarea[type="text"]{
    resize: both;
    line-height: 24px;
    width: 240px;
    overflow: auto;
}
.form-default label span{
    width: 120px;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    margin-top:10px;
}
.btn1{
    border: 0px;
    background: #f5a21b;
    color: #fff;
    padding: 5px 25px;
    float: left;
    margin-left: 200px;
    margin-top: 20px;
}
.btn2{
    border: 0px;
    background: #f5a21b;
    color: #fff;
    padding: 5px 25px;
    float: left;
    margin-left: 70px;
    margin-top: 9px;
}