/* Start of CMSMS style sheet 'ITEM enquiries' */
/*this is the styling for the product form and basket and so on. Stephen 081210 */

table.prodForm{
	width:920px;
	border-collapse:collapse;
}

table.prodForm td, th{
	padding:4px;
}

tr.row1{background-color:#EFFEFD;}
tr.row1hover{background-color:#EFFEFD;}
tr.turq{background-color:#C5FAF5;}	

div.debug{
border:1px dotted red;
background-color:#fafafa;
padding:9px;
margin:9px;
color:red;
}

#enqForm{
width:510px;
float:left;
}
#enqForm td{
vertical-align:top;
}

#enqForm input[type=text], #enqForm textarea{
border:0;
background-color:#C5FAF5;
width:400px;
}
#enqForm label{
width:180px;
font-weight:bold;
}
/* End of 'ITEM enquiries' */

