img{
	border:0px;
}
.webmin,.h{
	display:none;
}
.l{
	float:left;
}
.r{
	float:right;
}
.c{
	clear:both;
}
.underline{
	text-decoration:underline;
}
.strike{
	text-decoration:line-through;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.justify{
	text-align:justify;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.field_required{
	font-weight:bold;
}
.field_empty{
	background-color:#ffcccc;
}
input.radio,input.checkbox{
	width:auto;
	border:0px;
	background:none;
}
.rel{
	position:relative;
}
.status_green{
	color:#19a519;
}
.status_red{
	color:#ff0000;
}
.status_blue{
	color:#395a8c;
}
.status_yellow{
	color:#bbbb6b;
}

/* shaddow box */
.shaddowbox_t,.shaddowbox_body{
	background-color:#ffffff;
}
.shaddowbox_r,.shaddowbox_tr,.shaddowbox_bl,.shaddowbox_br{
	background-image:url(../../modules/_gfx/shaddowbox/shaddow1.png);
}
.shaddowbox_b{
	background-image:url(../../modules/_gfx/shaddowbox/shaddow2.png);
}
* html .shaddowbox_r,* html .shaddowbox_tr,* html .shaddowbox_bl,* html .shaddowbox_br{
	background-image:url(../../modules/_gfx/shaddowbox/shaddow1.gif);
}
* html .shaddowbox_b{
	background-image:url(../../modules/_gfx/shaddowbox/shaddow2.gif);
}
.shaddowbox_tr,.shaddowbox_bl,.shaddowbox_br{
	position:absolute;
}
.shaddowbox_tr,.shaddowbox_bl,.shaddowbox_br{
	width:8px;
	font-size:1px;
	line-height:1px;
}
.shaddowbox_t,.shaddowbox_tr,.shaddowbox_bl,.shaddowbox_b,.shaddowbox_br{
	height:8px;
	font-size:1px;
	line-height:1px;
}
.shaddowbox_r{	
	background-repeat:repeat-y;
	background-position:100% 0px;
	padding:0px 8px 0px 0px;
}
.shaddowbox_body{	
	padding:0px 8px 8px 8px;
}
.shaddowbox_t{	
	margin-right:8px;
}
.shaddowbox_tr{
	top:0px;
	right:0px;	
	background-position:-8px 0px;
}
.shaddowbox_bl{
	bottom:0px;
	left:0px;
	background-position:bottom left;
}
.shaddowbox_b{
	background-repeat:repeat-x;
	margin:0px 8px 0px 8px;
}
.shaddowbox_br{
	bottom:0px;
	right:0px;
	margin-top:-8px;
}