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

.tip_notice {
	height:		76px;
	width:		296px;
	background-color: #333333;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	bold;
	float:		left;
	margin:		0px;
	position:	relative;
	padding:	0px;
	margin:0px 0 3px 0;
}

.tip_notice .tip_notice_header {
	height:		15px;
	width:		286px;
	background-color: #4D4D4D;
	font-size:	12px;
	margin:		0px;
	position:	relative;
	padding:	5px 0 0 10px;
}	

.tip_notice .tip_notice_date {
	height:		10px;
	width:		286px;
	font-size:	10px;
	margin:		1px 0 0 0;
	position:	relative;
	padding:	0px 0 0 10px;
}

.tip_notice .tip_notice_text {
	width:		274px;
	float:		left;
	font-size:	10px;
	margin:		0px;
	position:	relative;
	padding:	10px 0 0 10px;
}	

.tip_notice .tip_notice_arrows {
	margin:		10px 0 0 0;
	position:	relative;
	padding:	0px;
}


.job_category_object {
	width:		276px;
	background-color: #333333;
	font-family:	Arial, Helvetica, sans-serif;
	float:		left;
	font-size:11px;
	margin:		0px;
	position:	relative;
	padding:	10px;
	margin:0px 0 3px 0;
	line-height:180%;
}
