#registration-form fieldset {
	width: 43%;
	padding: 10px;
	margin: 10px 0 10px 10px;
	border: 1px solid #CCC;
}

* html #registration-form fieldset {
	width: 40%;
}

#registration-form fieldset label {
	margin-top: 5px;
}

#choices  label {
	margin-top: 5px;
	display:inline;
}

#registration-form fieldset p {
	margin: 10px 0;
	padding: 0;
}

#registration-form fieldset textarea {
	width: 98%;
	margin-top: 5px;
}

#registration-form fieldset#personal, #registration-form fieldset#contact {
	clear:both;
	float: left;
}
#registration-form fieldset#address, #registration-form fieldset#needs { clear: right; float: right; color:#000; font-size:10pt; text-align:left; margin-right:20px;}

#registration-form fieldset#choices { width: 91%; clear: both; }

#registration-form hr { border: 1px solid #FFF; }

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 5px;
}

label {
display : block;
font-size: 12px;
}

#fm-submit {
clear : both;
padding-top : 1em;
text-align : center;
}

#fm-submit input {
border: 1px solid #333;
padding: 2px 4px;
background: #fff;
color: #333;
font-size: 100%;
}


fieldset div {
margin : 0;
padding : 0;
}

	fieldset div.fm-optional {
	display : block;
	}

	fieldset div input {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #7291B7;
	padding : 1px;
	}
	
fieldset div input.radio {
	width: 1em; /* Width for modern browsers */
	padding : 1px;
	border: none;
}

fieldset div input.checkbox {
width: auto;
border: none;
}

fieldset hr {
background-color: #efefef;
color: #efefef;
width: 80%;
height: 1px;
border: 1px solid #efefef;
}

table.details {font-size: 90%;} table.details, table.details tr, table.details tr td, table.details tr th { border: 1px solid #ccc; }
tr.header, th.header {background-color: #000; color: #fff;} .right {text-align:right;}

.lnkPresentations:link, .lnkPresentations:visited {
	font-size: 90%;
}

.lnkPresentations:hover {
	font-size: 90%;
}