
.beacon-promote button { 
	background: orange; 
	border: 0; 
	font-size: 120%; 
	padding: .5em 1em; color: #fff; 
}

.beacon-promote button:disabled {
	color: #fff; 
}

.beacon-promote button:hover { 
	opacity: 0.9; 
}

.beacon-promote {
	position: relative; 
	display: block; 
}

.beacon-promote h2 {
	margin-right: 70px; 
	display: block; 
	font-size: 1.4em; 
	padding: 0 0 0.2em 0; 
	line-height: 120%; 
	min-height: 50px; 
	word-wrap: break-word;  
}

.beacon-promote h3 { 
	display: block; 
	margin-right: 70px; 
	margin-bottom: .7em; 
	font-size: 1.2em; 
	padding: .2em 0; 
	word-wrap: break-word; 
	line-height: 120%;  
}

.beacon-promote .thumb { 
	position: absolute; 
	top: -10px; 
	right: -20px; 
}

.beacon-promote input { 
	margin-bottom: 1em;
}

/* Dashboard specific */
.beacon-by-admin-wrap .beacon-promote { 
	margin-top: 1em; 
	border: 2px dashed #ccc; 
	padding: .5em 1em; 
}

.beacon-by-admin-wrap .beacon-promote h2 { 
	font-size: 200%; 
	margin: 10px 0 20px 0; 
}

.beacon-by-admin-wrap .beacon-promote h3 {
	font-size: 150%; 
	margin-bottom: 10px; 
}

