.card-block {
    background: #f6f6f6;
    border: 1px solid #d6d4d4;
    position: relative;
    padding: 15px;
}

.card-block .loader {
    background: rgba( 0, 0, 0, .2 ) url('/img/loader.gif') center center no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    z-index: 99;
}

#usefull_link_block li { border-top: solid 1px #f4f5f9; float: none; padding: 5px 0; padding-left: 0; }
#usefull_link_block li:last-of-type { border-bottom: solid 1px #f4f5f9; }
#usefull_link_block li.productrequestinfo a:before {
	content: "\f0e5";
}

.text-left { text-align: left; }

#response { float: right; font-size: 80%; line-height: 32px; }
#response.has-error { color: #d9534f; }
#response.has-success { color: #46a74e; }