﻿.style2 {
	font-family: Verdana, Arial;
	text-align: center;
}
.style3 {
	text-align: left;
}
#contain {
	font-family: Verdana, Arial;
	font-size:90%;
	position: relative;
	width: 700px;
	margin: 0 auto 0 auto;
	border:1px solid #999999;
}

input.formInputText   {
	padding: 0px;
	border: solid 1px #d3d3d3;  /* This is the border size and color of the default field boxes. */
	margin-right: 5px;	    /* The border color is set to the same as the form border,	     */
	margin-bottom: 5px;	    /* a light gray, better than black.				     */
	vertical-align: middle;
	/*height: 1em;*/
	}


input.formInputText2   { 
	font-size: 0.9em;
	color: #666;
	background-color: #FFFFCC; /* The background color of the field. In this case light yellow.  */
	padding: 2px;
	border: solid 1px #d3d3d3;  /* This is the border size and color of the default field boxes. */
	margin-right: 5px;	    /* The border color is set to the same as the form border,	     */
	margin-bottom: 5px;	    /* a light gray, better than black.				     */
	/*height: 1em;*/
	}

.many {
	width:20px;   
	}
	
.amount {
	width:62px;
	font-weight:bold
	}
.name {
float:left; padding-left:4em; text-align:right; width:140px;
	}
.button {
	width: 5.5em;
	margin-bottom: .5em;
}
