#newItemContent{
	background-color:#fafafb;
	background-image: url('../img/contentGradient.jpg');
	background-repeat:repeat-x;
	padding-bottom:30px;
}

.newItemBackBtn {
	font-size:12px;
	font-weight:bold;
	margin:8px 0 2px 0;
	color:#2A4171;
}

#newItem{
	background-image:url('../img/newItem/bg.png');
	background-repeat:repeat-x;
	margin:0 32px 0 32px;
	padding:28px 17px 0 17px;
	background-position:left bottom;
	border-bottom:1px solid #8a94a8;
	height:232px;
}

.linkedImage {
	height:180px;
	width:180px;
	background-color:#485c84;
	margin-left:20px;
	margin-top:16px;
}

.addMedia{
	width:266px;
	height:32px;
	background-color:#999999;
	color:#ffffff;
	line-height:32px;
	font-weight:bold;
	margin-bottom:2px;
}

.addMedia img{
	margin:7px 10px 10px 10px;
}

.blue{
	background-color:#2a4171;
}

.addButton{
	width:36;
	height:18px;
	background-color:#ffffff;
	margin:7px;
	line-height:18px;
	color:#2a4171;
	padding:0 2px;
}

.headline{
	font-size:36px;
	color:#2a4171;
	text-transform:uppercase;
	font-weight:bold;
	line-height:36px;
}

.postButton{
	width:150px;
	height:34px;
	line-height:34px;
	padding:0 13px 0 13px;
	margin-top:105px;
	font-size:11px;
}

#newItemMediaOptions{
	margin:0 32px 0 32px;
	padding:28px 17px 0 17px;
}

.displayOption{
	background-color:#2a4171;
	width:385px;
	height:48px;
	line-height:48px;
	color:#ffffff;
	text-align:right;
}

.displayOption input{
	border:none;
	width:84px;
	height:14px;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
	line-height:20px;
	padding:3px;
}

*:first-child+html .displayOption input{
	border:none;
	width:84px;
	height:20px;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
	padding:0px 3px;
}
