/* CSS Document */
#non_subscriber_post{
	width:98%;
	height:100px;
}
table.customfields{

}
table.customfields tr{

}
table.customfields tr th{
	
}
table.customfields tr th textarea{
	width:100%;
	height:25px;
}
textarea#restriction_msg{
	width:100%;
	height:200px;
}
div.subscribers_only_public{
	background-image:url(../images/padlock.gif);
	background-repeat:no-repeat;
	background-position:3px center;
	border:dashed #A8BCC6 1px;
	padding-left:34px;
	margin-top:3px;
	min-height:35px;
}

