
/* overwriting bootstrap */

a {
   color: #D7031C;
}

a:hover, a:focus {
    color: #BB0202;
}

/* Form-Fields */
fieldset {
    border: 1px dotted #bbb;
    
/*    -moz-border-radius-bottomright: 8px;
   -webkit-border-bottom-right-radius: 8px;
   border-bottom-right-radius: 8px;
   -moz-border-radius-bottomleft: 8px;
   -webkit-border-bottom-left-radius: 8px;
   border-bottom-left-radius: 8px;*/
   
/*   border-bottom: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   border-left: 1px solid #DDDDDD;*/
   
   background: #F9F9F9;
   
   
   position: relative;
    
   margin: 0;
   padding-left: 16px;
    
    /*width: 345px;*/
}

input, textarea, .uneditable-input {
    /*width: 277px;*/
}

select {
    /*width: 277px;*/
}

.hero-unit{
   -moz-border-radius-bottomright: 8px;
   -webkit-border-bottom-right-radius: 8px;
   border-bottom-right-radius: 8px;
   -moz-border-radius-bottomleft: 8px;
   -webkit-border-bottom-left-radius: 8px;
   border-bottom-left-radius: 8px;
   
   border-bottom: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   border-left: 1px solid #DDDDDD;
   
   background: rgb(240, 240, 240);
   background: -moz-linear-gradient(49deg, rgb(240, 240, 240) 30%, rgb(235, 235, 235) 70%);
   background: -webkit-linear-gradient(49deg, rgb(240, 240, 240) 30%, rgb(235, 235, 235) 70%);
   background: -o-linear-gradient(49deg, rgb(240, 240, 240) 30%, rgb(235, 235, 235) 70%);
   background: -ms-linear-gradient(49deg, rgb(240, 240, 240) 30%, rgb(235, 235, 235) 70%);
   background: linear-gradient(139deg, rgb(240, 240, 240) 30%, rgb(235, 235, 235) 70%);
   
   
   position: relative;
}

.navbar-inner {
   
   background: rgb(215, 3, 28);
   background: -moz-linear-gradient(90deg, rgb(215, 3, 28) 63%, rgb(226, 0, 26) 80%) !important;
   background: -webkit-linear-gradient(90deg, rgb(215, 3, 28) 63%, rgb(226, 0, 26) 80%) !important;
   background: -o-linear-gradient(90deg, rgb(215, 3, 28) 63%, rgb(226, 0, 26) 80%) !important;
   background: -ms-linear-gradient(90deg, rgb(215, 3, 28) 63%, rgb(226, 0, 26) 80%) !important;
   background: linear-gradient(180deg, rgb(215, 3, 28) 63%, rgb(226, 0, 26) 80%) !important;
   
   border-color: #555;
   border-width: 0 0 2px !important;
   
   filter: none;
}

legend {
   /*width: 205px;*/
}

textarea {
   height: 60px;
}




