/* Virtuemart ask a question */
table.askform input#phone[type="text"], #easycalccheckplus input {
	background: #e8e8e8 url(components/com_virtuemart/assets/images/vmgeneral/backgrounds.png) top repeat-x;
	border: solid #ccc 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #777;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 5px 4px;
}
.ask-a-question-view input.counter {
	width: 40px;
}
#easycalccheckplus input {
	width: 30px;
}

/* Ask a question Responsive */
.responsive-phone .ask-a-question-view {
	padding: 0px!important;
	margin: 0px!important;
	width: auto!important;
}
.resonsive-phone #facebox {
	left: 0px !important;
}
.resonsive-phone iframe {
	max-width: 450px!important;
}
.responsive-phone .ask-a-question-view {
	padding: 0px;
}
.responsive-phone body.contentpane {
	width: auto !important;
}
.responsive-phone #facebox {
	left: 0px !important;
	width: auto !important;
}
.responsive-phone iframe .ask-a-question-view input[type="text"], .responsive-phone iframe .ask-a-question-view input[type="textarea"] {
	width: auto !important;
}
.responsive-phone iframe {
	padding: 0px;
	background-color: red;
	width: 100%!important;
}
.responsive-phone iframe input#name {
	width: auto;
}
.responsive-phone body.ask-a-question-view .form-field textarea.field {
	width: auto !important;
	padding: 0px;
}
.responsive-phone input[type="text"], .responsive-phone input[type="password"], .responsive-phone input[type="email"], .responsive-phone input[type="url"], .responsive-phone input[type="color"], .responsive-phone input[type="date"], .responsive-phone input[type="datetime"], .responsive-phone input[type="datetime-local"], .responsive-phone input[type="month"], .responsive-phone input[type="number"], .responsive-phone input[type="range"], .responsive-phone input[type="tel"], .responsive-phone input[type="time"], .responsive-phone input[type="week"], .responsive-phone textarea {
	width: 50px!important;
}
.responsive-phone #easycalccheckplus {
	display: none;
}