
/* OUTLINES */
#hbox td {padding:0;}
#hbox td.UL {
	height: 3px;
	width: 3px;
	background-color: #FFFFFF;
	background-image:url(/src/data-templates/images/hBoxUL.gif);
	background-repeat: no-repeat;
}
#hbox td.U {
	height: 3px;
	width: 100%;
	background-color: #FFFFFF;
	background-image:url(/src/data-templates/images/hBoxU.gif);
	background-repeat: repeat-x;
}
#hbox td.UR {
	height: 3px;
	width: 3px;	
	background-color: #FFFFFF;
	background-image:url(/src/data-templates/images/hBoxUR.gif);
	background-repeat: no-repeat;
}

#hbox td.ML {
	width: 1px;
	background-color: #FFFFFF;
	background-image:url(/src/data-templates/images/hBoxML.gif);
	background-repeat: repeat-y;
}

#hbox td.MC {
	background-color: #FFFFFF;
	background-image:url(/src/data-templates/images/hBoxMC.gif);
	background-repeat: repeat-x;
}

#hbox td.BL {
	height: 3px;
	width: 3px;
	background-color: #FFFFFF;
	background-image:url(/src/data-templates/images/hBoxBL.gif);
	background-repeat: no-repeat;
}
#hbox td.B {
	height: 3px;
	width: 100%;
	background-color: #FFFFFF;
	background-image:url(/src/data-templates/images/hBoxB.gif);
	background-repeat: repeat-x;
}
#hbox td.BR {
	height: 3px;
	width: 3px;
	background-color: #FFFFFF;
	background-image:url(/src/data-templates/images/hBoxBR.gif);
	background-repeat: no-repeat;
}

/* BOX BODY*/

#hbox, #cbox{
	background:url(/src/data/images/bg_hbox.gif) top repeat-x;
	margin-bottom:10px;
	vertical-align:top;
	font-size:12px;
	witdh:505px;
}
#cbox {
	float:left;
	margin-right:2px;
}
#hbox h1, #hbox p, #cbox h1, #cbox p {
	margin:8px 10px;
}
#hbox h1, #cbox h1 {
	color:#777777;
	font-weight:700;
}
#hbox p {
	color:#363a2d;
}
#cbox p {
	color:#777777;
}
#hbox input[type=image], #cbox input[type=image]{
	display:block;
	text-align:right;
	float:right;
	margin:0px 10px 10px 10px;
}
#hbox input[type=text], #cbox input[type=text], #hbox select, #cbox select {
	border:1px solid #cccccc;
	width:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#777777;
}
#cbox table {
	margin:8px 10px;
}
#cbox table tr td {
	padding:0px 0px 4px 0px;
	font-size:12px;
	font-color:#777777;
}
