﻿.formholder
{
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

.overview
{
	/* background-color:#f4f4f4; */
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	width:500px;
}

.overview table
{
}



.overview .editlink
{
	display:block;
	float:left;
	padding-top:10px;
	margin-top:10px;
	font-size:10px;
}

.overview .editlink
{
	float:right;
	margin-top: -10px;
	margin-right: 10px;
}

.button_left {
	margin: 8px 0px 0px 15px
}


.overview h3
{
	font-size:13px;
	color: #1b57aa;
	font-weight:bold;
}
.overview table td strong
{
	font-weight:bold;
}


.overview table td 
{
	width: 350px;
	font-size:11px;
	line-height:18px;
	border-bottom: dashed 1px #fff;
}

.overview table th
{
	width:150px;
	text-align:left;
	font-size:11px;
	line-height:18px;
	border-bottom: dashed 1px #fff;
}

.overview table td.bottom
{
	border-bottom-style:none;
}
.overview table th.bottom
{
	border-bottom-style:none;
}
