/* CSS Document */

.inner_content{
	font:12px/17px Arial, Helvetica, sans-serif;
	color:#000;
}

.column_content{
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}

.table_inner_content{
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}

.textbox {
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	background: #F5F5F5 bottom repeat-x;
	border: 1px solid #C3C3C3;
	height:18px;
	width:200px;
}
.button {
	font:13px Arial, Helvetica, sans-serif;
	color:#F00;
	background: #F5F5F5 bottom repeat-x;
	border: 2px solid #000;
	height:25px;
	width:90px;
	border-style:ridge;
}
.jmp{
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	background: #F5F5F5 bottom repeat-x;
	border: 1px solid #C3C3C3;
	height:18px;
	width:200px;
}
.textarea {
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	background: #F5F5F5 bottom repeat-x;
	border: 1px solid #C3C3C3;
	width:200px;
}
.astric{
	font:11px Arial, Helvetica, sans-serif;
	color:#FF0000;
}