button.boc_order_category_btn {
	border: none;
	border-top: 1px solid #ddd;
	line-height: 2;
	font-weight: bold;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}							
#boc_order .modal-header {
    padding: 25px;
    background-repeat: repeat-x;
    border-radius: 5px 5px 0 0;	
	border: none;
}
#boc_form .close {
    width: 18px;
    height: 18px;
    background: url(/image/cancel1.svg) no-repeat;
        background-size: auto;
    right: 15px;
    top: 13px;
    position: absolute;
    opacity: 0.3;
    cursor: pointer !important;
    background-size: 18px;
}
#boc_order .modal-header h2 {
	color: #333;
}
#boc_form .close:hover {
    opacity: 0.5;
}
#boc_form .modal-body {
	padding-top: 0px;
}
#boc_order .modal-content {
}
#boc_order h2#boc_order_title {
	font-size: 20px;
text-transform: uppercase;
font-weight: 500;
}
#boc_order h2, #boc_order h3, #boc_order h4, #boc_order .h4, #boc_order h5 {
	margin-top: 0;
    font-weight: bold;
    color: #333;
}
#boc_order .checkbox {
	padding: 0.25em 0.5em;
	border: 1px solid transparent;
}
#boc_order .checkbox label {
	color:#ff9999;
}
#boc_order .checkbox label a {
	color: #ff9999;
	border-bottom: 1px dotted #ff9999;
}
#boc_order .input-group.has-error input, #boc_order .form-group.has-error textarea {
   background: #ff6666;
   color:#fff;
}
#boc_order .checkbox.has-error {
	border: 1px solid #cc0000;
	border-radius: 0.25em;
}
#boc_order .checkbox.has-error label {
	color:#ff9999;
}
#boc_order .modal-footer {
    padding: 0 10px 20px 10px;
    text-align: right;
    border-top: none;
}
#boc_order button {
color: #fff;
background: #98698e;
font-size: 17px;
font-weight: 400;
}
#boc_order button:hover {
    background: #794d70;
}
#boc_order h2 {
	font-size: 22px;
font-weight: 500;
}
#boc_order h3 {
	padding-top: 15px;
margin-top: 15px;
border-top: 1px solid #eee;
}