div.content {
	line-height: 22px;
}

div.content input {
/*	margin-bottom:10px; */
}

div.content-table input.button-color-blue {
	width:118px!important;
	height: 30px!important;
}

div.content-table input.pButton {
	width:118px!important;
	height: 30px!important;
}

.illiciumItem{
  margin: 30px auto 0;
  clear: both;
  text-align: center;
}

.illiciumItem img{
  max-width: 100%;
}

.utc3 {
    font-size: 9px;
    color: grey;
}

i.withhints:hover span.form-hint {
	display: block;
	font-size: 12px;
}

i.withhints {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 18px;
	margin: 4px 5px -4px 0;
	background: transparent url(../img/icon-form-help.png) 0 0 no-repeat;
	cursor: help;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #777;
}

i.withhints span.form-hint {
	display: none;
	width: 200px;
	padding: 8px 15px 10px 15px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
	font-size: inherit;
	line-height: 150%;
	background-color: #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}