body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode',georgia, arial, sans-serif;
	font-size: 14px;
	background-color: #ece9e9;
	color: #302e2e;
}

div.container_top {
	background-image: url('../images/index_02.gif'); 
	background-repeat:repeat-x; 
	width: 100%; 
	height: 105px;
}

h1 {
	border-bottom: 1px solid rgb(225, 225, 225);
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

ul.error_list li {
	font-size: 12px;
	color: red;
}

.form input {width:185px; height:18px; background:none; border:1px solid #6a6a6a; padding-left:3px; color:#cac8c8;}

div.right_box {
	background-image: url('../images/right_box.gif');
	width: 402px;
	height: 293px;
	float: right;
	margin-left: 10px;
}

table {
	border: 1px solid rgb(225, 225, 225);
	width: 600px;
	background: rgb(251, 251, 251);
}

td {
	border-bottom: 1px solid rgb(225, 225, 225);
	padding: 10px;
}

th {
	border-bottom: 1px solid rgb(225, 225, 225);
}


input, select, textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff;
	border:1px solid #6a6a6a;
}
