/*
Default style for Responsive Width Tag plugin

http://wordpress.org/extend/plugins/responsive-width-tag/
*/
		.slider-outer {
    		width: 93px;
    		height: 27px;
    		overflow: hidden;
			-webkit-border-radius: 4px;
			-moz-border-radius: 2px;
			border-radius: 4px;
			border: 1px solid #ccc;
		}
		.slider {
    		background: url('images/itoggle.png') 0 -27px;
    		width: 148px;
    		height: 27px;
			cursor:pointer;
		}
		
		
		#rp_boxy {
				min-width:200px !important;
				position:absolute !important;
				top: 0px;
				left:0px;
				text-align:center !important;
				background:#000 !important;
				color:#fff !important;
				font-size: 12px !important;
				padding:3px !important;
				border:1px solid #fff !important;
				border-top:0px !important;
				-webkit-border-bottom-right-radius: 5px !important;
				-webkit-border-bottom-left-radius: 5px !important;
				-moz-border-radius-bottomright: 5px !important;
				-moz-border-radius-bottomleft: 5px !important;
				border-bottom-right-radius: 5px !important;
				border-bottom-left-radius: 5px !important;
				box-shadow:0px 0px 10px #000 !important;
				z-index:99999 !important;
			}
