@charset "utf-8";
/* CSS Document */

#squaremeter {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	outline: 0;
	margin-bottom: 5px;
	-webkit-appearance: none;
	padding:5px;/*width:222px;

	margin-left:27px;*/
}
#dimension {
	white-space: pre-wrap;      /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap;     /* Opera <7 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	word-wrap: break-word;      /* IE */
	padding-bottom:10px;
}
#width {
	clear:left;
}
#fields p {
	float:left;
}
#multiplicationsign {
	padding-top:8px;
}
#width input, #height input, #depth input, #quantitym input, #quantity_wanted_p input {
	width: 179px !important;
	height: 30px !important;
	border: 1px solid #CDCDCD !important;
	text-align:right !important;
}
#totalpriceinfo {
	padding-top:10px;
	color:	rgb(105, 111, 94);
	font-weight:bold;
	font-size: 21px;
}
