.calendar-form {
    font-size: 0.9em;
    color: #2B2B2B;
}

.calendar-form label {
    float: left;
    width: 150px;
    cursor: pointer;
}
.calendar-form .text-box, .calendar-form .file-box {
    width: 398px;
}
.calendar-form h2 {
    clear: both;
    float: left;
    margin: 30px 0 0;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
}
.calendar-form h1 {
    clear: both;
    float: left;
    margin: 15px 0 0;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
}
.calendar-form .form-element-submit {
    float: left;
    margin: 30px 0 0;
}
.calendar-form .submit {
    float: right;
}    
input.subm { 
    background-color: #FF6600;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font: bold 11px/22px Arial,Helvetica,sans-serif;
    height: 24px;
    outline: 0 none;
    overflow: visible;
    padding: 2px 8px 5px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    width: auto;
}
input.subm:hover {
    background-color: #424242;
    color: #FFFFFF;
    text-decoration: none !important;
}
.calendar-form .form-feedback {
    margin: 5px 0 0 150px;
}
.calendar-form .form-meta {
    padding: 0 0 0 155px;
}
.form-element {
    clear: both;
    float: left;
    padding: 10px 0 0;
    width: 100%;
}

.form-element-wide .text-box {
    clear: both;
    width: 548px;
    padding: 2px;
}
.form-element-wide .form-feedback {
    margin: 5px 0 0;
}
.form-element-wide label {
    clear: both;
    width: 528px;
}
.text-box-excerpt {
    clear: both;
    height: 100px;
    width: 528px;
}
.text-box-description {
    clear: both;
    height: 250px;
    width: 528px;
}
input {
    border: 1px solid #E1E1E1;
    height: 14px;
    padding: 2px;
}
input#picture {
    border: 0 none;
    height:24px;
    cursor: pointer;
}
textarea {
    border: 1px solid #E1E1E1;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 10px 0 0;
}
.title_label {
    margin: 0 0 5px 0;
}
select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #333333;
    font-size: 0.9em;
    font-weight: 400;
    height: 20px;
    line-height: 13px;
    margin: 0 0 0 5px;
    outline: medium none;
    padding: 2px;
}
select.event-kind {
    margin: 0;
}
select.start-minute {
    margin: 0;
}
select.end-minute {
    margin: 0;
}
p.agenda-info {
    font-size: 1em;
    color: #2B2B2B;
    line-height: 17px;
}
h2.extra {
    clear: both;
    float: left;
    margin: 15px 0 15px 0;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
}
a.event-back:link, a.event-back:visited, a.event-back:hover, a.event-back:active, a.event-back:focus {font-size:0.9em;text-decoration:underline; color:#2B2B2B;}