﻿body {
    padding-top: 10px;
    padding-bottom: 10px;
    margin:10px;
}








.btn , .btn_nav{ 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    outline:0; 
    padding:5px 10px 5px 10px; 
    background:#537aa6 !important; /*455360*/
    color:#fff  !important;
    text-decoration:none;
    font-size:12px  !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor:pointer;
    margin-bottom:4px;
 } 
.btn:hover{
    background:#1354cc !important;
}

.btn_nav {
    background:#528358 !important; /*455360*/
}
.btn_nav:hover {
    background:#349c3f !important; /*455360*/
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
