
#quickorder {clear: both;float: left;margin: 5px 0 3px;text-align: left;}
#quickorder span{
    background: url("../blockcart/img/icon/pict_add_cart.png") no-repeat scroll 0 0 transparent;
	display: none;
    height: 26px;
    left: -12px;
    position: absolute;
    top: -1px;
    width: 26px;

}

#order-opc .box{
    border: none !important;
    margin: 0 !important;
}
.quickform { height: 100%; overflow-y: auto;
    overflow-x: hidden;}
.quickform h2 {
}

.quickform .box {
    margin: 0;
    border: none;
}
.quickform .qform_container {}
.quickform .form_container {}
.quickform .form_container .text {}
.quickform input.button {
    color: white;
    font-family: "sf_ui_displaymedium";
    font-size: 18px;
    height: 40px;
    width: 265px;
    margin-right: -20px;
    background: #cd1417;
    text-align: center;
    border-radius: 5px 0 0 5px;
    float: right;
}
.quickform input:not(.button) {
    width: 100%;
    outline: none;
    height: 40px;
    border: 1px solid rgba(38, 20, 10, 0.58);
    color: #26140a;
    font-family: "sf_ui_displaylight";
    font-size: 16px;
    padding: 0 20px;
}
.quickform .description {
    color: #26140a;
    font-family: "sf_ui_displaylight";
    font-size: 16px;
    margin-bottom: 25px;
}

.quickform .text label {
    color: #333333;
    cursor: default;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
}

.quickform .text input {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 32px;
    margin: 0 0 10px;
    outline: medium none;
    padding: 6px;
    transition: all 0.15s linear 0s;
    width: 100%;
}

.quickform .text textarea {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 32px;
    margin: 0 0 12px;
    outline: medium none;
    padding: 6px;
    transition: all 0.15s linear 0s;
    width: 100%;
}

.quickform .text textarea#comment {
	height: 80px;
}

.quickform .submit {
	margin: 25px 0 0;
	padding-bottom:0;
}

.quickform #submitOrder {

	/*border: 0;*/
	/*border-radius: 5px;*/
}

.myrequired {
    float: left;
    line-height: 14px;
    padding: 6px 0 0 10px;
    text-align: left;
    text-indent: -10px;
	width: 125px;
	margin-bottom: 10px;
}

.qform_container div.error {
	background: #FDE4E1;
	margin: 15px;
	padding: 15px 20px;
	
}

.qform_container .success {
	margin: 20px;
}