html {
	SCROLLBAR-BASE-COLOR: #CCCCCCC;
	SCROLLBAR-ARROW-COLOR: #000000;
}

body {
	background:#FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
td,th {
	FONT-FAMILY: arial;
	font-size: 12px;
	color: #000000;
}

a:active {  text-decoration: none; color:#FF0707}
a:link {  text-decoration: none ; color:#FF0707}
a:visited {  text-decoration: none ; color:#FF0707}
a:hover {  color:#1074EF; text-decoration: underline; }

img { border : 0px; }

input {
    color: #000000;
}

.button {
	background-color: #F3F7F6;
  color: #F40924;
	border:1px solid #CCD3D6;
	padding:2xp;
	cursor:pointer;
}
.text_form {
	border:1px solid #CCD3D6;
	font-size:12px;
	line-height:20px;	
	padding:2px;
	width:100%;

}
.textarea{
	border:1px solid #CCD3D6;
	line-height:20px;
	color: #000000;
	scrollbar-base-color:#AAA9A9;
	scrollbar-arrow-color:#000000; 
	overflow:auto;
}
.select{
	scrollbar-base-color:#CCD3D6;
	scrollbar-arrow-color:#000000; 
	color: #000000;
}
.mess_info{
	font-weight:bold;
	color:#F00;
	padding-bottom:5px;
	text-align:center;
}
.font_f_title {
	color:#993333;
	font-weight:bold;
	font-size:14px;
	font-family:arial;
}

.font_err {
	color:#FF0000;
}
.textarea {	border:1px solid #CCD3D6;
	font-size:12px;
	line-height:20px;
	color: #000000;
	scrollbar-base-color:#AAA9A9;
	scrollbar-arrow-color:#000000; 
	overflow:auto;
	width:100%;
}

table.table_form {

}
.table_form td  {
	padding:2px;	
}

.table_form .col1  {
	background:#FAFAFA;
	font-weight:bold;
}
.table_form .col1 span {
	font-weight:normal;
}

.table_form .col2  {
	background:#fff;
}

/********************* CSS for boxMess ****************************/
#boxMess{  border:1px solid #F08200;padding:2px 5px; background:#FCF5CD }
#boxMess  h4.mess { background:url(../../../images/icon/icon_mess.gif) no-repeat left; padding:2px 30px; color:#FF0000; font-weight:bold;}
#boxMess  h4.err { background:url(../../../images/icon/icon_warning.gif) no-repeat left; padding:6px 30px; color:#FF0000; font-weight:bold;}
#boxMess .font_err { text-decoration:blink; color:#950000;}
