body {
    font-family: 'Arial';
    font-size: 12px;
    margin: 0;
    color:#666;
    background:#4F4F4F;
}
form {
    padding: 20px;
}
fieldset {
    border-color: #35498F;
    padding: 30px;
    border-radius: 5px;
}
#loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    text-align: center;
}
.loading {
    width: 50px;
    height: 50px;
    margin-top: 300px;
}
#saver {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.01;
    filter: alpha(opacity=1); /* For IE8 and earlier */
    text-align: center;
}
.saving {
    width: 20px;
    height: 20px;
    margin-top: 300px;
}
.header {
    width: 960px;
    border: 1px solid #cccccc;
    background:#f9f9f9;
    height:150px;
    border-radius:5px;
    position:fixed;
    z-index:100;
}
.header img{
    margin-left:30px;
}
.content{width: 100%;
         border: 1px solid #cccccc;
         background:#f9f9f9;
         border-radius:5px;
         position:relative;
         top:150px;
}
.button {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    border: 2px solid #777777;
    font-weight: bold;
    background: #283363;
    padding: 5px 10px 5px 10px;
    color: white;
    border-radius: 10px;
}
.button:hover {border: 2px solid #777777;
               color: #283363;
               background:white;
               cursor:pointer
}
.stepy-step .error, .error {
    color: #ff0000;
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
}
.success {
    padding: 30px;
    width: 400px;
    margin: 0 auto;
}
.success-text {
    font-size: 14px;
    text-align: justify;
}
.row-1 {
    background-color: #f9f9f9;
}
.row-2 {
    background-color: #efefef;
}
.row-3 {
    background-color: #f9f9f9;
}
.container{width:960px;
           margin:0px auto;
}
.footer{height:100px;
        width:100%;
        border: 1px solid #cccccc;
        background:#f9f9f9;
        border-radius:5px;
        position:relative;
        top:150px;
}
.footer p{text-align:right;
          margin-right:30px;
          margin-top:30px;
          color:#B3B3B3;
}
.footer p a{text-decoration:none;
            color:#B3B3B3;
}
.footer p a:hover{text-decoration:none;
                  color:#35498F;
}
#title	{text-align:center;
}
p.paragraf{
    line-height:2em;
    text-align:justify;
}
#background{background:#fff url('logo-background.png') no-repeat center;
}
#bb{color: rgb(64,97,140);
    font-style: oblique;
}
#amanatAddress{width:500px;overflow:hidden;text-overflow:ellipsis;}
.ajax-file-upload {
    font-weight: bold;
    background: #283363;
    padding: 5px 10px 5px 10px;
    color: white;
    border-radius: 10px;
    width: 40px;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}