.entryTable {
	font-size: 12px;
	background-color: #346f81;
}

.entryTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #315a6e;
	font-weight: bold;
	background-position: center;
	border: 1px solid #336699;
}

.entryTable .label {
	background-color: #122a3a;
	font-weight: bold;	
	font-size: 12px;
	border: 1px solid #346f81;	
}

.entryTable .content {
	background-color: #122a34;
	font-size: 12px;
	border: 1px solid #346f81;	
}

.entryTable .content2 {
	background-color: #122a34;
	font-weight: bold;	
	font-size: 12px;
	border: 1px solid #346f81;	
}

.box {
	font: 11px arial;
	border: 1px solid #336699;
  background-color: #a6d9e9;
}

.box2 {
  font: 11px arial;
  width:300px;
	border: 1px solid #336699;
  background-color: #a6d9e9;
}


.success_header{
   color: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
}

.success{
   color: #fff;
   font-size: 11px;
   line-height:15px;
   text-align: justify;
}

.error_header{
   color: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
}

.error{
   color: #fff;
   font-size: 11px;
   line-height:15px;
   text-align: justify;
}