/* CSS Document */

#new_post{
	padding:20px;
}
#new_post table{
	width:100%;
	background:#DDD;
}
#new_post table th{
	width:130px;
	text-align:right;
	font-weight:normal;
}
#new_post table th, #new_post table td{
	background:#fcfcfc;
	padding:3px 3px 3px 5px;
}
#new_post table .dbl th, #new_post table .dbl td{
	background:#f3f3f3;
}
#new_post table .btn th{
	height:40px;
}
#new_post table .btn .tip{
	padding:5px 10px 5px 5px;
	border:1px dashed #DDD;
	background:#FEFEFE;
	color:#FF3300;
	margin-bottom:10px;
}





