



/* CSS Document */

label{
	display:block;
	width:  250px;
	float:left;
}
.sendFooter table input{
width:250px;
}
.sendFooter table textarea{
width:250px;
height:70px;
}

#sendForm_FASTORDER_sender{
display:block;
cursor:pointer;
}

#price div{
	padding:3px;
}
div.grey, tr.grey{
	background:#F6F6F6;
}
div.white, tr.white{
	background:#FFFFFF;
}
tr.white td, tr.grey td{
	padding:4px;
}
td.bigger{
	font-size:24px;
	font-weight:bold;
}
td.price{
	text-align:center;
}
label.checkbox{
	display:inline;
	float:none;
}
input.digit{
	background:none;
	width:50px;
}
input.submit{
	background-color:#333333;
	color:white;
	padding:4px;
	border:2px outset #CCCCCC;
}
div.error{
	margin:20px;
	padding:15px;
	padding-left:40px;
	margin-left:50px;
	border-left:3px solid #F9888B;
	background:#FFFBCA;
}
#calcSendComment{
	background:url(/i/send.jpg) no-repeat top;
	height:41px;
	width:164px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
#calcSendComment:hover{
	background:url(/i/send.jpg) no-repeat bottom;
}

#calcSend{
	color:#054d1b;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	border-bottom:1px dashed #054d1b;
	text-decoration:none;
	margin-left:270px;
}
#calcSend:hover{
	color:#018429;
	border:none;
	text-decoration:none;
}
.calcSendForm{
	overflow:hidden;
	margin: 20px 70px;
	display:none;
}
.calcSendFormLeft{
	float:left;
}
.calcSendFormLeft input{
	width:205px;
	border:#ccc solid 1px;
	height:21px;
	padding:2px;
	margin-bottom:15px;
	margin-top:3px;
}
.calcSendFormRight{
	float:right;


}
.calcSendFormRight textarea{
	border:#ccc solid 1px;
	height:156px;
	width:262px;
	padding:2px;
}
.calcSendForm p{
	color:#000;
}