img#eventhead {
	clear:both;
	float:left;
	margin-top: 6em;
	border-bottom: 1px solid #ddd;
}

form input.action {
	color: #fff;
	background-color: #423a3a;
	font-weight: bold;
	padding: .6em;
	margin-top: .5em;
	text-shadow: #221a1a 1px 1px 1px;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	cursor: pointer;
}

form input.action:hover {
	background-color: #be0748;
	text-shadow: none;
}

form + form {
	margin-bottom: 2em;
}

.response {
	text-transform: lowercase;
	font-weight: bold;
	color: #b40b51;
}

h4 {clear:both;}

#update-registration {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

#update-registration label {
    font-weight: bold;
}

#update-registration input, #update-registration select, #update-registration textarea {
	font-family: FreeSans, Helvetica, Calibri, Arial, sans-serif;;
    margin-bottom: 1em;
}

.registration a{
    position: relative;
    display:block;
    padding: 5px;
    width:100%;
    margin-bottom: 5px;
    min-height:25px;
    background-color: #eeebe9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #423a3a;
    text-indent: 30px;
    line-height: 24px;
}

.registration a.presenter {
	background: #eeebe9 url("images/comment-panel.png") no-repeat 98% center;
}

.registration img {
    position: absolute;
    top: 5px;
    left: 5px;
}

.registration .username {
    font-weight: bold;}

.registration a span.notes {
	display:none;
}

.registration a:hover span.notes {
	display:block;
	width:250px;
	padding:5px 10px;
	position:absolute; top:20px; left:20px;
	background-color:#423a3a;
	color:#fff;
	text-indent:0;
	font-weight:normal;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	box-shadow: 2px 2px 4px #222;
	-moz-box-shadow: 2px 2px 4px #222;
	-webkit-box-shadow: 2px 2px 4px #222;
	z-index:10;
}

.sub-subsection {
	float: left;
	width: 50%;
}

.sub-subsection h4 {
	color:#917c6f;
	}

#event-date dd, #event-location dd {
        font-size: 2em;
        line-height: 1.25em;
        color: #827a7a;
        margin-bottom: .5em;
}

#event-date dt, #event-location dt {
	font-size: 1.25em;
	padding: .6em 0;
}

