SELECT {
	border : 1px solid White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
INPUT {
	border : 1px solid White;
	background-color : #336633;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : White;
	background-image : url(../images/arrow_white_top.gif);
	background-position : top left;
	background-repeat : no-repeat;
	height : 20px;
	cursor : pointer;
}
INPUT.disable {
	border : 1px solid White;
	background-color : #CC6600;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : White;
	background-image : url(../images/arrow_white_top.gif);
	background-position : top left;
	background-repeat : no-repeat;
	height : 20px;
	cursor : pointer;
}
INPUT.delete {
	border : 1px solid White;
	background-color : #CC3300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : White;
	background-image : url(../images/arrow_white_top.gif);
	background-position : top left;
	background-repeat : no-repeat;
	height : 20px;
	cursor : pointer;
}
INPUT.box {
	border : 1px solid #336633;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
	height : 20px;
	width : 100%;
	background-color : White;
	cursor : text;
}
INPUT.upload {
	border : 1px solid #336633;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
	height : 20px;
	width : 100%;
	background-color : White;
	cursor : pointer;
}
INPUT.check {
	border : none;
	background-color : #CC3300;
	width : 100%;
}
INPUT.checkpattern {
	border : none;
	background-color : transparent;
	background-image : none;
}
TEXTAREA.box {
	border : 1px solid #336633;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 100%;
}
