
.quickform {
    height: 100%;
    overflow-y: auto;
}
.quickform h2 {
	padding:15px 11px 15px 26px;
	font-size:20px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	background:#185b9f ;
	margin: 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.quickform .qform_container {
	margin:10px 5px 20px;
	

}

.quickform .form_container {
	padding:10px 5px 0;
}

.quickform .form_container .text {
	margin: 0;
}

.quickform .text label {
    color: #333333;
    cursor: default;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
}

.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: 28px;
    margin: 0 0 5px;
    outline: medium none;
    padding: 3px;
    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: 28px;
    margin: 0 0 12px;
    outline: medium none;
    padding: 3px;
    transition: all 0.15s linear 0s;
    width: 100%;
}

.quickform .text textarea#comment {
	height: 50px;
}

.quickform .submit {
	margin: 0 15px;
	padding-bottom:0;
	text-align:right;

}

.quickform #submitOrder {
    background: rgb(65, 72, 80);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(65, 72, 80, 1)), color-stop(21%, rgba(59, 65, 72, 1)), color-stop(81%, rgba(32, 33, 36, 1)), color-stop(100%, rgba(26, 27, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(65, 72, 80, 1) 0%, rgba(59, 65, 72, 1) 21%, rgba(32, 33, 36, 1) 81%, rgba(26, 27, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414850', endColorstr='#1a1b1d', GradientType=0);
    padding: 10px 0;
    border-radius: 10px;
    border: none;
    width: 100%;
    color: #fff;
    font: 13pt RobotoLight;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.myrequired {
    float: left;
    line-height: 14px;
    padding: 6px 0 0 10px;
    text-align: left;
    text-indent: -10px;
	margin-bottom: 10px;
}

.qform_container div.error {
	background: #FDE4E1;
	margin: 15px;
	padding: 15px 20px;
	
}

.qform_container .success {
	margin: 20px;
}