/* Generic Styles
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

form {
    margin: 0 0 20px;
    overflow: hidden;
    width: 410px;
}
fieldset {
}
div.field {
    clear: both;
}

/* INPUTS
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

input.text,
textarea,
select,
.calendardate input {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: inherit;
    margin: 0 0 10px;
	width: 250px;
}
.calendardate input {
    float: left;
    width: 229px;
}
.calendardate img {
    margin: 0 0 0 3px;
}
.calendardate input,
input.text,
textarea {
    background: #fff none;
}
.calendardate input:focus,
input.text:focus,
textarea:focus {
    background: #fffdd8 none;
    border: 1px solid #555;
    color: #222;
}

textarea {
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}
p#Remember input {
    float: left;
    margin: 0 5px 0 0;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */

.typography label {
 	display: block;
    height: 20px;
    line-height: 20px;
	margin: 0 0 10px;
    width: 150px;
}
p#Remember label {
    float: left;
    height: auto;
    line-height: normal;
    margin: -2px 0 0;
    text-align: left;
    width: auto;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
    background: transparent url(../images/layout/bg_action.gif) no-repeat;
    color: #fff;
	cursor: pointer;
    float: right;
    height: 23px;
    margin: 0 2px 0 0;
    width: 102px;
}
input.action:hover,
input.action:focus {

}

/* Error Messages
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

span.message.required {
    color: #f00;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px 100px;
}
p.bad {
    font-weight: bold;
}

/* Online Anmedlung
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

form ul {
    float: left;
    list-style: none !important;
    margin: 0 !important;
    }
    form li {
        clear: both;
        }
        form li input,
        form li label {
            float: left;
        }
        form li label {
            margin: -4px 0 10px 4px !important;
            width: 200px !important;
        }