p.error {
    color: #FF0000;
}

input.postalcode {
    width: 70px;
}

input.city {
    width: 115px;
}

.calendar {
    background-color: #ffffff;
    border-style: solid;
    border-width: thin;
    border-color: black;
    position: relative;
    margin-right: 20px;
    float: left;
    width: 210px;
    height: 145px;
}

.calendar-title {
    margin-right: 20px;
    width: 210px;
}

.calendar-year {
    border-style: solid;
    border-width: thin;
    border-color: black;
    height: 100px;
}

.day {
    width: 26px;
    height: 18px;
    float: left;
    text-align: center;
}

.day-title {
    color: #80702e;
    width: 26px;
    height: 18px;
    float: left;
    text-align: center;
    font-weight: bold;
}

.week-title {
    color: #80702e;
    width: 26px;
    height: 18px;
    float: left;
    text-align: center;
    font-weight: bold;
}

.day-reserved {
    background-color: #fbf67e;
    width: 26px;
    height: 18px;
    float: left;
    text-align: center;
}

.begin {
    background-color: #ffffff;
    background-image: url('img/begin.png');
}

.end {
   background-color: #ffffff;
   background-image: url('img/end.png');
}

#day-sold {
    background-color: #fe4429;
    width: 26px;
    height: 18px;
    float: left;
    text-align: center;
}

.month {
    text-align: center;
    width: 150px;
    float: left;
}

.nav {
    text-align: center;
    width: 30px;
    float: left;
    font-weight: bold;
}

#form-top {
    position: relative;
    clear: left;
}

#form-half {
    position: relative;
    width: 270px;
    float: left;
}

#flags {
    position: relative;
    float: left;
    height: 145px;
    width: 50px;
}

#entry {
    position: relative;
    float: left;
    width: 70px;
    height: 50px;
}

#entrydetail {
    position: relative;
    float: left;
    width: 183px;
    height: 25px;
}

#entrydetail-orange {
    background-color: #d2b78b;
    position: relative;
    float: left;
    width: 183px;
    height: 25px;
}

#container {
    position: relative;
    width: 550px;

}

#summary {
    border-style: solid;
    border-width: thin;
    border-color: black;
    position: relative;
    background-color: #ffc266;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 400px;
}

#summary-title {
    position: relative;
    clear: right;
    margin-left: 2px;
    margin-bottom: 20px;
    width: 550px;
}

#summary-half {
    position: relative;
    float: left;
    margin-left: 2px;
    margin-bottom: 3px;
    width: 275px;
}

