/*--------------------------------------------------------------forms-------------------------------------------------------*/
#contactdetails { /* the address, phone number etc live in this div */
	width: 40%;
	float: left;
}
#contactform { /* the contact form sits inside this div */
	width: 40%;
	float: right;
}
form#contact p {
	width: 100%;
	clear: both;
	border-bottom: 1px solid white;
}
form#contact p label {
	width: 20%;
	text-align:right;
	float: left;
	/*border:1px solid #2E2FA5;*/

}
form#contact p input, form#contact p textarea, form#contact p select {
	float: right;
	width: 78%;
	border:1px dotted #0D0F64;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom:4px;
	background-color:#DFE8FF;
}
form#contact #submit {
	width: auto;
	background:url(/images/submit.jpg) no-repeat;
	border:none;
	cursor:pointer;
	_cursor:hand;
	width:88px;
	height:32px;
}

/*------------------------------------------------- Seminar Form --------------------------------------------*/

#contactdetails { /* the address, phone number etc live in this div */
	width: 40%;
	float: left;
}
#seminarform { /* the contact form sits inside this div */
	width: 45%;
	/*float: right;*/
}
form#seminiar-form p {
	width: 100%;
	clear: both;
	border-bottom: 1px solid white;
}
form#seminiar-form p label {
	width: 20%;
	text-align:right;
	float: left;
	/*border:1px solid #2E2FA5;*/

}
form#seminiar-form p input, form#seminiar-form p textarea, form#seminiar-form p select {
	float: right;
	width: 78%;
	border:1px dotted #0D0F64;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom:4px;
	background-color:#DFE8FF;
}
form#seminiar-form #submit {
	width: auto;
	background:url(/images/submit.jpg) no-repeat;
	border:none;
	cursor:pointer;
	_cursor:hand;
	width:88px;
	height:32px;
}
/* Anti-bot-spam measure */
p#flytrap{
	display:none;
}






