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

.quickform {min-width: 500px}
.quickform h2 {
	padding:8px 11px;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 0 #000;
	text-transform:uppercase;
	background:#383838;
}

.quickform .qform_container {
	margin:10px 10px 20px;
}

.quickform .form_container {
	padding:10px 15px;
	border:1px solid #ccc;
	background:#eee;
}

.quickform .form_container .text {
	padding-bottom:10px;
}

.quickform .text label {
	display:inline-block;
	padding:6px 15px;
	width:170px;
	font-size:12px;
	text-align:left;
}

.quickform .text input {
	padding:0 5px;
	height:22px;
	width:360px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
}

.quickform .text textarea {
	vertical-align: top;
	width: 370px;
}

.quickform .submit {
	margin-top:20px;
	padding-bottom:0;
	text-align:center;
}
.quickform h2 {
    margin: 0;
}
.quickform .form_container .text {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.quickform .text label {
    display: inline-block;
    padding: 0 13px 9px;
    text-align: left;
    vertical-align: middle;
    width: 150px;
}
.quickform .text input {
    display: inline-block;
    padding: 0 5px;
    width: 170px;
}
.quickform .text textarea {
    display: inline-block;
    margin-left: 2px;
    vertical-align: top;
    width: 270px;
}