	.edit-mark{
		position:absolute;
		background:#ff0000;
		color:#ffffff;
		
	}
	
	.edit-toggle{
		position:fixed;
		top:0px;
		left:0px;
		background:#ff0000;
		color:#ffffff;
	}
	
	.todo{
		position:fixed;
		top:20px;
		left:0px;
		width:120px;
		height:500px;
		padding:5px;
		background:#f0f0f0;
		color:#000000;
		overflow:hidden;
		z-index:999;
		border:1px solid #d0d0d0;
	}
	
	.todo:hover{
		right:0px;
		width:120px;
		border:1px solid #ff0000;
	}
	
	.poppanel{
		display:none;
		background:#ffffff;
		position:absolute;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;
		width:700px;
		height:400px;
		border:1px solid;
		z-index:999;
	}
	
	.poppanel1{
		display:none;
		background:url(../images/bigpop.png) no-repeat;
		position:absolute;
		margin-left:133px;
		margin-top:50px;
		padding-top:30px;
		width:731px;
		height:438px;
		z-index:999;
		overflow:hidden;	
	}
	
	.poptopline{
		height:24px;
		width:700px;
		background:#f0f0f0;

		border-bottom:1px solid #d0d0d0;
		text-align:right;
	}
	
	
	.popclose{
		width:22px;
		height:22px;
		float:right;
		background:#000000;
		margin-right:5px;
		margin-top:-20px;
		background:url(../images/closeme.png) no-repeat;
		cursor:pointer;
	}
	
	.popcwrap{
		clear:left;

		margin:0px 35px 0px 35px;

	}
	
	.popcontent{

	}
	.telno{
		position:absolute;
		top:170px;
		left:660px;
		font-weight:bold;
		font-size:1.4em;
	}
	
	#roller1 img{
		margin-top:40px;

	}
	
	.roll-text{
		position:absolute;
		top:10px;
		font-weight:bold;
		font-size:1.3em;
		color:#606060;
		text-align:center;
		width:220px;
	}
	
	