		
/* Form */
td {
	font-family: tahoma;
	font-size: 11px;
	color:#050;
	font-weight: normal;
	background:#CCCCCC;
}

/* Label */
.label {
	font-family: tahoma;
	font-size: 12px;
	color:#050;
	font-weight: normal;
	background:#CCCCCC;
	text-align:right;
}


/* Button */
.button {
   color:#050;
   font-family:helvetica,sans-serif;
   font-size:14px;
   font-weight:bold;
   background-color:#CCCCCC;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
}

/* Text Box */
.textbox {
	border-style: normal;
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;	
}

/* Text Box */
.wait_msg {
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	color:#050;
	font-weight:bold;
}

/* File */
.file {
	border-style: normal;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;	
}

/* List Box */
.listmenu {
	border-style: normal;
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;	
}

/* Form title */
.form_title
{
	color:#FFFFFF;
	font-size:13px;
	background:#666666;
	font-weight:bold;
}

/* description */
.desc
{
	color:#000099;
	font-size:11px;
}

/* Text Box */
.textarea {
	border-style: normal;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;	
}
