body{
	font:11px arial;
	color:#423B35;
	line-height:22px;
}
h3{
	
}
h2{
	border:2px solid #ccc;
	background-color:#4c7e34;
	color:white;
	padding:10px;
	display:block;
}
thead{
	text-align:center;
}
.pricecol{
	text-align:center;
}
td{
	border-bottom:1px dashed #ccc;
	line-height:30px;
	vertical-align:top;
	padding-top:20px;
}
img{
	margin-right:20px;
}

label{
	display:block;
	width:150px;
	float:left;
}

input,select,textarea{
	width:200px;
	margin-right:20px;
}

br{
	clear:left;
	margin-bottom:15px;
}

#orderdata{
	margin-top:30px;
}

fieldset{
width:99% !important;
}

td.piccol {
    width: 10%;
}

td.namecol {
    width: 80%;
}

td.pricecol {
    width: 8%;
    text-align: center!important;
}

#orderform input[type="submit"] {
    margin-left: 45%;
}
