/* BCM-QUT forms - forms stylesheet */
/* Should be used in conjunction with QUT's common and branch stylesheets */
/* Copyright BCM 2009 */
/* Version 1.0 */

.bcmqutform {
	width:30em;
	margin-left:0.5em;
}

.bcmqutform ul li {
	list-style: none;
	display: block;
	clear: both;
	/* height: 1.3em */
}

.bcmqutform p {
	font-size: .9em;
}

.bcmqutform span.asterix {
	color: red;
}

fieldset {
	width: 22em;
	margin: 0.5em 0em;
	float: left;
	border: 1px dashed #999;
	padding: 1em;
	clear:both;
}

fieldset legend {
	height:22px;
	margin-left:0.4em;
	padding: 0.25em 0.1em;
	padding-right: 0.5em;
	color: #333333;
	background-color:#FFF;
}

fieldset label, fieldset .customlabel {
	display: block;
	float: left;
	width: 58%;
	font-size: 0.95em;
}

fieldset label.shortlabel { 
}

fieldset label.longlabel {
	width: 85%;
}

fieldset ul {

	margin:0;
	padding:0 0 0 0.5em;

}

fieldset li {
	position: relative;
	margin-bottom:0.4em;

}

fieldset li.highlight {
	padding: 5px;
	background-color:#ddecf9;
}

fieldset input.textinput {
	border:1px solid #CCC;
}

fieldset input, fieldset select {
	width: 40%;
}

fieldset select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	border:1px solid #CCC;
}

fieldset select.shortselect {
	width: 13%;
}

fieldset select.longselect {
	width: 20em;
}


fieldset.otherbrochures input {
	width: auto;
	margin-left: 50px;
	margin-right: 10px;
}

fieldset.interestedin ul{
}

fieldset.interestedin ul li{
float:left;
width:90%;
}

fieldset.interestedin input,
fieldset.alsosend input,
fieldset.lastblock input,
fieldset.descsituation input {
	width: auto;
	float: left;
	clear: both;
}

fieldset.otherbrochures div {
	text-align: right;
}

fieldset.otherbrochures div h4 {
	font-size: .85em;
	font-weight: normal;
	display: inline;
	margin: 0 1.2em 0 1.1em;
}

fieldset.submit {
	position: relative;
}

fieldset.submit input {
	position:absolute;
	right:20px;
	background-color:#2a7bbe;
	width:30%;
	height:2em;
	color:#FFF;
	border:2px solid #99c9f1;
}

ul.errors {
	border:1px solid #F00;
	padding:0.5em;
}

ul.errors li {
	color:#F00;
	height: auto;
}

a.info {
	display: inline-block;
	width: 1px;
	height: 16px;
	margin: -18px 0 0 3px;
	padding: 0px 0 0 15px;
	background: url('../tooltip.png');
}

.descsituation a.info {
	position:absolute;
	top:15px;
	right:20px;
	width: 1px;
	height: 14px;
	margin: -14px 0 0 3px;
	padding: 0px 0 0 15px;
	background: url('../tooltip.png');
}

.invisible {
	display: none;
	visibility: hidden;
	position: absolute;
}

.visible {
	display: block;
	visibility: visible;
	position: relative;
}

li#otherselect input {
	width: 98%;
}

li#otherselect,li#countryselect {
	margin-bottom: 30px;	
}

.tooltip {
	font-size: .6em;
	background: #2a7bbe;
	color: #FFF;
	border-color: #99c9f1;
	padding: 5px;
	width: 150px;
}


