
	#trialRequestForm button[type="submit"] i {
		opacity:0;
		display:none;
		transition: all 0.5s ease-in;
	}
	#trialRequestForm .controls-3 p {
		line-height:30px;
	}
	#trialRequestForm button[type="submit"]:disabled i, #trialRequestForm button[type="submit"][disabled="true"] i{
		opacity:1;
		display:inline;
		-webkit-animation:spin 2s linear infinite;
		-moz-animation:spin 2s linear infinite;
		animation:spin 2s linear infinite;
		animation-delay: 0.5s;
	}
	@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

	#trialRequestUserdata {
		width:auto;
		background: #f4f4f4;
		border:none;
		margin-bottom:1.5em;
	}
	#trialRequestUserdata tr {
		border:none;
	}
	#trialRequestUserdata tr th {
		width:10em;
		border:none;
		font-weight: bold;
	}
	#trialRequestUserdata tr td {

		border:none;
	}
	[type=checkbox] { margin: 0; }

	#trialRequestForm i.icon-plus-sign {
		font-size: 2.5em;
	}

	#trialRequestForm > div.row > a:hover {
		text-decoration: none;
	}


