#content{
	width:750px;
	margin-top: 10px
}

/** Affiliates **/
.affiliates dl{
	float: left;
}

ul.affiliate-listing > li{
	clear: both;
	list-style-type: none;
}

ul.affiliate-listing h3{
	padding-top: 10px;
	border-bottom: 1px dashed #555555;
}

ul.affiliate-listing ul > li{
	float:left;
	list-style-type:none;
	padding-left:10px;
	width:240px;
	height: 190px;
	border-bottom: 1px dotted #808080;
}

/* Application Request */
.applicationRequests select[multiple="multiple"]{
	width: 310px;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}


.meta{
	font-style: italic;
	font-size: smaller;
}

h4{
	font-weight: bold;
}