#product {
	padding:10px;
}
#product .left {
	width:190px;
	float:left;
}
#product .right {
	width:740px;
	float:left;
	margin-left:10px;
}
#product .left .menu {
	width:190px;
	float:left;
}
#product .right .left {
	width:250px;
	height:250px;
	float:left;
}
#product .right .right {
	margin-left:20px;
	width:470px;
	float:left;
}
#product .qty {
	width:60px;
	padding:3px 4px 4px 4px;
	position:absolute;
	margin-left:110px;
	border:1px solid #cccccc;
	background-image:url(../images/grad_grey.jpg);
	background-repeat:repeat-x;
}
#product .add {
	width:auto;
	position:absolute;
	margin-left:190px;
}
#product .controls {
	width:470px;
	height:40px;
	padding-top:10px;
}

.quickcontact label{
	display: block; margin: 3px 0px;
}

.quickcontact .text{
	padding: 4px; border: 1px solid #cccccc; width: 300px
}

.quickcontact textarea{
	padding: 4px; border: 1px solid #cccccc; width: 300px
}

.quickcontact h2{
background-color:#19A3FF;
color:#FFFFFF;
padding: 5px;
}