/* CSS Document */

body {
	color: #707070;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Times New Roman, Times, serif; */
}

td {
	color: #707070;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Times New Roman, Times, serif; */
} 

input.box {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 0px 0px 5px 0px;
}

textarea.box {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
	

.t  {background: url(../images/borderLine-graydot.gif) 0 0 repeat-x; width: auto;}
.b  {background: url(../images/borderLine-graydot.gif) 0 100% repeat-x;}
.l  {background: url(../images/borderLine-graydot.gif) 0 0 repeat-y;}
.r  {background: url(../images/borderLine-graydot.gif) 100% 0 repeat-y;}
.bl {background: url(../images/borderCorner-BL.gif) 0 100% no-repeat;}
.br {background: url(../images/borderCorner-BR.gif) 100% 100% no-repeat;}
.tl {background: url(../images/borderCorner-TL.gif) 0 0 no-repeat}
.tr {background: url(../images/borderCorner-TR.gif) 100% 0 no-repeat; padding:10px;}