/* --------------------------------- */
/*MESSAGE BOX Iconized	  		 */
	.icon-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		font-weight:bold;
		text-align:left;
	}
	.icon-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC url(img/icon-yellow.png) 8px 6px no-repeat;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.icon-ok{
		border:solid 1px #90ac13; 
		background:#eef4d3 url(img/icon-green.png) 8px 6px no-repeat;
		color:#6b800d;
		font-weight:bold;
		font-size:small;
		padding:4px;
		text-align:center;
	}
	.icon-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA url(img/icon-red.png) 8px 6px no-repeat;
		color:#CC0000;
		font-weight:bold;
		font-size:small;
		padding:4px;
		text-align:center;
	}
	.icon-search{
		border:solid 1px #0099FF; 
		background:#ECFFFF url(img/icon-search.png) 8px 4px no-repeat;
		color:#0099FF;
		font-weight:bold;
		font-size:small;
		padding:4px;
		text-align:center;
	}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}


input, textarea, select {
  margin: 0;
  padding: 2px;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}
/* --------------------------------- */

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.readonly {font-family: Verdana, Arial, Helvetica, sans-serif; background-color:#D8D8D8}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.tajuk_table {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;  color: #003366;}
.tajuk_table:hover{
	color: #fff;

}
.style6 {color: #FFFFFF}
.style8 {font-size: 12}
.style9 {font-size: 12px}
.style10 {color: #FF0000}
.header {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px}
