/* CSS Document */



/* handle forms here */
form {
	margin-top: 5px;
	}
form label {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
label{
float: left;
padding-right: 5px;
width: 200px;
text-align:right;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
/*border: 1px solid #344796;*/
}

textarea{
width: 200px;
height: 150px;
}
#productname {
	height: 50px;
	}
br{
clear: left;
}

#submit {
 width: 100px;
 background: #990000;
 color: #fff;
 margin-left: 205px;
 font-size: 8pt;
 font-weight: bold;
 }
.link {
	font-weight:bold;
	}
