﻿.bluetable
{
	border: 1px solid #8fb3d6;
	border-collapse: collapse;
}
.bluetable th
{
	 height:22px;
}

.bluetable td,th
{
	border: 1px solid #8fb3d6;
}

/* table */
.blueTable{border-collapse: collapse; width:600px;}
.blueTable td, th{ border:1px solid #a2bfe0; padding:3px; height:20px; }
.blueTable .head{ height:40px; }
.blueTable .leftcell{ width: 180px; text-align: right;}
.blueTable .rightcell{ width:420px; text-align:left; }
.blueTable .buttom{ height:40px; padding-right:40px;}