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

.newcheck{
/*		border-radius: 7px;  
	   -ms-border-radius: 7px;  
	   -moz-border-radius: 7px;  
	   -webkit-border-radius: 7px;  
	   -khtml-border-radius: 7px;*/	
	   
		width:105px;
		height:25px;
		line-height:25px;
		
		/*position:relative;*/
		white-space:nowrap;
		cursor:pointer;
		overflow:hidden;
		
		margin:auto;

		right:0;
/*		position:absolute;
		left:140px;
		top:131px;	*/		

	   
}
.newcheck img{
	/*margin-top:120px;*/
float:right;

}
.chk_on{

		/*background-color:#a0dc4f;*/
/*		position:absolute;
		left:140px;
		top:131px;	*/		
		
}
.chk_on div{
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		font-size:11px;
		text-align:center;
		
		color:#000;		
		
		position:relative;
		width:auto;
		height: auto;

		top:auto;
		left:auto;
		margin-left:5px;
		
		padding-left:11px;
		background:url(clear.png) left center no-repeat;
		vertical-align:middle;
		
	}
.chk_on:hover{

color:#900;		
}	
	
.chk_off{
		/*background:#ccc;*/
/*		position:absolute;
		left:140px;
		top:131px;	*/		
}	
.chk_on div:hover{ color:#C00;  text-decoration:underline;}
.chk_off div{
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		font-size:11px;
		
		text-align:center;
		
		color:#000; /*757575;				*/
		
		position:relative;
		width:auto;
		height:auto;

		top:auto;
		left:auto;
		padding-left:11px;
		background:url(icomapcity.png) left center no-repeat;

}
.chk_off div:hover{ color:#C00; text-decoration:underline; }
