body {
	margin : 0 0;
	background-attachment: fixed;
	background-image: url(graphics/back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #6C6C6C;
}

.irban{
	background-attachment: scroll;
	background-image: url(graphics/rib.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.ilban{
	background-attachment: scroll;
	background-image: url(graphics/lib.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.webbanner{
	background-attachment: scroll;
	background-image: url(graphics/webbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer{
	background-attachment: scroll;
	background-image: url(graphics/newbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tab{
	background-attachment: scroll;
	background-image: url(graphics/tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;

	
}

.panelcontent{
    border: 1px solid #000000; 
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FDFBBB;
}

.image{
	background-attachment: scroll;
	background-image: url(graphics/image.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

INPUT{
    margin-top: 4px;
    padding: 2px;
	border: 1px solid #72882D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #72882D;

}

