form {
    width:500px;
    margin:16px;
}
fieldset {
    border-color: #AEB4B8;
    border-style: dotted none none;
    border-width: 1px 0 0;
}
label {
    margin:0;
    display:inline;
}
ul {
    list-style: none;
}
li {
    margin:0 0 16px;
}
input {
    background-color: #DFE1E3;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    color: #0099CC;
    padding: 7px 10px;
}
.radio{
    background-color:transparent !important;
}
button {
    background-color: #DFE1E3;
    border: 0 none;
    border-radius: 8px;
    color: #0099CC;
    font-weight: bold;
    margin: 0 8px 20px ;
    padding: 7px 10px;
    float:right;
    display:block;
}
button:hover, .link_btn:hover {
    background-color: #0099CC;
    color: #FFFFFF;
    text-decoration:none;
}
.link_btn {
    font-family: "AvenirLTStd65Medium",Helvetica,Arial,sans-serif;
    font-size:14px;
    background-color: #DFE1E3;
    border: 0 none;
    border-radius: 8px;
    color: #0099CC;
    font-weight: bold;
    margin: 0 4px 4px ;
    padding: 7px 10px;
    display: inline-block;
}
.link_btn a {
    text-decoration:none;
}
.fileinputs {
    position: relative;
}
.uploadfile {
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 1;
    background-image:url(../images/browse_btn.jpg);
    background-position:right;
    background-repeat:no-repeat;
    margin: 0 0 0 1px;
    width:219px;
}
#file {
    position: relative;
    -moz-opacity:0 ;
    /* filter:alpha(opacity: 0); */
    opacity: 0;
    z-index: 2;
    margin:2px;
}
#file_input {
    width:140px;
}
.error {
    color:red;
}
small {
    color:#aaaaaa;
    font-style:italic;
}