/* IE7 Hacks */

*:first-child+html #about_view {
	position: relative;
	margin-top: -30px;
	z-index: -1;
}

*:first-child+html #about_story {
	position: relative;
	z-index: 1;
}

*:first-child+html #dragBorder {
	z-index: 2;
	overflow: hidden;
	position: relative;
}

*:first-child+html .ui-draggable {
	z-index: -9999;
	overflow: hidden;
	position: relative;
}

*:first-child+html #profilePicture .container {
	position: relative;
	overflow: hidden;
}

*:first-child+html #sharePicture .content {
	padding-left: 10px;
	margin-left: 10px;
}

*:first-child+html .number {
	margin-left: 0;
}

*:first-child+html #counter {
	margin-left: 0;
}

/* IE6 Hacks */

* html .number { margin: 0; }
* html .counter { margin-left: 0; }
* html #counter { margin: 0; }

* html #ribbon_vgtv { display: none }

* html #about_view {
	position: relative;
	overflow: hidden;
	margin-top: -30px;
	z-index: -1;
}

* html #about_story {
	position: relative;
	z-index: 1;
	padding-top: 0px;
	
	padding-left: 10px;
	padding-right: -10px;
	margin-right: -10px;
	
	overflow: hidden;
}

* html #wrapper {
	padding-top: 15px;
}

* html .box #statusMessage {
	height: 55px;
}

* html #profilePicture .container {
	position: relative;
	overflow: hidden;
}

* html #sharePicture .content {
	padding-left: 10px;
	margin-left: 10px;
}