.box-container {
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 280px;
}
.box-container * {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif, Arial;
}
.box-container .box-header {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;	
	line-height: 1.2em;
	color: #FFFFFF;
	background-color: #0F4AA2;
	text-align: center;
}
.box-container .box-footer {
	height: 8px;
	background-color: #0F4AA2;
	font-size: 0px;
}
.box-container .box-content {
	padding: 8px 12px;
	overflow: auto;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #0F4AA2;
	height: 205px;
	_height: 221px; /* for IE only */
}
.box-container .box-content p {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: .7em;
}
.box-container .box-content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #0F4AA2;
	line-height: 1.3em;
	margin-bottom: .7em;
	padding-bottom: .1em;
	text-align: center;
}
.box-container .box-content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 1.3em;
	margin: 1em 0em .3em 0em;
}
.box-container .box-tl {
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-TL.png);
	_background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-TL.gif); /* for IE only */
	background-repeat: no-repeat;
}
.box-container .box-tr {
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-TR.png);
	_background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-TR.gif); /* for IE only */
	background-repeat: no-repeat;
}
.box-container .box-bl {
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-BL.png);
	_background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-BL.gif); /* for IE only */
	background-repeat: no-repeat;
	background-position: bottom;
}
.box-container .box-br {
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-BR.png);
	_background-image: url(http://www.JobsInTheUS.com/media/graphics/corners/white_corners-BR.gif); /* for IE only */
	background-repeat: no-repeat;
	background-position: bottom;
}

