div.box, table#articles {
	width: 630px;
	padding: 10px;
	border: 1px #CCC dashed;
	background: #F9D7BA;
	margin: 0 auto;
}

table#articles {
	padding: 0;
	width: 650px;
	font-size: 13px;
	border-collapse: collapse;
	text-align: left;
}

table#articles th {
	font-weight: bold;
	background: #988C83;
	border-bottom:2px solid #666666;
	text-align: left;
	padding: 4px;
}

table#articles td {
	padding: 6px 4px;
}

table#articles tr.row2 td {
	background:#EF9A4E;
}

table#articles tr.row3 td {
	background:#E48C3F;
}


div.form p {
	color: #777;
}

div.form label {
	color: #000;
	font-weight: bold;
}

.itext {
	background: #E48C3F;
	color:#FFFFFF;
}

.itext:focus {
	background: #FDFFF1;
}

p.notice {
	color: #AA0000;
	font-size: 14px;
	margin: 20px 50px;
}

table#articles th.center {
	text-align: center;
}

td.art-col, th.art-col {
	width: 40%;
}