@charset "UTF-8";
/* CSS Document */

.WhiteText {
	font-weight:normal;
	color:#FFFFFF;
	font-stretch:expanded;
}
#AddNewsContainer {
	min-height:931px;
	width:600px;
	background:url(../images/AddEdBG.gif) repeat-x;
	font-size:12px;
	padding:10px;
}
#AddNewsContainer h1{
	font-size:200%;
	font-weight:bold;
}
#SubmitNewsContent {
	position:relative;
	width:600px;
	height:630px;
	background:url(../images/AddEdContentBG.png) no-repeat;
}
#YourExposure {
	color:#000000 !important;
	height:80px;
	width:230px;
	position:absolute;
	top:75px;
	left:50px;
}
#YourContent {
	color:#000000 !important;
	height:80px;
	width:230px;
	position:absolute;
	bottom:75px;
	left:50px;
}
#FreeSubmition {
	color:#000000 !important;
	height:115px;
	width:100px;
	font-size:9px;
	position:absolute;
	bottom:50px;
	right:40px;
}