/* ----------- stylized ----------- */

#conferenceEnquiry div {
	width: 480px;
	clear: left;
}

#conferenceEnquiry h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#conferenceEnquiry label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:180px;
	float:left;
	margin-top: 10px;
	margin-bottom: 0px;
}

#conferenceEnquiry .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#conferenceEnquiry input, 
#conferenceEnquiry select{
	font-size:12px;
	padding:4px 2px;
	width:200px;
	margin:2px 0px 4px 10px;
}

#conferenceEnquiry .captcha {
  padding:4px 2px;
  margin:2px 0px 4px 10px;
}

#conferenceEnquiry select{
  width:210px;
}

#conferenceEnquiry textarea{
  font-size:12px;
  padding:4px 2px;
  width:250px;
  height: 60px;
  margin:2px 0 20px 10px;
}	
	
#conferenceEnquiry fieldset div.notes {
	background-color:#FFFFE1;
	border:1px solid #666666;
	color:#666666;
	float:right;
	font-size:88%;
	height:auto;
	margin:0 0 10px 10px;
	padding:5px;
	width:158px;
}

#conferenceEnquiry fieldset div.notes h4 {
	background-image:url(/images/formicon_info.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-color:#666666;
	border-style:solid;
	border-width:0 0 1px;
	color:#666666;
	font-size:110%;
	padding:3px 0 3px 27px;
}

/* Override paragraph in template */ 
#conferenceEnquiry p { 
	 border: 0; 
	 margin-bottom: 2px;
}

#conferenceEnquiry fieldset legend {
  line-height:150%;
  color:#000000;
	font-weight:normal;
	font-size:125%;
	margin:0;
	padding:0 5px;
}

#conferenceEnquiry  fieldset {
	border-color:#000000;
	border-style:solid none none;
	border-width:1px 0 0;
	clear:both;
	font-size:100%;
	margin:0;
	padding:10px;
}

#conferenceEnquiry p.error {
  background-color: #ff0000;
  background-image: url(/images/formicon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

#conferenceEnquiry div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

#conferenceEnquiry div.error p.error {
  background-image: url(/images/formicon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 300px;
  color: #ff0000;
}



