#error_header {
	margin-right: 40px;
	margin-bottom: 10px;
}
.error {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background: #D3273F;
	color: white;
}

input {
	border: 1px solid #999;
}
#form_quotation input {
	font-size: 12px;
border: 1px solid #999;}

.input_line {
	font-size: 12px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #999;
	background: transparent;
}
.bg_error {
	background-color: #DDDDDD;
}
select {
	font-size: 12px;
}

.content{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.content_small{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.dkred {
	color: #D3273F;
}

.red_form {
	border: solid 1px #D3273F;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
}

.border_bottom {
	border-bottom: solid 1px #D3273F; 
}

.border_right {
	border-right: solid 1px #D3273F;
}

.class_product {
	text-align: left;
}

.class_product ul {
	background: #FFFFFF;
	width: 120px; 
	border: 1px solid #999; 
	list-style-type: none; 
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.class_product li {
	margin: 0px;
	padding: 4px;
	cursor: default; 
	color: red;
}
.class_product li:hover { 
	background: #FFC;
}
.vertical_align {
	vertical-align: top;
}
.indicator {
	width: 240px;
	min-width: 240px;
/*
	background-image: url(http://www.frecomposites.com/freconnect/images/progressbar.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
*/
}

.qty {}
.price {}
.totalprice {}

.noborder {
	border: 0px;
}

.price_info {
	position:relative; 
	z-index:2;
	top:0; 
	left:10;
}

a.closeButton {
	text-decoration: underline;
	font-weight: normal;
}
a.closeButton:hover {
	text-decoration: none;
	font-weight: normal;
}

a.infobulle {
	text-decoration: none;
	font-weight: normal;
	color: #D3273F;
}

a.infobulle:hover {
	text-decoration: underline;
}