div.divDelegate{
	background-image: url(/_images/delegates/separator.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 130px;
	position: relative;
	padding-top: 12px;
	margin-top: 15px;
	padding-bottom: 25px;
}

a.aDeleteDelegate{
	position: absolute;
	top: 0px;
	right: 170px;
}

div.divDelegateTitle{
	font-size: 20px;
	font-weight: bold;
	color: #013366;
}

table.tblDelegate{
}

table.tblDelegate th{
	text-align: right;
	padding-right: 10px;
	width: 150px;
}

table.tblDelegate input[type=text]{
	width: 90%;
}

table.tblDelegate textarea{
	width: 90%;
}

div.divSelectDelegateContainer{
	width: 424px;
	height: 266px;
	background-image: url(/_images/delegates/select_delegate_back.png);
	padding: 100px;
}