@charset "UTF-8";
/* CSS Document */
	/* CSS for the box starts here */
	.box {
		margin:10px 0px;
		padding:0 12px 0 0;
		background:#fff url(../img/border_right.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background:#fff url(../img/border_left.gif) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px;
		background:url(../img/box.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(../img/box.gif) 0 0 no-repeat;
	}
	.bb {
		height:17px;
		margin:0 -12px;
		background:url(../img/box.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:17px;
		background:url(../img/box.gif) 0 100% no-repeat;
	}
	.box h1 {
		margin:0;
		padding:0.3em 10px;
		background:#FFDCBF;
		font:bold 1.2em/1.5 tahoma;
		text-align:center;
	}
	.box p, .box form {
		margin:0;
		padding:4px 10px;
		background:#fff;
		text-align:center;
	}
	
	.box table {
		margin:0;
		padding:4px 10px;
		background:#fff;
		font-size:120%;
	}



