#quickorder {width: 155px; margin-right: 50px;}
.quickform {width:380px; padding:2px 8px; min-width: 380px; margin: 5px 0px; color: #333;}
.quickform .modal-top {
    text-align: center; 
    background-color: #f6f6f6;
    border-top: 2px solid #333;
    border-bottom: 1px solid #f6f6f6;
}    
.quickform h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0;
}
.quickform fieldset {border: none;}
.quickform .form_container {
	padding:5px 15px;
}
.quickform .form_container .text {
	padding-bottom:0;
}
.quickform p {padding: 6px 0;clear: right;}
.quickform p.text {text-align: left;}
.quickform label {float:left; width:auto; margin-top: 5px; color: #333333;}
.quickform .form_container input, 
.quickform .form_container textarea {
	float: right; 
	font-size:12px;
}
.quickform .form_container input:focus, .quickform .form_container textarea:focus {outline: none; }
.quickform .error {
	text-align: left;
	color: #ff0000;
	padding: 5px 15px;
}
.quickform .error li {
	padding-left: 5px;
}
.quickform .success {
	color: #819934;
	font-size: 14px;
	padding: 5px 15px;
}
.quickform .required sup {color:red;}
.quickform .submit {
    background-color: #f6f6f6;
    border-bottom: 1px solid #333;
    margin: 10px 0 0;
    padding: 10px 15px;
}