@charset "utf-8";
/* CSS Document */


.formbdy {
	background: #FFF;
	color: #000;
	padding: 20px 70px;
}
.formbdy h2, .formbdy p, .formbdy label, .formbdy h3 {
	color: #000;
}
.formbdy input, input[type="text"], input[type="password"], input[type="email"], select {
	height: 2em;
	border: 1px solid #ccc;
	float: left;
}
.currency {
	float: left;
}
.qty {
	padding: 0;
	width: 30% !important;
}
.price {
	border: none !important;
	padding-left: 4px !important;
}
.col-md-8 input, .col-md-8 select {
	width: 60%;
}
.formbdy hr {
	border-bottom: solid 1px #ccc;
	margin: 20px;
	padding: 0;
	padding-left: -29px;
	margin-left: 2px;
}
	::placeholder {
 color:#ccc !important;
 opacity: 1; /* Firefox */
}
.formbdy label {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.formbdy .label {
	font-weight: 600px;
}
.form-control[readonly] {
	background-color: #ffffff !important;
	opacity: 1;
}
.alltotal{
	font-size:20px;
	font-weight:bold;
	}
	.submitbtn, input[type="submit"]{
		    width: 100px !important;
    height: 45px !important;
    color: #000 !important;
    padding: 0px 20px !important;
    font-weight: bold !important;}