﻿.apply-with-linked-in-button {
	height: 30px;
	display: inline-block;
	position: relative;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

	.apply-with-linked-in-button .ui-button-text {
		padding: 6px 0 0 10px;
	}

	.apply-with-linked-in-button .text {
		cursor: pointer !important;
		display: block !important;
		font-size: 14px;
		margin-right: 35px;
	}

	.apply-with-linked-in-button .logo {
		float: right;
		width: 30px;
		height: 30px;
		margin-left: 5px;
		background-image: url(../images/icons/linkedin/InBug-30px-R.png);
		background-repeat: no-repeat;
		cursor: pointer !important;
		border: 0 !important;
		text-indent: -9999em !important;
		overflow: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
		position: absolute !important;
		right: 0px !important;
		top: 0px !important;
		display: block !important;
		border-radius: 3px !important;
	}
	body#apply-with-linked-in {
		background: url(../images/icons/linkedin/background.png)
	}

#complete-message {
	width: 400px;
	margin: 20px auto;
	background: white;
	border-radius: 5px;
	padding: 20px;
	font-size: 14px;
	text-align: center;
}

#complete-message .success {
	display: none;
}

	#complete-message.success .success {
		display: block;
	}

#complete-message .cancel {
	display: none;
}

	#complete-message.cancel .cancel {
		display: block;
	}

	.apply-with-linked-in-iframe {
		display: none;
	}
