#speakerForm {
	width:460px;
	font-family:Verdana;
	font-size:12px;
}

#speakerForm fieldset {
	border:none;
	padding:0 0 15px 0;
	margin:0;
}

#speakerForm fieldset div {
	background:transparent url(../images/form/labelCorner.png) bottom left no-repeat;
	padding-left:4px;
	margin:0 0 -5px 5px;
	position:relative;
}

#speakerForm fieldset div label {
	display:inline-block;
	background-color:#9fc0d1;
	height:22px;
	font-size:12px;
	padding:0 10px;
	line-height:21px;
	font-family:Verdana;
}

#speakerForm input, #speakerForm textarea, #speakerForm .requiredIcon {
	background:transparent url(../images/form/formSprite.jpg) 0 0 no-repeat;
}

#speakerForm input[type="text"], #speakerForm textarea {
	color:#595554;
	font-family:Verdana;
	font-size:12px;
	border:none;
	width:447px;
  padding:3px 3px 3px 10px;
}

#speakerForm input[type="text"] {
	height:29px;
}

#speakerForm textarea {
	background-position:0 -38px;
	height:152px;
	padding-top:10px;
}

#speakerForm fieldset.short-left {
	float:left;
}

#speakerForm fieldset.short-right {
	float:right;
}

#speakerForm fieldset.short-left input[type="text"], #speakerForm fieldset.short-right input[type="text"] {
	width:206px;
	background-position:0 -204px;
}

#speakerForm input[type="submit"] {
	width:463px;
	height:126px;
	background-position:0 -240px;
	border:none;
	cursor:pointer;
	margin-top:20px;
	color: white;
	text-align: center;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", "Trebuchet MS", sans-serif;
	font-size: 30px;
	padding: 0 0 13px;
	font-weight: bold;
}

#speakerForm input[type="submit"]:hover {
	
	color: #231f20;
}

label.error,
#speakerForm fieldset#availability label.error,
input[type=checkbox].error + .error {
	color:red;
	display:block;
	font-size:12px;
	margin-top:3px;
	padding:3px 10px;
	border: 1px solid red;
}
.error + .error {
	margin-top: -3px;
	border-top: 0;
}

#speakerForm .requiredIcon {
	width:10px;
	height:11px;
	display:block;
	position:absolute;
	background-position:-237px -206px;
	margin-top:11px;
	margin-left:435px;
}

#speakerForm fieldset.short-right .requiredIcon, #speakerForm fieldset.short-left .requiredIcon {
	margin-left:195px;
}

#speakerForm fieldset#volunteerWork, #speakerForm fieldset#availability,
#speakerForm fieldset#exhibit_list {
	padding:10px;
	background-color:#fffaf4;
	border:1px solid #A78545;
	margin-bottom:10px;
	margin-top: 20px;
	-moz-box-shadow: inset 0px 0px 5px rgba(88,61,42,.45);
	-webkit-box-shadow: inset 0px 0px 5px rgba(88,61,42,.45);
	-moz-border-radius: 2px;
-webkit-border-radius:2px;
border-radius: 2px;
}
#speakerForm #availability div,
#speakerForm #volunteerWork div,
#speakerForm #exhibit_list div  {
	margin: -27px 0 10px -7px;
}
#speakerForm fieldset#availability div label ,
#speakerForm fieldset#volunteerWork div label,
#speakerForm fieldset#exhibit_list div label  {

	width: auto;
}
#speakerForm fieldset#volunteerWork legend, #speakerForm fieldset#availability legend, #speakerForm fieldset#exhibit_list legend {
	color:#231F20;
	font-weight:bold;
}

#speakerForm fieldset#volunteerWork p {
	margin:0 0 10px 25px;
	padding:0;
	font-style:italic;
}

#speakerForm fieldset#availability label,
#speakerForm fieldset#exhibit_list label {
	display:inline;
	width: 45%;
	padding:3px 10px;
}
#availability strong {
	display: block;
	margin: 10px 0 7px;
}

#speakerForm fieldset.short-right + fieldset {
	clear: both;
}

select {
	width: 100%;
}
input[type=radio] {
	margin: 15px 0 15px;
}