.press
{
	background-color: #313131;
/*	padding: 4px;*/
	border: 1px solid rgb(75,75,75);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 10px;
	width:100%;
	height:70px;
	overflow:hidden;
}

.pressHeader
{

	width:99%;
	height:70px;
	cursor:pointer;
	padding:4px 4px 0px 4px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-size:12pt;
	font-weight: bold;
	background: url(images/icon_down.png), -moz-linear-gradient(top, rgba(255,255,255,0.55) 23%, rgba(0,0,0,0.65) 38%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: url(images/icon_down.png), -webkit-gradient(linear, top, bottom, color-stop(23%,rgba(255,255,255,0.55)), color-stop(38%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: url(images/icon_down.png), -webkit-linear-gradient(top, rgba(255,255,255,0.55) 23%,rgba(0,0,0,0.65) 38%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/icon_down.png), -o-linear-gradient(top, rgba(255,255,255,0.55) 23%,rgba(0,0,0,0.65) 38%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: url(images/icon_down.png), -ms-linear-gradient(top, rgba(255,255,255,0.55) 23%,rgba(0,0,0,0.65) 38%,rgba(0,0,0,0) 100%); /* IE10+ */
	background-image:url(images/icon_down.png), linear-gradient(to bottom, rgba(92,92,92,0.55) 23%,rgba(0,0,0,0.65) 68%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	background-repeat:no-repeat;
	background-position:99% 2px, 0px 0px;;
	background-size: 20px, 100%;
}

.pressInfo
{
	padding:0px 4px 8px 4px;
	min-height:100px;
}

.showLoading
{
	background-image:url(images/throbber.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100px;
}

.mediaAdPage
{
	display: block; 
	width: 700px; 
	margin: 0px auto 0px auto; 
	padding-top: 20px
}