
    #submitButton:focus{
        border-color:black;	 	
    }
    .error{
       color:red;
       font-family: sans-serif;
    }
    .success{
       color:green;
       font-weight: bold;
    }
    .indent{
       margin-left:17px;
    }
    .marginBottomCategories{
       margin-bottom:7px;
    }

    .form-control[readonly]{
       background-color: white;
    }

    .selectPlaceholder {
        color:#999999;
    }	
    .selectPlaceholder option {
        color: #555;
    }
