input[type='submit'],input[type='button'] {
   color:#FFFFFF;
   background-color:#336666;
   border-style:solid;
   border-color:#FFFFFF;
   margin: 5px;
   padding: 3px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

form table.forms {
	margin-bottom:4px;
}

form table.forms td, form table.forms th {
	padding:6px 0;
	margin-bottom:0;
}	

table.forms {
	background:transparent;
	border-collapse:collapse;
	width:100%;
	margin:4px 0 16px 0;
}
table.forms thead {
	font-size:medium;
}
table.forms th {
	width: 200px;
	vertical-align:middle;
	border-bottom:1px solid #333;
	text-align:left;
	color:#fff;
	font-weight:bold;
}
table.forms td {
	border-bottom:1px solid #333;
}

table.forms tbody td {
	padding-left: 10px;
	white-space: nowrap;
}

table.forms th span.small {
	color:#666;
	font-weight:normal;
}

table.forms span.required { 
	color:rgb(118, 180, 28);
}

table.forms span.prodtitle {
	color:#fff;
	font-weight:bold;
}
table.forms .smwhite {
	color:#fff;
	font-weight:bold;
}
table.forms tr.last td, table.forms tr.last th {border-bottom:none;}


input, textarea {}
input:focus, textarea:focus {background:#fff;} 

input, textarea {
	font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

input.radio {width:auto;margin:0;background:transparent;}

select {font-size:11px;font-weight:bold;}

