/* PushLive Admin CSS
 * By: Jamin Szczesny
 * For: 1 Squared
*/


form.pushlive input[type=text], 
form.pushlive textarea {
	min-width:50%;
	
}
	form.pushlive textarea {
		min-height:150px;
	}


table.pushlive input[type=checkbox].orig-selected:after{
	content:"_";
	font-weight:bold;	
}

	table.pushlive input:checked:after{
		display:none;
	}

.pushlive-cursor {
	display:none;
	position:fixed;
	xz-index:99999;
	height:32px;
	width:32px;
	background: transparent url(img/wpspin_light-2x.gif) 0 0 no-repeat;
}

div.pushlive-website-link {
	float:right;
}
