/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.gosign-promobox-textbox  {
	width:80%;
	float: left;
	padding: 20px;
}
.gosign-promobox-button  {
	width:20%;
	float: left;
	a {
		height: 30px;
		line-height: 28px;
		position: absolute;
		text-align: center !important;
		padding: 0 12px 13px;
		right: 20px;
		top: 0;
		bottom: 0;
		border: 1px solid #ccc;
		margin: auto;
		font-size: 14px;
	}
}
.gosign-promobox-clearboth  {
	clear: both;
}
