#box_top {
	width: 946px;
	height: 10px;
	top: 0px;
	background-image: url(../img/box_top.png);
}

#box_bottom {
	width: 776px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	background-image: url(../img/box_bottom.png);
}

#box_small_top {
	width: 236px;
	height: 10px;
	top: 0px;
	background-image: url(../img/box_small_top_236x10.png);
}

#box_small_bottom {
	width: 236px;
	height: 10px;
	position: relative;
	bottom: 0px;
	background-image: url(../img/box_small_bottom_236x10.png);
}

.box_small_mid {
	width: 236px;
	background-color: #FFFFFF;
}

#mid .box {
	color: #333333; 
	width: 500px;
	margin-bottom: 18px;
	margin-right: 10px; 
	padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#mid .label {
	margin-bottom: 15px;
}

#mid .static_content  h1 {
	color: #ec008c;
}


#mid .static_content  a {
	color: #ec008c;
	font-weight: bold;
}

#mid .static_content  a:hover {
	color: #ec78bd;
	font-weight: bold;
}

#mid .static_content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
}

#mid .static_content .quote {
	font-style: italic;
}