#items {
	font: 10px "lucida grande", verdana, sans-serif;
	color: #333;
	width: 100%;
	border: 1px solid #FFE8A1;
}

#items th {
	font: bold 10px "lucida grande", verdana, sans-serif;
	text-align: left;
	padding: 5px 5px;
	border-left: 1px solid #D9D9D9;
	background: #FFE8A1; 
}

#items td {
	padding: 5px 5px;
	border-left: 1px solid #FFE8A1;
}

#form p {
	font: 10px/15px "Lucida Grande", Verdana, sans-serif;
	color: #333;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* FORM FIELD STYLES
----------------------------------------------- */

TEXTAREA.t200 {
    border-right: 0px solid;
    border-top: #333333 1px solid;
    border-left: #333333 1px solid;
    border-bottom: #333333 1px solid;
    color: #333333;
    background-color: #FFFFFF;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    width: 250px;
	height: 60px;
}

INPUT.i200 {
    border: #333333 1px solid;
    color: #333333;
    background-color: #FFFFFF;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    width: 250px;
}

INPUT.i150 {
    border: #333333 1px solid;
    color: #333333;
    background-color: #FFFFFF;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    width: 190px;
}

INPUT.i50 {
    border: #333333 1px solid;
    color: #333333;
    background-color: #FFFFFF;
    font-family: "Lucida Grande", Verdana, sans-serif;
    text-decoration: none;
    width: 50px;
	margin-right: 10px;
}

INPUT.i20 {
    border: #333333 1px solid;
    color: #333333;
    background-color: #FFFFFF;
    font-family: "Lucida Grande", Verdana, sans-serif;
    text-decoration: none;
    width: 20px;
}

SELECT.s100 {
    border: #333333 1px solid;
    color: #333333;
    background-color: #FFFFFF;
    font-family: "Lucida Grande", Verdana, sans-serif;
    text-decoration: none;
    width: 100px;
}

INPUT.radio {
    color: #0099FF;
    background-color: #ECEDE6;
}

INPUT.button { 
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px; 
	color: #333333;
	text-decoration:none;
	font-style: bold;
	background-color: #FFFFFF;
    border: #333333 1px solid;
	border-color: #333333;
	padding:2px;
}

