#speakerRequest *{
	margin: 0;
	padding: 0;
}
#speakerRequest{
	
}
#speakerRequest br{
	clear: both;
}
#speakerRequest label{
	font-size: 12px;
	color: white;
	float: left;
	margin: 0 10px 5px 0;
}
#speakerRequest .required{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	margin: 0 10px 5px 0;
}
#speakerRequest input{
	float: left;
	margin: 0 5px 0 0;
}
#speakerRequest p{
	color: white;
}
#speakerRequest ul{
	color: white;
	list-style-type: none;
}
#speakerRequest ul strong{
	display: block;
	font-size: 14px;
	/*text-decoration: underline;*/
	margin-bottom: 15px;
}
#speakerRequest ul li{
	margin: 5px 0 5px 20px;
}
#speakerRequest ul li label{
	float: none;
}
#speakerRequest ul span{
	font-size: 12px;
}
#speakerRequest .left{
	float: left;
}
#speakerRequest .right{
	float: right;
}
.greyInput{
	color: #999999;
}
.blackInput{
	color: black;
}
.w20{
	width: 20%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.w85{
	width: 85%;
}
.w100{
	width: 100%;
}
#content p.note{
	font-size: 10px;
	margin: 0;
}
.red{
	color: white;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.asterix{
	font-weight: bold;
	color: #00FF00;
}
#speakerRequest .marginLeft{
	width: 33%;
}
#speakerRequest .marginLeft input, #speakerRequest .marginLeft label{
	margin: 0 10px 0 0;
}
#speakerRequest .marginLeft input{
	width: 95%;
}
body #speakerRequest .marked{
	background: #333;
	border-right: 5px solid #333;
	padding: 15px 10px 15px 5px;
}
#speakerRequest .marked ul li, #speakerRequest .marked ul li label{
 	color white;
}
.hrrule{
	border: 0;
	border-top: 1px solid #808080;
	height: 1px;
	color: #808080;
	background: #808080;
}