html{
	font-size: 13px;
	border:none;
	/*background: #F0EDE6;*/
	background: #FAFAFC;
}
body{margin:0;}

.button_div{
	width:100%;
	text-align:right;
	background-color: #E4D8BE;
	padding-top:10px;
}

.button_div div{
	padding-right:10px;
}

h3{
	height:16px;
}

.edit_link1{
	float:left;
	color:#2828FF;
	width:50px;
	height:16px;
	display:block;
	padding-right:5px;
	/*text-decoration:underline;*/
	background: url(/agent/images/50x16.png) no-repeat top left;
}

.edit_link1:hover{
	color:#FF0000;
	text-decoration:underline;
	cursor:pointer;
	width:50px;
	height:16px;
	background: url(/agent/images/50x16_1.png) no-repeat top left;
}

.edit_link_img{
	float:left;
	color:#2828FF;
	width:100px;
	height:16px;
	display:block;
	padding-right:5px;
	/*text-decoration:underline;*/
	background: url(/agent/images/100x16.png) no-repeat top left;
}

.edit_link_img:hover{
	color:#FF0000;
	text-decoration:underline;
	cursor:pointer;
	width:100px;
	height:16px;
	background: url(/agent/images/100x16_1.png) no-repeat top left;
}

.edit_link{
	color:#333333;
}

.edit_link:hover{
	color:#333333;
	text-decoration:underline;
	cursor:pointer;
}