.user_page {
 background-position: 2% 50%;
 background-repeat: no-repeat;
 background-color: #F4F2F2;
 border: 1px solid #BBBABA;
 padding: 5px 5px 5px 20px;
}

.gke_event_new {
 background-position: 2% 50%;
 background-repeat: no-repeat;
 background-color: #FBF8F8;
 border: 1px solid #BBBABA;
 padding: 5px 5px 5px 20px;
 margin-bottom: 20px;
}

.gke_event {
 background-position: 2% 50%;
 background-repeat: no-repeat;
 background-color: #F4F2F2;
 border: 1px solid #BBBABA;
 padding: 5px 5px 5px 20px;
 margin-bottom: 20px;
}

.gke_event #title {
 font-size: 13pt;
}

.gke_event #info {
 position: relative;
 top: -13px;
 color: #787878;
}

.gke_event #description {
 margin-left: 25px;
 margin-bottom: 20px;
}

.gke_extras {
 background-position: 2% 50%;
 background-repeat: no-repeat;
 background-color: #EBEBEB;
 border: 1px solid #BBBABA;
 margin-top: 25px;
 padding: 5px 5px 5px 20px;
}

.error {
 background-position: 2% 50%;
 background-repeat: no-repeat;
 background-color: #E2FFDE;
 border: 1px solid #C9EFC5;
 padding: 5px 5px 5px 20px;
}

.success {
 background-position: 2% 50%;
 background-repeat: no-repeat;
 background-color: #E2FFDE;
 border: 1px solid #C9EFC5;
 padding: 5px 5px 5px 20px;
}