
.panel_wrapper div.current {
	height: 510px;
}

#title {
	width: 300px;
	vertical-align: middle;
}

#output {
	width: 580px;
	height:320px;
	border:1px solid #c5c5c5;
	overflow: auto;
	font-size:0.9em;
}

#text {
	width: 560px;
}

#url {
	width: 530px;
	vertical-align: middle;
}

#output label {
	white-space: nowrap;
	display:block;
}

#output label br {
    display: none;
}

#output label:hover {
	background: #b4d9f8;
}

#output input[type=checkbox],
#output label span,
#absolute,
#absolute + label,
#mobile,
#mobile + label {
    vertical-align: middle;
}

.spinner {
	border:none;
	height: 50px;
	background:transparent url(../img/spinner.gif) no-repeat center center;
	display:block;
	width:98%;  
	margin-top:150px;
}

#preview_btn {
	position: relative;
	display:inline-block;
	margin-left: 0px;
	border: 1px solid #c5c5c5;
	border-left: none;
	width: 30px;
	height: 25px;
	overflow: hidden;
	cursor: pointer !important;
    background: #e3e3e3 url(../img/preview.png) no-repeat center center;
	opacity:0.8;
	vertical-align: middle;
}
